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 = "45-A-0115" 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
209ef4f658edd4a4 Silver Barrel Labs L L C 45-A-0115 2022-07-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxaGc&d=%2Fa%2F3d000000pir2%2Fe6Hkb1wwypAlz4nUbePrqio0.CD4BaxNdIV8gy2wG7g&asPdf=false  
eb1192e169b9ceae Silver Barrel Labs L L C 45-A-0115 2021-06-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhGP3&d=%2Fa%2F3d000000pirV%2F7uf4PgvwKKVZ8M6tTf3GJumeZ0wkIkmsc7zRBXDXV8A&asPdf=false  
0d926d693892a1c1 Silver Barrel Labs L L C 45-A-0115 2019-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjL2&d=%2Fa%2F3d000000pirN%2FhgQv7AEBPMT3DUiBbh0EbKDVgmFWT1NxZwAr22rG1dU&asPdf=false  
1b9e67f217005042 Silver Barrel Labs L L C 45-A-0115 2018-04-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjgc&d=%2Fa%2F3d000000pisS%2F_8Wdq9D4h.HLxT.QH6RJsWt0n8_k61ct33zQ7P9QIlg&asPdf=false  
51ae3f72a2f320ef Silver Barrel Labs L L C 45-A-0115 2017-03-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglnt&d=%2Fa%2F3d000000piry%2F7Iq8.g5bgwTgZaWTVLaUCoqqtMgNeCz0nq_5rD.8qbE&asPdf=false  
196f28e7fc249ebf Silver Barrel Labs L L C 45-A-0115 2016-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggEz&d=%2Fa%2F3d000000pirT%2FxRB.rYTjSp213pLEmporUQTYX2AsLrQEEBWPoEiAmFE&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 1134.86ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API