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

9 rows where cert_number = "64-C-0156" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, 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
9bddf8487db865ad KARL BRANTLEY 64-C-0156 2017-03-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcLY&d=%2Fa%2F3d000000pbei%2FiPSCiULzayB82lEEDjHT7FTUkfUyVmRWE0q22NjYs0A&asPdf=false  
ae14549463beb476 KARL BRANTLEY 64-C-0156 2016-12-07   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxWH&d=%2Fa%2F3d000000pdVR%2F9NjO6LOpUm1DMfdg3oHRa9aEEoDVOyF8Go2SFGLUd4U&asPdf=false  
043348fef5bcc5ac KARL BRANTLEY 64-C-0156 2016-09-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcIG&d=%2Fa%2F3d000000pmWk%2FZiUFzJOiT1M9VkhULlv66zwZxvPP21LT_YaiG4RZz3k&asPdf=false  
010d37d8a708fa84 KARL BRANTLEY 64-C-0156 2016-06-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfy4&d=%2Fa%2F3d000000pmkC%2FGPVYFpGC0T.EPORCZrEU1lrU3AsvuGhffzQJR9HMYAU&asPdf=false  
44c2839198e548fe KARL BRANTLEY 64-C-0156 2016-03-01   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVk3&d=%2Fa%2F3d000000pnTu%2FcT5AhGLpgeT45VtogLDfk1NhLWgk9h5OS2q8pyH_0mE&asPdf=false  
43ecd124828aa4cf KARL BRANTLEY 64-C-0156 2015-12-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZub&d=%2Fa%2F3d000000pasr%2FdQwyjalDDa0wWWvxY_TD4xPOAl34uDrT9n_yk9.mXJA&asPdf=false  
0af6b3ff96969a9a KARL BRANTLEY 64-C-0156 2015-10-07   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx9m&d=%2Fa%2F3d000000pdja%2FCCXhR6mugdKnVfyRbi6rRAk.iSjbbdAQZiWHB.C86cc&asPdf=false  
9ab5e9c6b5d6eb34 KARL BRANTLEY 64-C-0156 2015-08-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcEL&d=%2Fa%2F3d000000plKk%2FaYANw8s12Qd_uyJsobuxxIqvR3RyuC5UgpyoBMhsWwg&asPdf=false  
9e4c29ba279a0f02 KARL BRANTLEY 64-C-0156 2014-08-21   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxJK&d=%2Fa%2F3d000000pntX%2F9jzpTdcIiynONkUmds9NKkymMJtcB7RIrCJyjXgZ74w&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 4.499ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API