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

10 rows where cert_number = "58-C-0960" 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
c222ea568bb67367 Animal Preservation Education Sanctuary 58-C-0960 2025-01-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000KXTz2&d=%2Fa%2FSJ000001ppG1%2Fr.HzsJolp_joata0nfTTwDCfa4CrdCEcHw5PU8n.5YQ&asPdf=false  
b2d1e8556a298f89 Animal Preservation Education Sanctuary 58-C-0960 2023-11-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BL20H&d=%2Fa%2F3d000002EqxZ%2Fs4YdwJfk2h.9TNMM6pY422BhF0svpZcBQCfUiaZOwHo&asPdf=false  
da086060d2e68613 Animal Preservation Education Sanctuary 58-C-0960 2023-04-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000083kaX&d=%2Fa%2F3d0000015g5Q%2FFj1HkUFKJwP.ScNGgm9h6ida0nhNWbY5zgJyo0bdsu4&asPdf=false  
9be57d3264a970e3 Animal Preservation Education Sanctuary 58-C-0960 2020-08-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbLH&d=%2Fa%2F3d000000pfL3%2FPgTtcmh1ISR0VCd70JjvBn5NYmlT8uAH23Dsi98PMrM&asPdf=false  
978a745f67ec4f75 Animal Preservation Education Sanctuary 58-C-0960 2019-09-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbgo&d=%2Fa%2F3d000000pfvv%2FNm4CHSGBYugajlfBfyhPeFT1DoG3jOq1CFJJB.YNmF4&asPdf=false  
49abfbcc3be37d82 Animal Preservation Education Sanctuary 58-C-0960 2017-12-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb2U&d=%2Fa%2F3d000000pmYh%2FbgunHIhYiCoBy7mR00zm9.1DgP5tlwVTx4NXtANi2RA&asPdf=false  
0cbe94361fda9ddb Animal Preservation Education Sanctuary 58-C-0960 2017-02-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXl6&d=%2Fa%2F3d000000pmzZ%2FpP_AVFAeahV3hm63lnJBOcIK1oJPs6ymoiEiczZou5s&asPdf=false  
dc0f8efca843b658 Animal Preservation Education Sanctuary 58-C-0960 2016-03-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbDz&d=%2Fa%2F3d000000pdUV%2FTaWu2ua4d1kq3F5wORgzfasYfcIrKSpGfZwmjjcwsGE&asPdf=false  
84d028838192c6af Animal Preservation Education Sanctuary 58-C-0960 2015-02-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbH7&d=%2Fa%2F3d000000pozr%2FMLXYw7i9ykUNthYlOI7_1cOYMMdMsjbpaNGGduVbq1k&asPdf=false  
c84a981705fa4da7 Animal Preservation Education Sanctuary 58-C-0960 2014-04-14   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWfT&d=%2Fa%2F3d000000pmNC%2FE4VukYKG.yLZuvHzUs0qUNf3sgmQWHZdw52EdKwr38Y&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 13.636ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API