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-0156" 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
9d73e857edfc41c2 Bads, LLC 91-C-0156 2023-10-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AYIMU&d=%2Fa%2F3d00000243Sw%2FS5FiaGdO.zm3L4rplrfQ.yp1r4NGYdzlh7wxeGcXWiQ&asPdf=false  
a224691a06cdcd22 Bads, LLC 91-C-0156 2023-09-14   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A8pTd&d=%2Fa%2F3d000001uYKQ%2F7Ou1sDXjAireWAvoa.E2VKdU24cyV.nxgBMH5fgNWAk&asPdf=false  
31ca7f27970014e1 Bads, LLC 91-C-0156 2023-01-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dnyk&d=%2Fa%2F3d000000yGPs%2FNxrT4UUo5cNLkajiKLfHeFwAv11JGkuAUFe.bohS8OA&asPdf=false  
2bc4ef4004093a19 Bads, LLC 91-C-0156 2022-08-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000aw30d&d=%2Fa%2F3d000000pYub%2Fkt3UFOwd8lLeTxWPhBk7cjANeHEwbNzDV7STidhvY_8&asPdf=false  
9aede6a9bb4fca38 Bads, LLC 91-C-0156 2022-01-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9AHQ&d=%2Fa%2F3d000000pYld%2F3OYtj7Bsn8phutyzYjqzYefuPY.KJgvEUlaHDV26540&asPdf=false  
7eed0d9de8bb316a Bads, LLC 91-C-0156 2021-10-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8IIG&d=%2Fa%2F3d000000peuk%2F9NS.WEKmAL_Qpp7YF35ng_5w9ufxVckyz.GWKBKJQhA&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 307.152ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API