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 = "48-A-2238" 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
97e256224b7b3899 Greg Jones 48-A-2238 2023-04-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Cz43&d=%2Fa%2F3d0000018UYt%2FxuOJTLseLfms4EYlImWS.GL_6TUNqDigWz6q3Xlku40&asPdf=false  
3a1f99d4bc2e0100 Greg Jones 48-A-2238 2023-03-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007x9Pr&d=%2Fa%2F3d0000013WZx%2FR5VjKWScprUSKACeBVHMMyDfYPuBm820gXeOXEJ1AR4&asPdf=false  
78fcc03fbd7d7e01 Greg Jones 48-A-2238 2022-11-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvI1e&d=%2Fa%2F3d000000pcLw%2Fo118Iej5xaNjaOBgcHFpC7Gdp2aAC6m1hyyqSNOguMo&asPdf=false  
c2d8e1b9297f4817 Greg Jones 48-A-2238 2022-08-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000aw3EG&d=%2Fa%2F3d000000pcN1%2FWnB8eZzlB04ETa9dw6lOfijJyBKhxNnIJlxrnTx05h8&asPdf=false  
443fc9df5b9fbdcf Greg Jones 48-A-2238 2022-06-02   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxDFr&d=%2Fa%2F3d000000pcLl%2FOUKGYHX6TWOfIX_tUMXo8w5I63bN4.cTPICEgM_GXlw&asPdf=false  
b4e748346a1ad0c3 Greg Jones 48-A-2238 2021-08-31   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN6e1&d=%2Fa%2F3d000000pcMD%2FEJpmzVeYLE89h_FqXqmQGwsaefpUXbxzWkgE58wjxxA&asPdf=false  
d450e0c65acb5512 Greg Jones 48-A-2238 2020-10-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FRn0U&d=%2Fa%2F3d000000pRxJ%2F5EZlJFVRTmOUfuu1MR8IGcaqX2PqP3OD08N3qwH9qfc&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 818.964ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API