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

7 rows where cert_number = "64-C-0225" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
fade2a9e385e4105 Craig Hawkins 64-C-0225 2022-10-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awiIw&d=%2Fa%2F3d000000pVox%2Fy2vXquADLZvoPS8EB.hWXY6U.lovH8tbkq8gtrbrQ4g&asPdf=false  
85eda99334eee923 Craig Hawkins 64-C-0225 2022-09-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awiI8&d=%2Fa%2F3d000000pVp9%2FDnwmp3ZLxDFp22RLhlrWP_EzXY07oq0UUb8BxA9Pv1I&asPdf=false  
6a0fb806fd8f2679 Craig Hawkins 64-C-0225 2021-10-28   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8L9s&d=%2Fa%2F3d000000pVoh%2Fm3FYURpS0VLkVMv8Z3E42jip78GpczK6LbFwyMufxXU&asPdf=false  
711a30cf14650e4f Craig Hawkins 64-C-0225 2017-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc7t&d=%2Fa%2F3d000000pVoR%2FIoywbfBiu.GXukwMZ2D84RHlZv58p2Iv_rtS3yXqZ.U&asPdf=false  
5d333a3da4ea9f13 Craig Hawkins 64-C-0225 2016-12-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcpj&d=%2Fa%2F3d000000pVok%2FFAlHsdeFyqh2oCDc1tfUBd46BC77.IxNmdgN.W2iyOA&asPdf=false  
46289765eb07093d Craig Hawkins 64-C-0225 2016-10-04   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnxgz&d=%2Fa%2F3d000000pVoc%2Fe0qQuPZNlmZ__jSFUppkGIlZbL2xBygpqz4kimaAWEU&asPdf=false  
a27920c9c8495186 Craig Hawkins 64-C-0225 2014-02-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYHQ&d=%2Fa%2F3d000000pVp8%2FM1BBDiBpsYAK0xWR_RXokcrju6Va6f.vwtlW3W026Ks&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 480.789ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API