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

7 rows where cert_number = "43-A-6500" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
435f5d419754fa31 Annette Davis 43-A-6500 2025-08-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000hLAIY&d=%2Fa%2FSJ000005GTuP%2F.RhSXE1Yuv4GHcowXYdmuTPrhu4gThU37dH7mHUdyhw&asPdf=false  
f2b34069c5bacf16 Annette Davis 43-A-6500 2025-03-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Punni&d=%2Fa%2FSJ000002XGKz%2FwKngkoKmBbNWiCao01RTBg16bcLXa0.13FWxree0WPE&asPdf=false  
3cc807c3f9e11679 Annette Davis 43-A-6500 2023-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008H61U&d=%2Fa%2F3d0000019yuX%2F4Zhow_5U6Oti6EZ2E6ANXDXXyEjqls1_53RF3b5teAw&asPdf=false  
82606060041b8ab5 Annette Davis 43-A-6500 2022-03-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Rgq&d=%2Fa%2F3d000000ph65%2FZly796nFEYkz45ac40uNuXgyIux.i2th5YxEQYt_c3U&asPdf=false  
35c167c6e6e849e1 Annette Davis 43-A-6500 2022-02-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9DTV&d=%2Fa%2F3d000000ph1L%2F_tAmB.evLp6ul5kucDsprSOwj9XOfhmtpsWAiuRacZQ&asPdf=false  
af0bd9719c923148 Annette Davis 43-A-6500 2020-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyQll&d=%2Fa%2F3d000000piKt%2FAeLOGJGgjwq8zUP_.pysmYMJk6yIQkabQpFMm5itkmU&asPdf=false  
ce27e7e73c16bcf1 Annette Davis 43-A-6500 2020-03-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb0d&d=%2Fa%2F3d000000pdcw%2F6FmhqcajMFufhxZP.68.Qx.7.xyJY3drcPJBn_C8BGU&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 47.481ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API