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 = "86-A-0097" 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
923deef864acf249 NICOLE KULAK 86-A-0097 2022-03-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Tzp&d=%2Fa%2F3d000000ph7v%2FhRizp8J5HCBT3BvMjElxtMuuw7Y6J6kshvEqW86AAsg&asPdf=false  
7ac4c669d33bcfe0 NICOLE KULAK 86-A-0097 2021-07-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMhVQ&d=%2Fa%2F3d000000pl47%2F0aQfrgENLuKWEmmG6fnIMmBgBd82ms1jxwMrd5o9VsA&asPdf=false  
6f0d32eb31e30e3a NICOLE KULAK 86-A-0097 2021-01-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERgia&d=%2Fa%2F3d000000pn32%2FIfzlKzyA8O648wxPO9TUAhjeggt.lfc57gCkn.h9cRg&asPdf=false  
35f7ce6f4fb3fe95 NICOLE KULAK 86-A-0097 2019-07-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghan&d=%2Fa%2F3d000000pSnX%2FPB5vcJvm__S75L2849afhF.p3wXJZTs2WuUQchBfaVY&asPdf=false  
12a2b6ee7a0208f6 NICOLE KULAK 86-A-0097 2018-12-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghrJ&d=%2Fa%2F3d000000pdSz%2Ff5WX8ystwN47JGcEg6eEpGX66tPqRSfDoC8L2PInhVw&asPdf=false  
eb566a1fd7bb0ac4 NICOLE KULAK 86-A-0097 2018-07-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghk8&d=%2Fa%2F3d000000pb5E%2FyEWjkVdhCp9cq_Kqo3e4N.nhcYldLVdtghsVCYzaaQo&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 238.807ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API