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 = "16-C-0156" 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
218f37ee309167a8 Susan Perry 16-C-0156 2025-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Uu1V0&d=%2Fa%2FSJ000003IaZZ%2F2wx_Nr0l309Gh.4yCcSzvyB9biVmOCO273fS_h1d.fg&asPdf=false  
6f905fe995b93833 Susan Perry 16-C-0156 2024-08-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000001Twha&d=%2Fa%2FSJ000002T4am%2FvKwuygyMjBIGCpl9gVvmx967ZwA54wkYiuR2VvRzNLg&asPdf=false  
115a6a0276296648 Susan Perry 16-C-0156 2023-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007ugmP&d=%2Fa%2F3d0000012wbl%2Fjnae6Is4qjz6twEOud_RtkgWPmqMdRhIyPrNJXG6SI4&asPdf=false  
e577a049c81631ec Susan Perry 16-C-0156 2022-09-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awWK2&d=%2Fa%2F3d000000pZqt%2F0PLV50l87fiuQl2hKQ5WrziOta3H7hrkG3pteB7dCB8&asPdf=false  
91fb11b301bcb84b Susan Perry 16-C-0156 2021-01-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERmJq&d=%2Fa%2F3d000000pZrR%2Fh1KRwH1zsQiXLxBwt.PpdE7w_wGe3Spp4tPSBzOMfGc&asPdf=false  
51a2aaaa5ff904ed Susan Perry 16-C-0156 2019-07-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh0g&d=%2Fa%2F3d000000pZqQ%2FbbDBVs1qdpvMU7WyHbIAxRtUD_7duhYQqeuYKKExoj8&asPdf=false  
b72403a86e793653 Susan Perry 16-C-0156 2017-11-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg8b&d=%2Fa%2F3d000000pZrV%2Fa5SnqZuMBvcoBr4XiZDRbncTmV870g1B_sbdRFcRLj0&asPdf=false  
bdb73aba74d62c0a Susan Perry 16-C-0156 2017-02-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghnk&d=%2Fa%2F3d000000pZr6%2FWCUpyFO.60INvXoLG4Lp2RX3NFpWPVwZIZXTKzxUUaA&asPdf=false  
75de905ed220def1 Susan Perry 16-C-0156 2016-04-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb0D&d=%2Fa%2F3d000000pZqh%2FV1TMLSQZ5pSyPU.dBl3h__YLF0rUfD7vyw1ljR7L5a0&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 630.766ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API