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

5 rows where cert_number = "87-C-0030" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
6e29957535f84cdb Hole N' The Rock 87-C-0030 2016-12-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYxv&d=%2Fa%2F3d000000pp7M%2FyHVvKXPmlqjmvZ0DkOV4bh8LsvAaCOuZdgWW3V65G0s&asPdf=false  
3032d0cc522348b2 Hole N' The Rock 87-C-0030 2016-08-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXJt&d=%2Fa%2F3d000000pn4M%2FU1ZXgE.LUkGPD64kGcaU.j3X.PrLc06Vcl2lT0.su3Y&asPdf=false  
121182e4d5541da6 Hole N' The Rock 87-C-0030 2016-07-28   0 1 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx4H&d=%2Fa%2F3d000000pRZa%2FKOQ4_LSi99gOgwqUD2I0m3xRyRsMByHXfIJBOLpyloI&asPdf=false  
4af24d79ebf5ae81 Hole N' The Rock 87-C-0030 2015-08-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZCc&d=%2Fa%2F3d000000poqq%2F6_wDDqFubnQF0rjKTYqiw7Pl66OJom2rPYjZ.8BrRRs&asPdf=false  
a2dd083be04a718b Hole N' The Rock 87-C-0030 2014-08-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZFr&d=%2Fa%2F3d000000pi0W%2FWoJzmJ0pGG9LrNZaHAGaU_79GJf3rWxnM3iRA9lH6jQ&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 4.215ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API