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 = "33-T-0036" 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
aa7eb1e108ca32bf T L C TRANSPORT 33-T-0036 2021-07-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMdJe&d=%2Fa%2F3d000000pmPB%2F6StzX9eYkhygGX1r8rDbWgeqpGt9G2XfAVejX_0Xq0E&asPdf=false  
74052c4212e5ff8f T L C TRANSPORT 33-T-0036 2021-05-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhAp6&d=%2Fa%2F3d000000pop2%2F9Pq3as.1UgqBaKClrNEVJBKkctqYsqstV6hG777CDZY&asPdf=false  
638785cdababc73d T L C TRANSPORT 33-T-0036 2020-01-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egiam&d=%2Fa%2F3d000000pkct%2FRgGY06oscgjw_6UM9BLgzWvfOkwlUGCdgEjMQgQ0hW8&asPdf=false  
d999007303816c35 T L C TRANSPORT 33-T-0036 2019-10-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj6R&d=%2Fa%2F3d000000pUZ5%2FmzYupgR9MW068wm7FvFWCy0oYepxLZHvuEoyyI1vDsM&asPdf=false  
8c2038a154e5adea T L C TRANSPORT 33-T-0036 2019-07-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghgn&d=%2Fa%2F3d000000pazr%2FY5jw.HvKZsjX9WPOqMFyJdHPrJdXDmxZWYmA7LM2vQ0&asPdf=false  
3a9ac7a991cd0011 T L C TRANSPORT 33-T-0036 2019-04-02   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggYw&d=%2Fa%2F3d000000pfTL%2FWYicNzxdRZ2CrboYr0.IpUDhdxSaDt8Jin_vb.8GFFA&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 253.754ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API