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 = "34-C-0406" 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
89a0571aba889287 Jungle Frenzy LLC 34-C-0406 2020-02-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggeK&d=%2Fa%2F3d000000pdw1%2FoV.ynplksZ8O3a99RtEF2kczwCdA1ufm6JQ0Z85piXo&asPdf=false  
a3067eda36b4df72 Jungle Frenzy LLC 34-C-0406 2019-10-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egds7&d=%2Fa%2F3d000000pSIL%2FiyZoXadWHppvY58awG1GcnM.hIVav2nxColBNWfg29s&asPdf=false  
be702c1cefd8bc2b Jungle Frenzy LLC 34-C-0406 2018-07-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghn1&d=%2Fa%2F3d000000pnDp%2F2r4KvnkFnsXKGg4.00MRuPODKvFand3i_.s67htSMGM&asPdf=false  
c63db6832f6207b7 Jungle Frenzy LLC 34-C-0406 2018-03-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglQv&d=%2Fa%2F3d000000pkyI%2FO7v0ABxIG6kWHFVH8b5JEcyA7HWvtosExpUciaPemVU&asPdf=false  
79ddbf0b91513211 Jungle Frenzy LLC 34-C-0406 2017-07-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh2W&d=%2Fa%2F3d000000parI%2FIVwDOn3OWzqhNtAjZsEmYI4tT3W3IEXMkuNEBe9jUvs&asPdf=false  
8ad67b173dd5b3e5 Jungle Frenzy LLC 34-C-0406 2017-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglFy&d=%2Fa%2F3d000000pkWo%2FTMb1pAN.UoJwojphQlQwMt4.No3DVuKCSPh74.4ETUc&asPdf=false  
48f8de502d3457b6 Jungle Frenzy LLC 34-C-0406 2016-09-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmCC&d=%2Fa%2F3d000000pWUD%2FPc5PlTFUxVLXOdaC4fcmWMsUvvoUDCDD0vu_pJxD4wc&asPdf=false  
d7b6d76fa4b8306b Jungle Frenzy LLC 34-C-0406 2016-05-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaXO&d=%2Fa%2F3d000000piKK%2F26Y1ER9YkiAC6wIy2yUn6ABh0qg8JZicOShMwHeNnuw&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.557ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API