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

8 rows where cert_number = "21-C-0316" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
598ae86e707dd2a4 FORT RICKEY DISCOVERY ZOO 21-C-0316 2019-04-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY8C&d=%2Fa%2F3d000000pau6%2FJNSGJTYTlvYQHlrWTDwMD6CfV9gSxSm_3eTkrcDmL4U&asPdf=false  
fdfa24d32ee581b2 FORT RICKEY DISCOVERY ZOO 21-C-0316 2018-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYBT&d=%2Fa%2F3d000000pexh%2FMLextVgtsPhCEh8kPK3kTDiPN8NVCSESyqOvdPiLf5E&asPdf=false  
c2376aff6b9231ce FORT RICKEY DISCOVERY ZOO 21-C-0316 2017-08-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXvM&d=%2Fa%2F3d000000pl0R%2FekoZW0wtmrB1tqXS9nwl9j7EU5gE1Kag9iN.1KuL2pM&asPdf=false  
490e6d6382898872 FORT RICKEY DISCOVERY ZOO 21-C-0316 2017-05-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWLR&d=%2Fa%2F3d000000poaA%2F3QCjFt8e4TUUq2ifnsxgUfJLEMYQ0CIbaF9O1l4r4Mc&asPdf=false  
e15d8d768755e7d0 FORT RICKEY DISCOVERY ZOO 21-C-0316 2017-01-26   2 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwdB&d=%2Fa%2F3d000000plPZ%2FIdgoqUvIbQzeM4lZ.TliomctXRMPsO_FN5HIwpULii8&asPdf=false  
63d979470f47306e FORT RICKEY DISCOVERY ZOO 21-C-0316 2016-10-25   1 3 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwQ9&d=%2Fa%2F3d000000pjpY%2FnNXDdz4tEdB2rlpdblfU6nCcqcGNHx87P2f8Dsy5_wE&asPdf=false  
2cc0d16c25ad17ee FORT RICKEY DISCOVERY ZOO 21-C-0316 2015-08-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX7x&d=%2Fa%2F3d000000paq2%2F3wXE6Nxes0KNOc7t2iEA4dHW4QwRc7YzDYYPR6uL_Pk&asPdf=false  
dd300cae4b6a755f FORT RICKEY DISCOVERY ZOO 21-C-0316 2015-04-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaGJ&d=%2Fa%2F3d000000poZV%2F2CS1jbk5oDmOgcDwmZXltA7_GYy8WTxJCYHWbH2wy1c&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 418.476ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API