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

5 rows where cert_number = "84-A-0216" 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
6b98b39e9df43509 Abigail Grasso 84-A-0216 2024-02-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CHTDy&d=%2Fa%2F3d000002WNHe%2FwwOUHX4UmciwUxuMUo4Yp3YFuJxCwFgwFyc0RYdUxXc&asPdf=false  
7b0b75ff9d6f3876 Abigail Grasso 84-A-0216 2023-05-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008TCFg&d=%2Fa%2F3d000001DWAh%2FsvN5yi8uTp32bK8Y_qVcocIV1z2vP6lfh7FAmYmu7Ik&asPdf=false  
a9386433a5bf1d0d Abigail Grasso 84-A-0216 2022-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awYfq&d=%2Fa%2F3d000000pcVc%2F5DYYJmP_2Lb3MOVpP.tx7dIQ3iGYo4sxAEj5BMNXn.I&asPdf=false  
314e67a8138c1aaf Abigail Grasso 84-A-0216 2022-01-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8ywc&d=%2Fa%2F3d000000pcVA%2FBkgL7D90XE_s5OAtMcGmK17Zcrk6zBu1ow7nFcNt9aQ&asPdf=false  
9c9f7169f8884ef0 Abigail Grasso 84-A-0216 2021-10-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8FDS&d=%2Fa%2F3d000000pUsB%2FFlO2OtSVEaFHnw0V_jOZLMoYikdcnzLadnvUMg4Ci44&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 33.237ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API