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 = "65-C-0526" 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
b0618c8d66a9a419 DEBRA GEORGE 65-C-0526 2017-12-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbP4&d=%2Fa%2F3d000000pon3%2Fj3UamGSC2cm9IAF9vw9LIJZPTxhn.k7WBdj946BS9Ck&asPdf=false  
068a5a86cb76303a DEBRA GEORGE 65-C-0526 2017-01-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcI9&d=%2Fa%2F3d000000pagA%2FRtTMdFZZSc_Ill2rCHXqfVoaLdp7VZfIXrKfvoldWmQ&asPdf=false  
e9c437ed00db572b DEBRA GEORGE 65-C-0526 2015-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbo4&d=%2Fa%2F3d000000pmSG%2FNtoUG0nw8LDhCW2HD2K3ZY3ZdHGh53WgBSQB139s72I&asPdf=false  
dd76b49f065aa670 DEBRA GEORGE 65-C-0526 2014-05-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWpz&d=%2Fa%2F3d000000pi1r%2Fpufq_djt_Kl5sv5vsRMNz64BCiHxI5J0lMJfwGjU0Qk&asPdf=false  
be517e55da6c4869 DEBRA GEORGE 65-C-0526 2014-04-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfPF&d=%2Fa%2F3d000000plYO%2Frllfgn0bgaYYeQlzvfk5sccc_oyj42alEqM4OWK.I04&asPdf=false  
19c667b501eb1253 DEBRA GEORGE 65-C-0526 2014-02-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege2Y&d=%2Fa%2F3d000000pfRg%2Faq5Y.7FbXR64URn3bMbuhxQFrZBqJKsdVS2MAVHAHcs&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 4.47ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API