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

8 rows where cert_number = "35-A-0396" 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
f15406a5054fd306 David E Miller 35-A-0396 2025-03-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Sga0X&d=%2Fa%2FSJ000002wlF7%2F1nqjHfCACxJMCeCpbhcjJcbBl6l81sxbMulkJBPLABQ&asPdf=false  
67f0326729454f0a David E Miller 35-A-0396 2024-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Csppa&d=%2Fa%2F3d000002iB8X%2FT0pZkpMYPp93AMh5pA5_0LwQRf5XWPEN_TikdT.JkAU&asPdf=false  
aff0ba93df7c8879 David E Miller 35-A-0396 2023-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008IcD0&d=%2Fa%2F3d000001AQYp%2FZ9Ydv3SZ1r1DFIBqJ8gxnIrpvFBrCTDe1caoXrGspos&asPdf=false  
3e1de01eae1f761d David E Miller 35-A-0396 2022-02-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9QBm&d=%2Fa%2F3d000000ph6H%2FGxnCxoO1EEHC0_DTg89BWMLcj07JghpqFxFNUzgEsyY&asPdf=false  
b1cc832bac457667 David E Miller 35-A-0396 2019-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj8U&d=%2Fa%2F3d000000pfk3%2FM.Qr88DPYoQbuqtR93KrsfIRnkwD2ccdOcdEc1Yi8nc&asPdf=false  
1d135f2e1628c3e3 David E Miller 35-A-0396 2018-08-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjB2&d=%2Fa%2F3d000000pddP%2FWUFeQfgbjdk.cLHs5X.CgQzBfywuwtX6Fh1Fi7dNK4c&asPdf=false  
f2ac1a2211baabcb David E Miller 35-A-0396 2017-09-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiGR&d=%2Fa%2F3d000000pfTF%2Fy0EHKsWievtVo9SV9BAgYZtGZO_MqoeDAnkp_2dXJPQ&asPdf=false  
a6a970b94997ac58 David E Miller 35-A-0396 2017-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZtj&d=%2Fa%2F3d000000pTUM%2FCVjPLWtDzcsmduEJn77y7XyOwN.sJLPsMJAHXyD7.hw&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 1922.062ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API