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 = "64-C-0188" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, noncritical_count, direct_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
5ed187efef2a33c1 FUNNY FARM PETTING FARM INC 64-C-0188 2014-09-30   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW9I&d=%2Fa%2F3d000000pmWh%2FnLVUduVN0kfRnh3Kiyto1jXmyB5pgg3AYe00tsgXgQw&asPdf=false  
63835cdaded87e21 FUNNY FARM PETTING FARM INC 64-C-0188 2014-08-20   0 3 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx82&d=%2Fa%2F3d000000poYU%2FNcJw6jSrqh2sgrMt2lMnV9k1APrWOPwBZn_IdjVWC04&asPdf=false  
bb8641f8ba51a76b FUNNY FARM PETTING FARM INC 64-C-0188 2014-07-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egafk&d=%2Fa%2F3d000000pl3d%2Ffxpeg39PZ_5XhB1kH_Th5wKgJf4ojpvqMrxzX.vzzwM&asPdf=false  
97a01a806cbe016e FUNNY FARM PETTING FARM INC 64-C-0188 2014-06-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYtb&d=%2Fa%2F3d000000paao%2FmjQvuMNTravMCPhww9paeae5gnIJwaxOFSUU5OR01ls&asPdf=false  
306c43bc641b5d58 FUNNY FARM PETTING FARM INC 64-C-0188 2014-04-28   1 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYkw&d=%2Fa%2F3d000000pkEP%2FXCYg73Ox7B0EmEAW8UAtUt_5OpAUfKsbQG2StS2MvOQ&asPdf=false  
afd58fac457c72be FUNNY FARM PETTING FARM INC 64-C-0188 2014-02-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbrN&d=%2Fa%2F3d000000pmNY%2FWd.wIkZbO7HJRnYTCiSl1hC9KzqR6RE2LeHFsU1TaIk&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 78.396ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API