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-C-0397" 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
4f20f81b6e40079a Jonathan Offi 43-C-0397 2023-09-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AFF3Y&d=%2Fa%2F3d000001xCle%2FFYGbEvAw9nz4W.4l3FX9l6Q6Qn1AXOt3OpDym4.F4cQ&asPdf=false  
c9c903ea273ed0a8 Jonathan Offi 43-C-0397 2022-12-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPCuF&d=%2Fa%2F3d000000pVL1%2F3vIJu7AnokN4I1ct9ho1ez1Zt37.24sEGYqsPUjgCuA&asPdf=false  
81890e3aa945915d Jonathan Offi 43-C-0397 2022-11-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gv4AJ&d=%2Fa%2F3d000000pcDl%2FziMwE_aU4cI6cmTqOR.1HLe2xBpi81H6vhlwglmhRcE&asPdf=false  
4bf2153a55a85aca Jonathan Offi 43-C-0397 2021-10-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8I81&d=%2Fa%2F3d000000pYiE%2FJJvfk5m1C_9432A1cPbRhanIsU_LWa1CHDLoldNolRE&asPdf=false  
0db5f4ad0457e94a Jonathan Offi 43-C-0397 2021-08-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMxYg&d=%2Fa%2F3d000000pYjI%2FiL48dRb97XSsEQFEfQ5RhfPTk7KN73aQHMqnPOhFAhY&asPdf=false  
fa1221a0593f12e6 Jonathan Offi 43-C-0397 2019-10-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkpn&d=%2Fa%2F3d000000pYjF%2Fkbhn5MmqHIN2SU5Qw1_zCxdzyMfI2qpVqSZrsNlhoas&asPdf=false  
c9ed90daf6409f50 Jonathan Offi 43-C-0397 2019-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc9G&d=%2Fa%2F3d000000pYia%2FReaQHDmn0l87bIaNPnOPVAsLcoxhSwLrQJCgmUJajMI&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 274.481ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API