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

6 rows where cert_number = "43-C-0404" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
b4e6c5191e2a54ad Beran Support Services LLC 43-C-0404 2025-08-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000iCkKO&d=%2Fa%2FSJ000005OQxl%2FLqQJc7rqO4QwCgPwqPzQHaINbu6Hy1kLYY9AdDRRrDs&asPdf=false  
6e24b82bbc26e789 Beran Support Services LLC 43-C-0404 2025-05-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Y0sRi&d=%2Fa%2FSJ000003t1Mj%2FnsTRRWbOf_tQ6zjp4M6OdA6JTAkwNzXnRKFGShWce7Q&asPdf=false  
96fb3115874d9c0e Beran Support Services LLC 43-C-0404 2024-07-03   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EPnSE&d=%2Fa%2F3d00000395ZR%2FNGlPm1UI7VFTq7NlVbO8IozWYFhJhBNMdzDablU.3n8&asPdf=false  
1d9198eb6174676e Beran Support Services LLC 43-C-0404 2023-01-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPSU7&d=%2Fa%2F3d000000pa0D%2Fc1B_KXnk5DEr7A2jko4Awo1a3bX4Z28B2haJxdDusus&asPdf=false  
7caecce092c380c9 Beran Support Services LLC 43-C-0404 2022-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awDsL&d=%2Fa%2F3d000000pVgK%2F3UZuM6_xEEJH22IJ1jFejxFjkPcgkK.Z4.gcs4VrhIg&asPdf=false  
ed823656ccc6b82c Beran Support Services LLC 43-C-0404 2021-07-22   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMiUL&d=%2Fa%2F3d000000pVgY%2FbMZy289_6RVnPnyb0943RQ1lQRcLPu0pU26Mm77r6Kk&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 4.373ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API