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-0407" 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
3051bb7e6dcabc74 Missouri Down Under 43-C-0407 2025-12-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000uWpvV&d=%2Fa%2FSJ000007HkK9%2FF595aXxeX_HO1Fe1E0oRztNpMMcP8Ejtsmkq_vkUb4E&asPdf=false  
2a9557769e9dc078 Missouri Down Under 43-C-0407 2025-09-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000nDWZC&d=%2Fa%2FSJ0000069C89%2FSQgAJgvIL5tDZYkLKUSTHhZ1OSxiql9u._c9Gd7BODg&asPdf=false  
19fab337b7b9d726 Missouri Down Under 43-C-0407 2024-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000AGHTn&d=%2Fa%2FSJ000000l4TB%2FW3zPTktndw6ne_Z4SmtBw4fVdHE_hCJgAyp8y3uvsbo&asPdf=false  
e7e0367405a7530b Missouri Down Under 43-C-0407 2024-07-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000001EvPG&d=%2Fa%2FSJ0000003iUL%2FmG7R1J5NHNI0KOxw1kGEZwt3pRUQpgz3aA9YRmqxGcM&asPdf=false  
7c7083269c28cc55 Missouri Down Under 43-C-0407 2023-04-26   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008GF6G&d=%2Fa%2F3d000001A0Pd%2FyTPbKsTxzYYp0jWPZHfiXrqMy7IBKLLcjZPWijTv9.8&asPdf=false  
d89e70ffe1478302 Missouri Down Under 43-C-0407 2021-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8R6B&d=%2Fa%2F3d000000plWt%2Flv7nDmoA5mMrm08nEXg4ImHIJo.wU8X0W3lqZy9EBkc&asPdf=false  
603fc76f7e964de4 Missouri Down Under 43-C-0407 2021-08-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMolH&d=%2Fa%2F3d000000pjRf%2FeMaWnRMsfk6fvRGdNJas7C.2NDRJf9UektPx6Grml3A&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 1090.818ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API