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

5 rows where cert_number = "56-A-0143" 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
510b392e98d2510a Suzanne Mull 56-A-0143 2024-01-02   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BZmA2&d=%2Fa%2F3d000002JT3x%2FQaWkT53iQgwDc6U8XQfHmaHLO9FvQj35Oxf3NVW87RU&asPdf=false  
30a3cfb8100cf4d6 Suzanne Mull 56-A-0143 2023-10-04   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AJeOw&d=%2Fa%2F3d000001z0zX%2F44iiibdDXE4DCYQkdF3QN_5R3zpDvMuVkxLt17yQCFI&asPdf=false  
bdd82f7484675ed2 Suzanne Mull 56-A-0143 2023-09-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A8h7T&d=%2Fa%2F3d000001uTpv%2Fgg.T8DKCm_vSuqWnANNpSZCTTXGu9Onhq9M7LD4bQsk&asPdf=false  
2411030e8dfe711e Suzanne Mull 56-A-0143 2023-07-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009Mkfj&d=%2Fa%2F3d000001XhyN%2FiFxGMfZgzes6P9.NRBpztfW8Wwo1MumUwGE5BZs_oaE&asPdf=false  
87e3190b67aea335 Suzanne Mull 56-A-0143 2021-04-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NFLjn&d=%2Fa%2F3d000000pb3I%2FRp5wD2B2EMD0F68z8vywe4nyvHIvJHdChLtWmf_M85A&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 1994.055ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API