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 = "72-C-0229" 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
389708f08f84a636 Zam's Swamp Tours Inc. 72-C-0229 2018-04-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcdA&d=%2Fa%2F3d000000pkVd%2FvgVdjJYd.mpSNufH3KFVwj5PClZ7nm4ZgoOmNLMsPWs&asPdf=false  
aabf2f6e76e01a23 Zam's Swamp Tours Inc. 72-C-0229 2017-07-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdmo&d=%2Fa%2F3d000000pfOs%2Fl31_qrdMoPE2N.0ODB7PUIL6y78xRN7.mSrxZCbHU0Q&asPdf=false  
35711f229479df37 Zam's Swamp Tours Inc. 72-C-0229 2016-04-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd0S&d=%2Fa%2F3d000000pgjR%2F.fmLP6e1F5A8IftiRAHqVR3pmdrDnkiQXfWSrOigLZA&asPdf=false  
878e07f2300f8070 Zam's Swamp Tours Inc. 72-C-0229 2015-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egea5&d=%2Fa%2F3d000000pWrX%2Ffr.XyOLJt_W5pFmmf7ESmm5bf_lM5B.v8Ynt21FWqQw&asPdf=false  
18c7ab353e6bcd24 Zam's Swamp Tours Inc. 72-C-0229 2015-02-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYU1&d=%2Fa%2F3d000000pXKP%2FKH5_OmPPCiYWbBh8KvGCaOm7BX1AgtihHHzT1coSXLQ&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 168.616ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API