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 = "23-C-0353" 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
5871de8f8533e935 DAVID YODER 23-C-0353 2018-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmTh&d=%2Fa%2F3d000000pkq3%2FofJP3iJ2ET08rBep9aKRpEZfCaFQmco4ZGX6lWygPoI&asPdf=false  
5c6657035847c775 DAVID YODER 23-C-0353 2018-05-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj38&d=%2Fa%2F3d000000pjrU%2FRHHf644jnAAkWPEAJQ_MyO2eXY8H7mTMS2CYP_McYFY&asPdf=false  
2d5c0efecf522d02 DAVID YODER 23-C-0353 2018-04-12   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx9E&d=%2Fa%2F3d000000pmSV%2FJ2iIfoKWUW9bhbR.cILytwzRrIMOUKtVJcSODbDdZjw&asPdf=false  
0a67629464d9f07b DAVID YODER 23-C-0353 2017-12-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZgM&d=%2Fa%2F3d000000pneO%2FfY.8HUCzH903AdAqb5GmaTJM2gw3Y_WdXKI_kHYS.go&asPdf=false  
ad88242377ebb31c DAVID YODER 23-C-0353 2017-09-19   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxTe&d=%2Fa%2F3d000000pUQF%2F_nCR2uXdoLWzUHSu8TPTXTk_4iviNiIjwHSttYXMkO4&asPdf=false  
a8a1efd555fc723c DAVID YODER 23-C-0353 2017-08-01   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX02&d=%2Fa%2F3d000000poMy%2FFcNfQM8YIR76CfCqe8QrrXLHJOK7qUmy9HRh16LWLqQ&asPdf=false  
a441e7f2b8d08d4e DAVID YODER 23-C-0353 2016-07-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXI9&d=%2Fa%2F3d000000poTr%2FWtEM5Y73tMwhXCD6kSfy.A5aEVk7GJnHmogr0Ko7GR4&asPdf=false  
c099d4bced1b95e2 DAVID YODER 23-C-0353 2015-08-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWy7&d=%2Fa%2F3d000000pSl9%2FSo3za.UvdU4ft9zFSIvJAZgLk.VLtD3VOb3Es77dGJQ&asPdf=false  
d5e5f37e8dc99ea8 DAVID YODER 23-C-0353 2015-02-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ6H&d=%2Fa%2F3d000000pkx8%2F3NLRUjfKmNOH0LS0uV1b1ykZcey6XtrovQNf5wsdg_g&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 498.469ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API