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-0137" 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
3a2ce1731cee58de Heather Rorke 16-C-0137 2025-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000v9LcI&d=%2Fa%2FSJ000007ODUj%2FAKSjk7YVyNP2AF612CSH1fMyd.Xp3iBJL28M7E5e5zY&asPdf=false  
a66f63b752d221a7 Heather Rorke 16-C-0137 2024-10-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000009H5J8&d=%2Fa%2FSJ000000ezBF%2Fz4dEcUzVv._nZR0kCUbPKgwbL1WzyLqSi2LW9pvNU5Y&asPdf=false  
f3dfc390ac798433 Heather Rorke 16-C-0137 2023-03-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007vAHN&d=%2Fa%2F3d0000013AO5%2FQT5V1vFFnD4x.v42vMI48j1ytXLVhxpVsQ4SQ3FbDZw&asPdf=false  
b792fa7be4e4204c Heather Rorke 16-C-0137 2021-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNG2U&d=%2Fa%2F3d000000pWiD%2FR_dcIdoauamBw1shFutMx0mjCfi81uZMM4aEK3bocmQ&asPdf=false  
19f3020581399a84 Heather Rorke 16-C-0137 2019-09-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf4X&d=%2Fa%2F3d000000pWam%2Fpywl5ZJ7O2EqX4vaK42iUhFZbtU3qfCCQ1ra3QsVdD0&asPdf=false  
fa7499b4f232b21a Heather Rorke 16-C-0137 2018-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egeqv&d=%2Fa%2F3d000000po1n%2F11eimHp_j53z9_kHZs5zjeJ_LTekj_3v2F5AJSsbC9c&asPdf=false  
89ea205603ecc029 Heather Rorke 16-C-0137 2017-09-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcZK&d=%2Fa%2F3d000000povO%2FKsIcgGKpmzKdViVb8VNXJdUCKKpjirTstp07m_98_0g&asPdf=false  
dfff680e1b44b551 Heather Rorke 16-C-0137 2016-07-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf4b&d=%2Fa%2F3d000000pflM%2FhtZU13fF1eTkj4NhiLBL1QDpktRPOy58dfw1rZMqwjk&asPdf=false  
c1b68dc9c8409a30 Heather Rorke 16-C-0137 2015-03-31   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxYF&d=%2Fa%2F3d000000pn85%2Feuc79sBMrViL6cPh7.x9gc1GZlaqR.4Yp8IBcRuJ4JA&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 1789.929ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API