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

9 rows where cert_number = "22-C-0030" 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
2718837c3b32dbf4 Joe Bush 22-C-0030 2023-03-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uQTr&d=%2Fa%2F3d0000012q3E%2F1FdSqdf5rez24jCjTQ4O2AxcnCEgmzTvbDAwk0QsI60&asPdf=false  
1281d7233ed400b8 Joe Bush 22-C-0030 2022-08-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxsT4&d=%2Fa%2F3d000000pTyl%2Fwvqy.j96ORioQryvAgdI0XCcDX643vrf9HZlp20Utrc&asPdf=false  
2b76c1bc78c44136 Joe Bush 22-C-0030 2021-10-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8GKY&d=%2Fa%2F3d000000pTyb%2F1GwxTaYlYWo8t7gKnhpqNev.zXQJgIdpHrFuTpswjlE&asPdf=false  
abe1350bc46e8cab Joe Bush 22-C-0030 2021-01-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERyDN&d=%2Fa%2F3d000000pTxP%2FUwwrUKc5NkdwVo3oxgQl5QZjIRAjs5UmiPssFVzETZE&asPdf=false  
88ddafe9a0a11305 Joe Bush 22-C-0030 2019-08-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkbK&d=%2Fa%2F3d000000pTyB%2F.ycw7yFj8cMHGymdXiOmruyPCip.IjMMPKYaeoM5vTY&asPdf=false  
9c8d065d0654f866 Joe Bush 22-C-0030 2018-07-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkQH&d=%2Fa%2F3d000000pTzL%2FUeTGhT0adBKn2YTBvQ.EtxbuCv5DDAzBfZbJq7zPgm4&asPdf=false  
fd767b70ab3da09e Joe Bush 22-C-0030 2016-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkBX&d=%2Fa%2F3d000000pTz5%2FrmyP9SiCkT2BgkzUUp5hdYly7MEIPi5IQcXkilRiaU8&asPdf=false  
1bb18b37da06dfa3 Joe Bush 22-C-0030 2015-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghh0&d=%2Fa%2F3d000000pTzV%2FAeR9B7y6lvGTGQ_pNDqfweCbHg_2ky1itvWtt4vR5_8&asPdf=false  
8644ba0a0da65e00 Joe Bush 22-C-0030 2014-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi8V&d=%2Fa%2F3d000000pTx6%2FkqwxlN.jsKjMVH9bVB3MKt.IYCv7tpu3eFYhwOs3Ejs&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 135.389ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API