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 = "91-C-0035" 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
360d05b3409d55b0 PACIFIC SCIENCE CENTER 91-C-0035 2019-10-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghtC&d=%2Fa%2F3d000000pXAt%2FMe7NIvZPu_EoC9GrtA4rfrB8hW0g9gmcouEbTSc1n5c&asPdf=false  
29b60660ec72c8fd PACIFIC SCIENCE CENTER 91-C-0035 2018-10-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghV9&d=%2Fa%2F3d000000pb5t%2Ff8iKov2M8PEnJbY97D6zs5TPwTlKltvhdAMNuWdbP6A&asPdf=false  
1e37a7a2bdeaf561 PACIFIC SCIENCE CENTER 91-C-0035 2017-12-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghYY&d=%2Fa%2F3d000000plfS%2F7pK5DZZWZMklm7nhPcEFeI8UAnFBaFnUUQYQhE1dxJE&asPdf=false  
53e7427bdf74ae68 PACIFIC SCIENCE CENTER 91-C-0035 2017-03-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgheY&d=%2Fa%2F3d000000pfP1%2FVt.CFcOzs5OMosNTkRfPp8MVEjExQENTqe1X.CFnkJk&asPdf=false  
cb6af86594d9ffdc PACIFIC SCIENCE CENTER 91-C-0035 2016-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiOh&d=%2Fa%2F3d000000pSIB%2FFYEfVt4tBDe4JmNwUn7KEnh.c2VFWoVTyZn2IMyBL1o&asPdf=false  
5858aeddbfc6eb29 PACIFIC SCIENCE CENTER 91-C-0035 2015-03-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh69&d=%2Fa%2F3d000000pfUT%2FVRRlFDdNLT0rSoaJgOxJM1cjhVoPYd8iTDUXN0xLwxc&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 713.374ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API