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

4 rows where cert_number = "43-B-3856" 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
aca9976aa28ba37e Jenny Marti 43-B-3856 2026-01-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000010caiC&d=%2Fa%2FSJ000008Ay1V%2FEqAGqbxSEGqPP5aGPl0kPYzbEt4xnTq5U9.cnWMb_Vc&asPdf=false  
98edf1de7fd3b811 Jenny Marti 43-B-3856 2025-03-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000QvaRP&d=%2Fa%2FSJ000002ft2b%2FwCY.jLKDveF29TI3F9g15L5y9RDBwYvlZImzW5youh8&asPdf=false  
a8992ef13d7a4c74 Jenny Marti 43-B-3856 2024-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ECpxW&d=%2Fa%2F3d0000036ByE%2FHs6QwFAHTHMGIAI4inqHN655nBwqds_G5NI_WAuQbQo&asPdf=false  
6277ac1915368f0c Jenny Marti 43-B-3856 2024-02-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000C74TP&d=%2Fa%2F3d000002TpYd%2F5yYv8_BGfPWxDjBIg7aU8dYKpq9yLZYTU_pkeMKkjd4&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.85ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API