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 = "74-A-1519" 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
7f8a92000a9b52b3 A C W Reptiles L L C 74-A-1519 2021-10-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Rjo&d=%2Fa%2F3d000000pWwJ%2FuFAhPE7I25rrgHAFOEIWtN8hn1PQtEsaQ6eq0sbXs.k&asPdf=false  
9567987ceab7a680 A C W Reptiles L L C 74-A-1519 2019-07-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoGB&d=%2Fa%2F3d000000poxj%2Fqsz4bvRc3HRuYolII_1uEjs2bwuZtU_pd.WmqsHhISw&asPdf=false  
2a58642b98a07387 A C W Reptiles L L C 74-A-1519 2018-01-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjvJ&d=%2Fa%2F3d000000pokU%2FGiCCxqW3sT_5F5U2tjhK_88KopuFZywQ3uYf9xlgQAY&asPdf=false  
3089b3a1a61d077f A C W Reptiles L L C 74-A-1519 2017-01-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege2S&d=%2Fa%2F3d000000pnE0%2FtVKTD54LC5ccQiO7HPlE_9Z3YYFWxMHRnAtGNTP1Mm0&asPdf=false  
ce8554cbef3c9ddc A C W Reptiles L L C 74-A-1519 2016-10-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgheM&d=%2Fa%2F3d000000peyf%2FBZYr89aLIHkfzDX3WDwjQjyBmGLTuMKR.feBc_O_Ux8&asPdf=false  
cee6123306a38026 A C W Reptiles L L C 74-A-1519 2016-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbNJ&d=%2Fa%2F3d000000pltU%2FUdcWeiwJGPZ9GugkSFMEQvD6V_N1Ab4U6qAL4k81AGI&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 19.786ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API