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 = "58-B-0628" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_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
b63afce566fa214f BC US LLC 58-B-0628 2026-01-30   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000010fgiy&d=%2Fa%2FSJ000008Bb4T%2FfGhOMf9T2e3m9o5Mergko6oE0HIziRZCSepste7hpks&asPdf=false  
cd17e1d20278a58e BC US LLC 58-B-0628 2023-08-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009Zams&d=%2Fa%2F3d000001dImO%2FAeVM1ju.3ASQjNyKrfLNlJVUU0wiclbGiW8Yddj7fRo&asPdf=false  
b1a7c26b63931395 BC US LLC 58-B-0628 2022-03-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9RJS&d=%2Fa%2F3d000000ph71%2FhjDTkqovyjV76c87BaVSs5SXBFB__RRr4UNgumlScEY&asPdf=false  
e0f5ca300a6b46f7 BC US LLC 58-B-0628 2019-04-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggqN&d=%2Fa%2F3d000000pTIc%2F95mYs7rTAe4X1oHc6iOqXQErFcDiuRhw.vge2WiqGXU&asPdf=false  
18233f372e72a753 BC US LLC 58-B-0628 2016-10-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghEX&d=%2Fa%2F3d000000pnoq%2F1Eki0AMZrXf1OCpOgKFNrlG7UQjlAm5skS.a_OXb7Nw&asPdf=false  
4e52148dc7501c63 BC US LLC 58-B-0628 2016-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYAa&d=%2Fa%2F3d000000pSCo%2FIHfxViuCS04DWnhGu4xBBbLqPDoZieRtIovxjfPkOLY&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 772.565ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API