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

8 rows where cert_number = "48-C-0154" 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
591034cf35acac91 Patti Tilman Ronald Tilman 48-C-0154 2018-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcuW&d=%2Fa%2F3d000000pnRm%2FvXGA6416ev65YoKJC0CXbab0ApAJDvwqonTMDXayYJ4&asPdf=false  
c9d1342e59136b50 Patti Tilman Ronald Tilman 48-C-0154 2017-04-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeAg&d=%2Fa%2F3d000000pRFd%2FHqXV_IIX3VnyFVKZA6Cfc01O.ABEvlTxr50Y6zeFGWI&asPdf=false  
9f672c336c7420ad Patti Tilman Ronald Tilman 48-C-0154 2016-11-01   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWyy&d=%2Fa%2F3d000000pWql%2FZqfJaDjoLkuZMClu.gq73ocfW_c9APhG.jNZQQybmVY&asPdf=false  
f765f7487ef7c61c Patti Tilman Ronald Tilman 48-C-0154 2015-12-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaQx&d=%2Fa%2F3d000000pfu1%2Fi3lLX_XJ_jN1PN_OAzrYvjLdZmevXYFGU9TKptSSo8E&asPdf=false  
d90714c688b1dd05 Patti Tilman Ronald Tilman 48-C-0154 2014-11-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbpJ&d=%2Fa%2F3d000000piIz%2Fo7lQNbK8.NyASmVbHhiIdFP5E6f62l0qWnmRdvOXQGc&asPdf=false  
4a76795a41993b3f Patti Tilman Ronald Tilman 48-C-0154 2014-07-31   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWvg&d=%2Fa%2F3d000000pUHq%2F4G_dxn8smu_FtdFiTU5UxRKELGnFAiIrhVNozl_eK7s&asPdf=false  
8cebf4d443f60dde Patti Tilman Ronald Tilman 48-C-0154 2014-04-16   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxMo&d=%2Fa%2F3d000000pWWC%2FpgqmlHAtpqaoZSI3.2LZ28VgnhHaaWxv3icpcJfnJcI&asPdf=false  
dcb45cef6f55c952 Patti Tilman Ronald Tilman 48-C-0154 2014-03-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egeuf&d=%2Fa%2F3d000000pSJi%2FB09uMOv9v8M.HTc.KpMtNjfriFEvSoXQSRgCXznBB7Y&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 4.672ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API