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

10 rows where cert_number = "57-C-0300" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
90c38d429e44360c Hope Bennett 57-C-0300 2026-01-12   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000zWHgz&d=%2Fa%2FSJ000007zyb7%2Fb4pNl7zT0WMeWidWXwoT9E3NiFD6i93t4xr.84FkQYM&asPdf=false  
ba4737d896b6bc3f Hope Bennett 57-C-0300 2024-05-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DYZzh&d=%2Fa%2F3d000002vtjX%2FltILAeHFtPW9FW.dG2dmgkZNXsWxiIb_omahyrVjIww&asPdf=false  
db232409f8ec055f Hope Bennett 57-C-0300 2023-09-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AF4bb&d=%2Fa%2F3d000001x9s2%2FbMf9aKy64yrlTCKxxu89zyy6IUcgaJuEF4e.lQWvrSk&asPdf=false  
5803130771f106bb Hope Bennett 57-C-0300 2023-09-26   0 0 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AF9wB&d=%2Fa%2F3d000001xBWu%2FDVLC0DxXc.xK4SOfFu.OvaBlsKT9nfp7P7Z13qxJa2E&asPdf=false  
9efe019a0a426d5e Hope Bennett 57-C-0300 2022-07-21   0 1 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxlHf&d=%2Fa%2F3d000000pTnK%2FXpYhghIr8.cy6_B1aXrySjKSMEf4gfhpVsfBGsh3_U8&asPdf=false  
7bc18009164cc03f Hope Bennett 57-C-0300 2019-12-11   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwvb&d=%2Fa%2F3d000000pTWs%2FNM23aj_OaNorHaG_xMtu6PA3EsM9foU_grEc31B24M4&asPdf=false  
b979a8b657efe078 Hope Bennett 57-C-0300 2017-05-20   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaiN&d=%2Fa%2F3d000000pTXd%2FrMWMi_cfqZHyjLoLIIcno8dAEJT0Y3kaf08FeykFUBU&asPdf=false  
8ae54a028d21b66e Hope Bennett 57-C-0300 2016-12-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwY1&d=%2Fa%2F3d000000pTXr%2F_wDyAvuMS3GXJHdqV4uXGYhleTdD4jS5i._7wbAvVbY&asPdf=false  
136772ee17c4754e Hope Bennett 57-C-0300 2015-07-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxE9&d=%2Fa%2F3d000000pTX8%2F5P7kPrkI9juO1Y0ulbgm.jdsaLx0mp7OBr.PGlSZHGY&asPdf=false  
f4c9c759ee4527a9 Hope Bennett 57-C-0300 2015-03-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcnA&d=%2Fa%2F3d000000pTXc%2FEJvqr02Prp7XIGUNSXiwGODSdRkSqqYIHpvzGdxKzMU&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 6.278ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API