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 = "31-T-0086" 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
8e8186bc74249043 Randolph Hester 31-T-0086 2023-11-02   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AgWGP&d=%2Fa%2F3d0000025i2b%2FzBT5bJ39uMpcdrOZp6RtNgPxjro41csOv94lFbN_OvE&asPdf=false  
590361102a84e694 Randolph Hester 31-T-0086 2023-06-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008fkZp&d=%2Fa%2F3d000001Hkmg%2F8a38bPv9JRD7q7BYdky_lLkh38kimsBJ2XMpOInQvoQ&asPdf=false  
2e487b6b00407fdc Randolph Hester 31-T-0086 2023-04-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000086Skf&d=%2Fa%2F3d0000016aJQ%2Fn2y4oXrtBKCq1zbYs4oLVzm3nbQlSE1HErbRiRmbbGM&asPdf=false  
aeaaf2ce22b812a0 Randolph Hester 31-T-0086 2022-08-09   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxwPB&d=%2Fa%2F3d000000pbXU%2F9fAzbdr8y3VV1cs4KTh42BepHqs1CBk08uGp1arODqc&asPdf=false  
d380391a884243b8 Randolph Hester 31-T-0086 2022-02-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9OGf&d=%2Fa%2F3d000000pU33%2FOakWkD35D1hd7YackBGeH7K2cyBPGED88XG2X8HB9sw&asPdf=false  
e1771098fcc951be Randolph Hester 31-T-0086 2021-09-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNO9q&d=%2Fa%2F3d000000pU36%2FCY_X5XWNAF3DJawjrc.SMTiXYXi7VZYbWfK0WU489UE&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 674.379ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API