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

10 rows where cert_number = "32-C-0204" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, noncritical_count, direct_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
5b3698c825d8a8c9 TIMOTHY STARK 32-C-0204 2017-03-29   2 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwG0&d=%2Fa%2F3d000000pSvc%2FTkH97uT0YPDMp0d3.WA1uMYqXOnqYo8YrE1GlKtlViE&asPdf=false  
8940cc581a365c17 TIMOTHY STARK 32-C-0204 2017-03-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaLA&d=%2Fa%2F3d000000pb7R%2FDH6Rf4D7YIvQD1DgpoWOwim4pZNGQEO.BOKDFntJ.4E&asPdf=false  
0bf89417bac85e5d TIMOTHY STARK 32-C-0204 2017-03-17   1 0 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwKX&d=%2Fa%2F3d000000pU9I%2F0z3renouqvGxT1eK2L.xt5asc1IJqvC6dj8xUmLKGFc&asPdf=false  
2bf3b1456b69fca2 TIMOTHY STARK 32-C-0204 2016-10-12   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwMB&d=%2Fa%2F3d000000pjBv%2FzWjaybTQbvcaD_yiPiiZAC4Jtut4koTkfwbUXQr6t5E&asPdf=false  
1569d24daef2b584 TIMOTHY STARK 32-C-0204 2016-01-20   1 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYbL&d=%2Fa%2F3d000000pS3T%2F.ZfcVqToueVDR4gHNFRCxqMDdc9YSqWS1p0QtSWFwW0&asPdf=false  
64c9149d2c41f1c1 TIMOTHY STARK 32-C-0204 2015-10-08   0 7 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwK4&d=%2Fa%2F3d000000pnGk%2Fyz_iHcY0n3YFB_6D1.Oiva_VyVqLBfpGGUejIb6jgt8&asPdf=false  
518a493495d66d2b TIMOTHY STARK 32-C-0204 2015-09-13   2 0 2 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYdL&d=%2Fa%2F3d000000pnVU%2FWaqZs7iaRIr3yVXP8ihFzahg7MyPdLRKlrP1ax64f0w&asPdf=false  
25ef7d0d8a57211d TIMOTHY STARK 32-C-0204 2015-07-27   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwd0&d=%2Fa%2F3d000000pmey%2FguCJFSZJVW2efosXLN2vR116hUTYUGv.Ua.vyS_bxjA&asPdf=false  
07b6b50610232545 TIMOTHY STARK 32-C-0204 2014-08-20   1 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYdQ&d=%2Fa%2F3d000000pSXd%2FvvFS5X0cpMgTr0W48OsKrQnVLtvHEV_Enj.ErXtXtS0&asPdf=false  
26682d464a7f6936 TIMOTHY STARK 32-C-0204 2014-05-06   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnvpr&d=%2Fa%2F3d000000plpt%2F07wSvLVAvnO4nsY9anAk_CtBcvVV5GqmgFnDNsU7CO0&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 975.236ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API