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 = "34-C-0376" 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
f2604626ce204145 HAYDAY ACRES LLC 34-C-0376 2016-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeVH&d=%2Fa%2F3d000000pT6V%2FEIp3HjC.M5kRiCBzlswinaFczHNoYVNWgjJc8DfxmdE&asPdf=false  
889b1baf32942dc2 HAYDAY ACRES LLC 34-C-0376 2016-02-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdrG&d=%2Fa%2F3d000000pbDE%2FoNKNZigsjNiIRMvP5YdK9qdJNrowVjd9CNHbCG43HIY&asPdf=false  
cee24131a5a4a934 HAYDAY ACRES LLC 34-C-0376 2015-11-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmeu&d=%2Fa%2F3d000000pXBm%2FDrKwyEkUDV0fItpcKI4ngHjnb37nFOoq5A0OCO26gIo&asPdf=false  
874aa36efc156ad1 HAYDAY ACRES LLC 34-C-0376 2015-01-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfG2&d=%2Fa%2F3d000000pT41%2FT5u28_u3V4es9FlL1g49_HBcp1rHFjXIdfovPcqdxDU&asPdf=false  
981dcc4e27ed5349 HAYDAY ACRES LLC 34-C-0376 2014-09-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmL5&d=%2Fa%2F3d000000pkRq%2F1xgKddv9CnEsSqs7Y6nFWyBsXlyp0c2CSpPY8ncqLJg&asPdf=false  
a2426dab6827f913 HAYDAY ACRES LLC 34-C-0376 2014-05-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWwp&d=%2Fa%2F3d000000pUEk%2FE7Z4laBnyJQVmDN_d3K7BTr2vKL3ly1xuWiBJirPii8&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 2434.897ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API