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 = "31-C-0031" 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
8ace17a1d9813e38 KORD MC GUIRE 31-C-0031 2015-12-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeIz&d=%2Fa%2F3d000000pmr0%2FO4kgrJnn.Ck_9tKAiALRZ55Vn63I25A4BrE2F4ecKMk&asPdf=false  
174361934a7e8c76 KORD MC GUIRE 31-C-0031 2015-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcGl&d=%2Fa%2F3d000000pT2H%2FgxncCa8iJJOax_X1CcbkD6MkxB4kYcUYhec6vOQWprA&asPdf=false  
1343ee0b0f68f9d7 KORD MC GUIRE 31-C-0031 2015-05-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdwr&d=%2Fa%2F3d000000pevh%2Fy7tZEBKlYYUSJ0t_lDiahkJOCuBGsFXiLMwTS9rGBYo&asPdf=false  
b75dcbed04ea7d05 KORD MC GUIRE 31-C-0031 2015-03-10   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVgY&d=%2Fa%2F3d000000pgiy%2FFBTCElCww4CgGfrpnmSlpTVmfayVKCs0_CrFHBY_I0M&asPdf=false  
b4e3ba65bd7025df KORD MC GUIRE 31-C-0031 2015-01-29   1 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYdy&d=%2Fa%2F3d000000pWbJ%2FUfcHOJbdvpba4NhnfawsZwbx3zDkDHe2wwfUaNwgEZ0&asPdf=false  
76ee40f50103ebf1 KORD MC GUIRE 31-C-0031 2015-01-15   0 0 3 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwaQ&d=%2Fa%2F3d000000pkES%2FfDIdEjo3XDUnj8b2aW4sM9RtGl52T6drwySOPrMJb2E&asPdf=false  
f0becee96672b6c7 KORD MC GUIRE 31-C-0031 2014-02-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYFG&d=%2Fa%2F3d000000plsH%2F.PPdLdzeBXdhY0EYFzlbHK.rJkcfosj.pDWsqXEHGDc&asPdf=false  
0a1bb65ce4b873ce KORD MC GUIRE 31-C-0031 2014-02-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY5Q&d=%2Fa%2F3d000000pnlX%2F0SOmFMnFcMVHXINR5fLrGbanfZTny6tZgvuxwyJWJcg&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 199.366ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API