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 = "57-C-0190" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
6e5451043db3d6b8 Oatland Island Wildlife Center 57-C-0190 2024-09-25   1 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000007heRI&d=%2Fa%2FSJ000000Vfuv%2Fn9bm.AQP9H6oe5ZCdG.5pOnv1YDyKzxKiT71o6Xrq7Q&asPdf=false  
efc01faed90494fc Oatland Island Wildlife Center 57-C-0190 2022-01-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V93Ng&d=%2Fa%2F3d000000pgwB%2FDMUDc1VGHpibiOSrAIfkvGT7jLn25FgcYuOhlr9_cWM&asPdf=false  
b255e181fdabdd3a Oatland Island Wildlife Center 57-C-0190 2019-03-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXzx&d=%2Fa%2F3d000000pnFp%2FtOt_g4tV7b56YFkcJ_BQjoYOwCJpfdbLDyH1y8d2EHE&asPdf=false  
c234325e945e546a Oatland Island Wildlife Center 57-C-0190 2017-07-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY3h&d=%2Fa%2F3d000000pn7p%2F.ZWJBcOPyjnuMRJYXgYku_LgmQaBWLdZE5Cz9n8AM_0&asPdf=false  
77d67e6bd3f7abbc Oatland Island Wildlife Center 57-C-0190 2015-09-16   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVst&d=%2Fa%2F3d000000pnBv%2FeF4O0as4HVEbIr2v.R.Uoo7hFLJqklqq8tm5csfI3uc&asPdf=false  
c0d53dbef18f3636 Oatland Island Wildlife Center 57-C-0190 2014-08-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXrn&d=%2Fa%2F3d000000pjGK%2FX7XKuwTXOT2D5aXGfA5An8a30zDpgTMLHKdDFjjkqHY&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 562.686ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API