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 = "93-T-0058" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
83b83b419ef82e14 Lions Tigers & Bears 93-T-0058 2025-05-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ZNQTw&d=%2Fa%2FSJ0000046HdN%2FGFhA9dcUtyr0pMyO288GTV3xDXDcKJX.ntIFTCu14AI&asPdf=false  
15d5897e8fce2c6f Lions Tigers & Bears 93-T-0058 2024-08-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000003HtG5&d=%2Fa%2FSJ000000Ayu9%2FeR3J9N6QIU2f3tN7n0vrP_laj5O7EgJz2AlrTM_XqH8&asPdf=false  
03ba984d8849b42f Lions Tigers & Bears 93-T-0058 2023-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BH2kG&d=%2Fa%2FSJ000002T4cA%2FSjZL3dKQE41WYXbaPIrtn5fRbx8K4ZgjU6is85dWzM0&asPdf=false  
78e9fac82956b27e Lions Tigers & Bears 93-T-0058 2022-03-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwSHA&d=%2Fa%2FSJ000002T4c9%2Fz0Nb2lPTrXRNf.Zv2Y.fBUxv1eJvR9_7VEzURPlc3bw&asPdf=false  
a39f770e8047aa93 Lions Tigers & Bears 93-T-0058 2021-07-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMd7i&d=%2Fa%2FSJ000002T4cy%2FRMSO.scQuY4ym1y81lXdLOqhUinlJBqCVDFCAAAPRZE&asPdf=false  
53d5679389e4a75b Lions Tigers & Bears 93-T-0058 2021-01-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ES3LO&d=%2Fa%2FSJ000002T4c6%2FSh5lcWeKArjj1armdakl4gRIZmQfMknO6Iy0jrA7EMs&asPdf=false  
01c59e553ccfe07b Lions Tigers & Bears 93-T-0058 2020-02-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnfK&d=%2Fa%2FSJ000002T4aX%2FTunmFzuS9OXOxhH9JRgAUKzUOrBXWm1D58ij0qzjEbU&asPdf=false  
056fbb5cd02bfeed Lions Tigers & Bears 93-T-0058 2016-10-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnbH&d=%2Fa%2FSJ000002T4aK%2FaztLeNq1BKsP5LDKRvx0J.RPltELBRdRnWM7OcUyt.A&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 1139.422ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API