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

5 rows where cert_number = "22-C-0152" 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
745bd63aefe669c7 GARDEN STATE DISCOVERY MUSEUM CENTER FOR LEARNING 22-C-0152 2019-07-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXyK&d=%2Fa%2F3d000000pS92%2FcRDIJuSdkvlqN6vrpZSZSn2g4JeqmLCATZzYdw76.qc&asPdf=false  
5da8af6c97600734 GARDEN STATE DISCOVERY MUSEUM CENTER FOR LEARNING 22-C-0152 2019-04-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXUX&d=%2Fa%2F3d000000plIo%2FZu2sBtPHncm55Egq7YAaO9R_QBCT.nAJE97jpMONFFs&asPdf=false  
7599795284f17768 GARDEN STATE DISCOVERY MUSEUM CENTER FOR LEARNING 22-C-0152 2018-02-20   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx8h&d=%2Fa%2F3d000000pdnX%2F9XLXrGZLlW_sB0tx9xeJiafBH2Gf34szf3.bYcmGHfM&asPdf=false  
a07c089f315368ce GARDEN STATE DISCOVERY MUSEUM CENTER FOR LEARNING 22-C-0152 2017-06-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWKO&d=%2Fa%2F3d000000poDS%2FRbKMzodwVnQwCa1tXXFWrHEZFezj6nR2eNq8Q9PgHlI&asPdf=false  
eae1c9eef9184f5a GARDEN STATE DISCOVERY MUSEUM CENTER FOR LEARNING 22-C-0152 2017-03-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYpC&d=%2Fa%2F3d000000pohh%2FkYRhch.IPdm.H4_Z0Cy74rK8QmoyovxlG.pAjG1puio&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 265.786ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API