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 = "73-C-0235" 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
ac3908a5e4329e03 John Payne 73-C-0235 2023-10-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AOtQV&d=%2Fa%2F3d00000217tD%2FT0fluWkDY87bWoonHUT6zzlL1UqxaC59AXJlJakgVxM&asPdf=false  
4fa6eaf88cadf009 John Payne 73-C-0235 2023-01-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPPos&d=%2Fa%2F3d000000pVg9%2FFaqWT_ShAxyBySWjurG21VVd25O9huWyqf.ckzTSSXo&asPdf=false  
f7275cf7933578cb John Payne 73-C-0235 2022-05-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx5ps&d=%2Fa%2F3d000000pVhc%2F8KyQjGTpsVUE5Gp7GmZIWl4vXpLHzQ8OLzdGlKPTrmU&asPdf=false  
73567d9d2a95aed9 John Payne 73-C-0235 2020-11-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyM5T&d=%2Fa%2F3d000000pVhQ%2FVA.eqdPSUMTW.PXcdbWJ_o5Cr24FQnTc6F6eqN6lvaY&asPdf=false  
c8a87ab1b3514d81 John Payne 73-C-0235 2020-01-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeRn&d=%2Fa%2F3d000000pVg4%2FnzddU6rAQiBOrEHzkmePLuPSF4LgILmr_fkRt5O8u1g&asPdf=false  
036d7b32f23f62d4 John Payne 73-C-0235 2019-11-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egklq&d=%2Fa%2F3d000000pVgx%2FCITD0H3i4sS072k3QHegWW0P4LR.H_RO_r1osqEaecY&asPdf=false  
fd7d5a5facd1323f John Payne 73-C-0235 2018-07-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggFB&d=%2Fa%2F3d000000pVgk%2FWzxK1HuOmih72.gcVz21AsHYNZ2qmPd_4MMfQN.X_Zg&asPdf=false  
3a9abb241d6289c9 John Payne 73-C-0235 2017-10-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcst&d=%2Fa%2F3d000000pVhA%2Fs9xK2tEc4tClbnX8AKPDcg83jUCz8bq_l6NoK.d7q7Y&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 59.694ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API