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

6 rows where cert_number = "51-C-0105" 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
f3575edd81e0f435 CATHERINE MCGOLDRICK 51-C-0105 2016-11-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf7n&d=%2Fa%2F3d000000pock%2FO8JVP.Ai2RBuYOtwg4SlRFLBjauwAMY7MZq_zf8pY04&asPdf=false  
ae856e2268fd1348 CATHERINE MCGOLDRICK 51-C-0105 2015-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggOh&d=%2Fa%2F3d000000pfgi%2FQDlPeuB8OZdVXKFUDKED0o1FzeOEFbr6r.nCSR8RGx4&asPdf=false  
95bed5b940ad8b6d CATHERINE MCGOLDRICK 51-C-0105 2015-07-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgatK&d=%2Fa%2F3d000000pS0m%2FkUQR3iEd8EjwH86PNTcYFNOPUK28Ss4lNrV02lQKF4A&asPdf=false  
24b1b206c9533440 CATHERINE MCGOLDRICK 51-C-0105 2014-11-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghNo&d=%2Fa%2F3d000000pRUP%2F4HWiCD89SKT0gn3MciNXDRp_wfIvxY0LyHHLy32May0&asPdf=false  
dd6ae93db1d51321 CATHERINE MCGOLDRICK 51-C-0105 2014-11-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egavx&d=%2Fa%2F3d000000pk3w%2F8VdXz1OdPOdrwwx31hjWTjfe0GaTpkbl3LRFC4ArYnE&asPdf=false  
68438095b540f4c0 CATHERINE MCGOLDRICK 51-C-0105 2014-04-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZJ3&d=%2Fa%2F3d000000pWlQ%2F9RwS6.9N6bHwGMfFiTPmH6Z8jwuNcfznY4u1BKIMds4&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 209.527ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API