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

7 rows where cert_number = "72-B-0133" 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
fe52e198e66e5f63 MEMORY ALTAZAN 72-B-0133 2019-07-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnXL&d=%2Fa%2F3d000000pfWP%2FyhAL.egGv7KxXJjD5G94uzFC_zkU9vEDLq_UjZoHM9M&asPdf=false  
43524b173dab33fb MEMORY ALTAZAN 72-B-0133 2018-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnrg&d=%2Fa%2F3d000000pal3%2FVjsqCeu3fKNxeQoORu51VhK1q8.rd45DWRs9vKKcjwY&asPdf=false  
fefeeffadf3c5bab MEMORY ALTAZAN 72-B-0133 2017-05-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnZ7&d=%2Fa%2F3d000000pdw9%2F8baouqPX8tQTRhUzv7LK6X9Y4JiTWdNWg819VaMvjCU&asPdf=false  
c2f57c32ade2567f MEMORY ALTAZAN 72-B-0133 2016-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnCC&d=%2Fa%2F3d000000pfc4%2FQqEWDTOkazSpj_bVfu2.LL_xU8OxcK4U1GixgJogEDI&asPdf=false  
b8f0f8b39daa3bc5 MEMORY ALTAZAN 72-B-0133 2016-02-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh42&d=%2Fa%2F3d000000ppBd%2F8wDceOgCjvwNOQT5qFQa7jzl55SKaCtzqNNUsr78fHg&asPdf=false  
4b6a0400c0c9a27e MEMORY ALTAZAN 72-B-0133 2015-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnFK&d=%2Fa%2F3d000000pet6%2FHbglQIASprnBr04rWDBLnoqsGsGtAsgNbsreMfGagic&asPdf=false  
38b5f205b6e8e57e MEMORY ALTAZAN 72-B-0133 2014-10-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgneJ&d=%2Fa%2F3d000000poku%2FaRu.B7jOjj_qA0jo6iYBzQZU_wDRLDyMD7IeeW8lwVA&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 534.51ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API