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 = "34-A-0189" 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
b2ce631b94a5f7b5 AMY GILROY 34-A-0189 2017-05-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg7M&d=%2Fa%2F3d000000plXR%2F6JP.enDByLiak6K6PAetg9.Tng0V4Liv.QyTIU2wZtE&asPdf=false  
3f0db39df0d1de53 AMY GILROY 34-A-0189 2016-05-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZD5&d=%2Fa%2F3d000000pbht%2F56EG1inqlvv5nYM2C_fTqKgpE7v0fxHLwrWf2Q.S_OA&asPdf=false  
ef559d72abf48a49 AMY GILROY 34-A-0189 2016-03-31   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl79&d=%2Fa%2F3d000000plPf%2FylVsj7uNrbhRvQa295.ynMDMMAR.GrktiPn5_QUogkI&asPdf=false  
b23922423f7dec5d AMY GILROY 34-A-0189 2015-05-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdWU&d=%2Fa%2F3d000000poHU%2FMIihAeqdtCPUfEuxRf8wpYMPUesdrbAS0a0JSRM0v64&asPdf=false  
57ef95f12049a42a AMY GILROY 34-A-0189 2015-03-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj7a&d=%2Fa%2F3d000000pdQe%2FETwcJVZNOHdkFFMIGXmA0keZ7O_Zp3LX4crtil8gyfw&asPdf=false  
1948efa52f591b0c AMY GILROY 34-A-0189 2014-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggQ8&d=%2Fa%2F3d000000pges%2FC23EMtlJSxBkdFkUzWyzDgWC8gisb6jWF6IfcWWqJoU&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 6.056ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API