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-C-0999" 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
812491635778dedb CHEROKEE ANIMAL KINGDOM 58-C-0999 2018-06-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkzt&d=%2Fa%2F3d000000pRL1%2Fmqv9zDtQa81fY2kNFspMFxLj_YA4xF7ip3D.w6nIGwc&asPdf=false  
aee4d0e7fed3891f CHEROKEE ANIMAL KINGDOM 58-C-0999 2017-06-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbC4&d=%2Fa%2F3d000000pWWb%2F0TmA1MZ0RoBKYIyg524QxNMkK.wR.C13FK_dDbCPLuo&asPdf=false  
ad351c49049ec3ff CHEROKEE ANIMAL KINGDOM 58-C-0999 2017-06-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghEF&d=%2Fa%2F3d000000pm7e%2F6lqyWmTSGFeUIbi7z5q6ocQxaxMmi58.FNJUR53lTrE&asPdf=false  
f853081777ce776c CHEROKEE ANIMAL KINGDOM 58-C-0999 2016-03-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb7t&d=%2Fa%2F3d000000pp6j%2FpEViotBf4gVKhU2l8qW_8l50IhcGnQJP5vxj1olFLF0&asPdf=false  
b6ee7f187d2507c2 CHEROKEE ANIMAL KINGDOM 58-C-0999 2015-03-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYF6&d=%2Fa%2F3d000000pSPw%2FSnRnWvCxSPtAezBXikctT1IO.QY.S4OIWqZKv1MRTXw&asPdf=false  
2a15ea8386b31771 CHEROKEE ANIMAL KINGDOM 58-C-0999 2014-03-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWSu&d=%2Fa%2F3d000000pRU1%2Frte2EUYt9FydN3lx_q7foJkjLHiPPD36RJwI0OHHeQ4&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 545.969ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API