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 = "33-C-0461" 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
6f5823e7a944a659 FILLUP INC 33-C-0461 2019-11-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjnO&d=%2Fa%2F3d000000poWo%2FXb7B4clVmG5_KRa_ctMYZbxqIHhHpeNte2liQkOc3QI&asPdf=false  
6f5d5034caa4e83c FILLUP INC 33-C-0461 2018-11-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiaD&d=%2Fa%2F3d000000pRce%2FAP51w7QHNfpstGMhW5e.gbzwytiPscFNn00h.tixZ5Q&asPdf=false  
d6a816a8e8d4dde2 FILLUP INC 33-C-0461 2017-11-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeTD&d=%2Fa%2F3d000000plHM%2FbhEEn4kvrqkRg2yJO3xtakbIuqXBudrWHc0PmYouaP4&asPdf=false  
f603247999d082f9 FILLUP INC 33-C-0461 2016-11-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggto&d=%2Fa%2F3d000000poj9%2FX8lozdR_1O5gx2IEtHjliw78K_vyGlhCnSA3qYaw8qk&asPdf=false  
730afed5573fe647 FILLUP INC 33-C-0461 2015-11-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghKZ&d=%2Fa%2F3d000000pSXc%2FvwbLRha8VWIaPhXnUFFW0f6nbfc0RR15kYK9MljFiiU&asPdf=false  
30ed1d3933fc0150 FILLUP INC 33-C-0461 2014-10-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZXo&d=%2Fa%2F3d000000pSB2%2FVrCRC.zydGwgOBODE.V17U_8Op37qAeg8FMe2PvRNgE&asPdf=false  
b1f0c89fdf96fa8f FILLUP INC 33-C-0461 2014-04-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbil&d=%2Fa%2F3d000000pXX3%2FW2oThRWoQic.psCoP7VEJpOsil3hfFCm6MWgPRL9jmc&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 680.041ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API