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 = "35-C-0093" 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
bd9f5906da1d2b3b CAMP FIVE MUSEUM FOUNDATION INC 35-C-0093 2019-08-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd9b&d=%2Fa%2F3d000000pabE%2F3m9d4M6QVCWIbCzzVoV7evYOJE.W3vMswz5erw35NdU&asPdf=false  
9039c730b66fb3c8 CAMP FIVE MUSEUM FOUNDATION INC 35-C-0093 2018-07-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbnO&d=%2Fa%2F3d000000pU8J%2F87iHKYW3qIYtLFIbaSTFzI4wQTWR08YJaQWMOTeLM9k&asPdf=false  
0b133d0945f2e752 CAMP FIVE MUSEUM FOUNDATION INC 35-C-0093 2017-06-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcGi&d=%2Fa%2F3d000000pkaQ%2FSRmGWqunBGzOG6q7PdQXgVELaxJjhxm30tXn5ePlHAw&asPdf=false  
b1cc241fbe119786 CAMP FIVE MUSEUM FOUNDATION INC 35-C-0093 2016-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcsH&d=%2Fa%2F3d000000pXEp%2FvOoykEFV434WLpYiHbYqVwEZb4YP1EHZmuheQ0aOWRk&asPdf=false  
bf3e02d2a98db8cd CAMP FIVE MUSEUM FOUNDATION INC 35-C-0093 2015-07-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbE7&d=%2Fa%2F3d000000pb9Z%2FaZ_.acnyij4V7.Z_Tys6dXc6a9yx55wyTLqEyzNLTjM&asPdf=false  
bb847cc856f478fb CAMP FIVE MUSEUM FOUNDATION INC 35-C-0093 2014-07-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdcE&d=%2Fa%2F3d000000pkJB%2FqylQOrI8qA9HdRRKtXp25qzWTvKPWIiMBmkQlNKDkRo&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 565.778ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API