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

5 rows where cert_number = "58-B-0475" 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
4ca78c84604690ff Lisa Brezil 58-B-0475 2025-07-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000fquEi&d=%2Fa%2FSJ0000052vIf%2F5P84BZh0r87mGq2uw_J1H9Gdsl.HZQvrVzOpSxN1RRA&asPdf=false  
f7b0094be41f66ac Lisa Brezil 58-B-0475 2022-10-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gKIVp&d=%2Fa%2F3d000000pWKW%2FH8mXmUjVG5lixLxSC680XlC1lIt2p4TyNPCn4GgvBM8&asPdf=false  
ab1c453d05d74c73 Lisa Brezil 58-B-0475 2017-07-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjBG&d=%2Fa%2F3d000000pWK1%2F4AMS5miRfLsrxe8jRzih8fbxaBAvFWzHhp.HhF4q.WA&asPdf=false  
4fdf73eafdfafa0f Lisa Brezil 58-B-0475 2017-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggsS&d=%2Fa%2F3d000000pWJs%2F2x40bl_FRgbThgrslweiuuKfrHNIkGn4NNbQD6V4X34&asPdf=false  
97fa9220878d1abd Lisa Brezil 58-B-0475 2016-01-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdJw&d=%2Fa%2F3d000000pWK0%2FjuQD25HxtsOyfycEAl.X66eNaCPB84KoqVSTGHxZLa4&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.503ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API