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 = "42-A-1590" 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
f136791463401bb6 Colleen Beatty 42-A-1590 2025-08-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000iey4F&d=%2Fa%2FSJ000005SPjl%2F1QM.IrqNIgb4cZyH4nThyEkMqAsJr_qSoQvsK3kfBlc&asPdf=false  
2381ac0ecc80b6a1 Colleen Beatty 42-A-1590 2023-05-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008U4Lk&d=%2Fa%2F3d000001DjtX%2FMpF_uyVvXNTkpwcDLCQgWR1lK5uWygs9it80pT1uBkM&asPdf=false  
3a73ef92ffb80371 Colleen Beatty 42-A-1590 2023-01-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007JmCO&d=%2Fa%2F3d000000t6WX%2FCPsj9VEF92ro8oOKPhPDQcFXQ29QzZAFZOB8uldzFcQ&asPdf=false  
2c0832fd631162fd Colleen Beatty 42-A-1590 2021-08-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMoEP&d=%2Fa%2F3d000000pRQq%2F_5h0eARxCSL1JW7au3qzcDU74VG2XZzk_DS1Wl2lxPM&asPdf=false  
01d159fbbc71bc7a Colleen Beatty 42-A-1590 2020-12-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERWM5&d=%2Fa%2F3d000000petr%2FcdIRPu2OHRq0QGLoKiN994sT0Q7mmLRmTxkPy4B8K0E&asPdf=false  
5726849f708afea4 Colleen Beatty 42-A-1590 2020-03-12   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwJI&d=%2Fa%2F3d000000pmXB%2F4EoHTqxRPJKu_WfwZvYEkPqlNQ2HvpO0ysla71Js0mY&asPdf=false  
a815a6144fa2a78c Colleen Beatty 42-A-1590 2019-08-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiSc&d=%2Fa%2F3d000000pSsT%2FV7bmAYCoPu2qHoAzBNqLd5fP.Z_bl.gBEUwcUDQshmg&asPdf=false  
8283be19c9426817 Colleen Beatty 42-A-1590 2018-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjId&d=%2Fa%2F3d000000pSE0%2FFAIf5sxGx_V3bFhl1QrUlv8S63sy0qvAHlw3raa_0s4&asPdf=false  
898c32b1264d1e7f Colleen Beatty 42-A-1590 2018-01-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZp5&d=%2Fa%2F3d000000pkcw%2FWo3Eue6PBIx8Rzt3B83PEJuuLDjykicpQqOCyu_vR5E&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 939.415ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API