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

11 rows where cert_number = "33-C-0043" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
f0ff6dc629522c43 IDVA 33-C-0043 2026-01-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000010Ztig&d=%2Fa%2FSJ000008AW3d%2FQUmGv0D8wwsCvxgfvur4wPi4JHfR4NqAQ3orhzhR9iA&asPdf=false  
f663a9766f9aca2b IDVA 33-C-0043 2024-05-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EBTpZ&d=%2Fa%2F3d0000035wae%2Fu5q9Ir5Unjnr5z9ro.V.bBtMNXJT1n98JpVGuR6FoJI&asPdf=false  
a863dc9a0710367f IDVA 33-C-0043 2023-05-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Xpb6&d=%2Fa%2F3d000001EqVw%2FWKU8y3Htr42CIIVRZrlZzwwAITuU64HxciRl8_YYTVI&asPdf=false  
89d3f63fb65bd46f IDVA 33-C-0043 2022-07-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxjRx&d=%2Fa%2F3d000000pTW2%2FMlVon9C7GNJ2IwGKdiA.6n42zAzxbBgjT6plIDcLFJg&asPdf=false  
8fdb8ecc607beff2 IDVA 33-C-0043 2021-06-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8XdW&d=%2Fa%2F3d000000pij8%2FKmUSsrGn.FuScsgBIV1LX9QoDKuhodX7qDhtkvE1Yi0&asPdf=false  
76d880a7c1e336f1 IDVA 33-C-0043 2019-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdFd&d=%2Fa%2F3d000000pikQ%2FxlFD9NqfRfM1XaAiBwyGXNd9U1q33JRlu_BZkVIxw_I&asPdf=false  
a38f6f603a2af0c5 IDVA 33-C-0043 2018-06-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdQ2&d=%2Fa%2F3d000000pijz%2Fil.e_Iz9F1z6sP0TPf_X_WqngJqt0I80wGhKSNBDAeM&asPdf=false  
1f9e756a9cc89797 IDVA 33-C-0043 2017-04-12   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdQd&d=%2Fa%2F3d000000pij0%2Fs4tLtbsM.soGWpQgp_DVUMah7w6BtJ9iKFXHJdVIpkM&asPdf=false  
d37a7abfd46a05ae IDVA 33-C-0043 2016-02-25   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX8M&d=%2Fa%2F3d000000pij2%2Fa_ozuzFgflISdzCVh.y7sx1tMko6ufOJX2rMM1BhGgE&asPdf=false  
aa34cc1af0d029d1 IDVA 33-C-0043 2015-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfQh&d=%2Fa%2F3d000000pij7%2FryDm43cgnqgy1YPkcT0tM9w6g.DfvpS3Jfq4bNiMfT0&asPdf=false  
c6f9890fd48498ca IDVA 33-C-0043 2014-03-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egddp&d=%2Fa%2F3d000000pijb%2F1_H76ULZesZWeKmsVEHKmpAAWsgk_12EMmHGwZ4PXN8&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 145.614ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API