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 = "58-A-0242" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
2056689b33b0c310 Exotic Mammals Inc. 58-A-0242 2019-11-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjJC&d=%2Fa%2F3d000000peps%2F9kaF1F5TrxNoqlnZ6Qkpngp_2wtvX5ujnQKJsWOAPMI&asPdf=false  
ff42f546b73f03e5 Exotic Mammals Inc. 58-A-0242 2018-04-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjud&d=%2Fa%2F3d000000pTT2%2FiegVgq56Y4YD2lA7mjNzr5Gy3FVeP0XT_q2neITNQKA&asPdf=false  
f281aba2d8a27ce5 Exotic Mammals Inc. 58-A-0242 2017-03-22   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjqu&d=%2Fa%2F3d000000plEM%2Fa6mMnh6N_rDqe8U3qy9appd1cUVJPTZIVPueV13QSrE&asPdf=false  
9b85f11c7dac74ec Exotic Mammals Inc. 58-A-0242 2015-10-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkju&d=%2Fa%2F3d000000pTFV%2FaKQSCuje6aRx6Vys0kjo0WAMqepo1tEL4zhPSC9DZ3o&asPdf=false  
b59a5c7b3a89e14d Exotic Mammals Inc. 58-A-0242 2015-10-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh7p&d=%2Fa%2F3d000000phzX%2FDzqRwMxHkseOpvvhKks7OqZGgazDlTZc3EsQBABdWlk&asPdf=false  
7debd2bbcd40ab5c Exotic Mammals Inc. 58-A-0242 2014-09-29   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXJ7&d=%2Fa%2F3d000000piG4%2Fd9q7gEBjtnN4b2GZQ4JqB.ZPzovG2Kt99fKXEcUvB6U&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 262.849ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API