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 = "86-C-0120" 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
a4f3555250135012 Lynn Northern-Spanganberg 86-C-0120 2023-10-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AIzg0&d=%2Fa%2F3d000001yh8Z%2FX4wSx9d9RrpAltc6iHq98MQyXMBLG1Ms1CmG5NzSFNI&asPdf=false  
52f45c1000932260 Lynn Northern-Spanganberg 86-C-0120 2021-10-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8J2o&d=%2Fa%2F3d000000paeF%2FMEbTDvCn6MMYo2eYLAhzcMZrtuc756_jUXFG.R3MD8o&asPdf=false  
380ee7518f3eb8b1 Lynn Northern-Spanganberg 86-C-0120 2021-02-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESG38&d=%2Fa%2F3d000000pRnd%2F8s7.G0gsTNTPn1.WCAu67HZ1B49YBaFcpahu632jpq8&asPdf=false  
7bde1c6326c1facc Lynn Northern-Spanganberg 86-C-0120 2020-03-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnI1&d=%2Fa%2F3d000000pnN2%2FWN6pVVV3yHtSH4JeQhQG1yURgPMgJQK1OEJW1ZdWC40&asPdf=false  
08576f3540c9b7ca Lynn Northern-Spanganberg 86-C-0120 2015-01-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmiU&d=%2Fa%2F3d000000pmLl%2FGA22oIsAFQfPOcXtobsQh_zXEGFp7WVGM1aBDMBRKqk&asPdf=false  
9d7e2ad5dbdaa32b Lynn Northern-Spanganberg 86-C-0120 2014-08-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf8q&d=%2Fa%2F3d000000pWZH%2Fxtg0pBbwOkGcFZebpCvr3fvRpTbmE2ATZljAbFGUuJU&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 939.756ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API