home / aphis

inspections

APHIS inspection records for licensed facilities. 110,000+ inspections from 2014–present with violation counts and links to official reports.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

8 rows where cert_number = "33-A-0591" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: inspection_date (date)

inspection_type 0

id cert_number inspection_date ▲ inspection_type critical_count noncritical_count direct_count teachable_moment_count pdf_url pdf_local_path
ef700906ad9df6c7 Glenn Jess and Christy Jess 33-A-0591 2025-03-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000PjBnU&d=%2Fa%2FSJ000002VdLh%2F2HxdLs2Q5xPPQORAOhdoVkoKMgLgnLDCYa14hMumMoA&asPdf=false  
c3400c98f220d19a Glenn Jess and Christy Jess 33-A-0591 2024-06-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EIkdM&d=%2Fa%2F3d0000037esk%2FhfdWSU.B4ziXe89sEhtmCtUX5gf.h.vQHhztvTBzmhU&asPdf=false  
e045395ac1e263b5 Glenn Jess and Christy Jess 33-A-0591 2023-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000083RKt&d=%2Fa%2F3d0000015YVq%2FM4I.H7IeY9c79L8gTf6tgx12ZkdHk266fFO_SJKregI&asPdf=false  
4837278d0b9f313c Glenn Jess and Christy Jess 33-A-0591 2023-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007ucfs&d=%2Fa%2F3d0000012uLU%2FVHxyPuMAkRkZBK1xgojrneMtkxKRBG9NBChXRHOmCeQ&asPdf=false  
faebd543b77ccaee Glenn Jess and Christy Jess 33-A-0591 2021-09-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNEIz&d=%2Fa%2F3d000000plX9%2F0ybucwKZJ3zOI5Wzg8KAvXvCI1Vnck3rOXjWSwI8lF4&asPdf=false  
48d2b15c3c58c6f5 Glenn Jess and Christy Jess 33-A-0591 2019-08-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egff0&d=%2Fa%2F3d000000pkmg%2Fn8PLJa0BQMdKC9PS4VEkFSsU2uPNNj.mO5Epj_omtTg&asPdf=false  
a7717df8f442623b Glenn Jess and Christy Jess 33-A-0591 2019-07-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggTg&d=%2Fa%2F3d000000pSDC%2FbhKhKQURaSrAxHCyHY3KTnY6tFvgdzapYGKTIc9ge5Q&asPdf=false  
88cf425a7aadfdb8 Glenn Jess and Christy Jess 33-A-0591 2019-03-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbDq&d=%2Fa%2F3d000000pjm1%2FipYUic.QQwt1OiVah9C5pm.pDkAcWTYJouvnq.3gpt8&asPdf=false  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE inspections (
    id TEXT PRIMARY KEY,
    cert_number TEXT REFERENCES facilities(cert_number),
    inspection_date TEXT,
    inspection_type TEXT,
    critical_count INTEGER,
    noncritical_count INTEGER,
    direct_count INTEGER,
    teachable_moment_count INTEGER,
    pdf_url TEXT,
    pdf_local_path TEXT
);
CREATE INDEX idx_inspections_date ON inspections(inspection_date);
CREATE INDEX idx_inspections_cert ON inspections(cert_number);
Powered by Datasette · Queries took 497.716ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API