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 = "93-R-0415" 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
ba838e17393716b1 California State University, Fresno 93-R-0415 2018-05-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmSo&d=%2Fa%2F3d000000pmVN%2FT3HhBTnqgbRXXHT1gmJf2NNcO4JFOQvMcaNxgVvYGEc&asPdf=false  
b6609e6c40796d40 California State University, Fresno 93-R-0415 2016-10-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglEX&d=%2Fa%2F3d000000poMO%2FK7.RWA41R4NdPIkHN6s2K6UQZcCoDJ0j.AWDzB463iM&asPdf=false  
911c9c3c68d9bde7 California State University, Fresno 93-R-0415 2015-11-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmHm&d=%2Fa%2F3d000000peti%2FIBKctxVf0u7sFDgr4x_HLgvoz6G92gHax2YtsauFpkY&asPdf=false  
4331b33b46d342d0 California State University, Fresno 93-R-0415 2015-05-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfDP&d=%2Fa%2F3d000000pdPZ%2FYdJohsXcM1Qm4BUdkGpjMnbeyKKDgKk0Ry_yhUAOugM&asPdf=false  
1e176439bba82f27 California State University, Fresno 93-R-0415 2015-02-17   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnxc2&d=%2Fa%2F3d000000pdvp%2F5enxmSu0_z92owQXG2eurhbMAR4lEPWNOzLorRuzUSA&asPdf=false  
e62fcee08603c282 California State University, Fresno 93-R-0415 2014-03-06   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYTL&d=%2Fa%2F3d000000pV2j%2FdLemIrK7j9VqVdflWdXbnSxOhn8NVWRnQf8ixuLg9FI&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 486.314ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API