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

7 rows where cert_number = "55-C-0293" 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
3a44487db3f12915 JACKSON FARM AND PETTING ZOO 55-C-0293 2019-07-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgblN&d=%2Fa%2F3d000000plsx%2Fg4QEMXjKJPBZPYOVcgK4chA_m6o8sQLj9Tlb9PwkT.Q&asPdf=false  
ade6bf1efed2edac JACKSON FARM AND PETTING ZOO 55-C-0293 2019-06-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfTu&d=%2Fa%2F3d000000pfNU%2Fd4bbEzUlsdKPbmsU8N5VDsBT5_8iJIEIh0KpyhMnTFI&asPdf=false  
493d01bf46470cc3 JACKSON FARM AND PETTING ZOO 55-C-0293 2018-05-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcJH&d=%2Fa%2F3d000000pUh9%2FLMnRjN3k98z0kyp8NDJ_pQApOLF6b__B75ENUdIre.s&asPdf=false  
92ae8b020f379ccb JACKSON FARM AND PETTING ZOO 55-C-0293 2017-02-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZcW&d=%2Fa%2F3d000000pmEg%2FKrxgHhbSLmIOaL8mJYFsF.cL2zVVRVnndQEGS_y0CMk&asPdf=false  
c1a0d815a67f041c JACKSON FARM AND PETTING ZOO 55-C-0293 2016-08-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega0S&d=%2Fa%2F3d000000pdw4%2FqCNAbKFj6QIQs7b3Be..1AhsN.gzIrbAgAifTTEv_E8&asPdf=false  
3b6e3cdd2c9b712a JACKSON FARM AND PETTING ZOO 55-C-0293 2016-07-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega8Y&d=%2Fa%2F3d000000pXHs%2FafvMxJai0YPO6fyTc7Sej2Jx18AP3ZHr1t96ztPoH18&asPdf=false  
6d78bb19b6969915 JACKSON FARM AND PETTING ZOO 55-C-0293 2016-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ0N&d=%2Fa%2F3d000000pfhB%2FSNMbo4CZJRysXGcwzv32hFAjsinpy3OKwB.fuOctBHA&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 3.94ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API