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 = "93-C-0964" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
a5a7a5678461e404 BUZZ LAWRENCE 93-C-0964 2019-01-31   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh2q&d=%2Fa%2F3d000000pmBg%2FFCdgWOXjWmZBrGeHJJFFWQEDJUMDO7bIzDfkwo5fW2o&asPdf=false  
a226a2a4d12198db BUZZ LAWRENCE 93-C-0964 2018-09-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdx5&d=%2Fa%2F3d000000pjus%2FfGTapBUuLty_2LbTx8FBnx.rN7GefNrAMxAoEgXdw14&asPdf=false  
fab2aac870f9eabe BUZZ LAWRENCE 93-C-0964 2017-01-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkBU&d=%2Fa%2F3d000000plB4%2FdPrFkQnzM5pYnkv7PmY8brZ9ZUMREhYD5Cyu7fFQPpU&asPdf=false  
3deb6fbbd721d372 BUZZ LAWRENCE 93-C-0964 2016-12-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi6r&d=%2Fa%2F3d000000pRF1%2FqmR2K2mlJTjsN9dM_SMuAhhG45CYl8hgdTdPyGCJ4Lc&asPdf=false  
707bb18e6c367f40 BUZZ LAWRENCE 93-C-0964 2016-10-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbkx&d=%2Fa%2F3d000000pnL3%2FYjJZfyYtdTjrd0dCJJCCWfyKeNH1NIaGp4ReRyowFhs&asPdf=false  
de3a940d0b35280d BUZZ LAWRENCE 93-C-0964 2016-10-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglX8&d=%2Fa%2F3d000000pRU8%2FczgV1cPh9eXyKhSvMt923OtcRnbO5VoYCLf2N8tRu2U&asPdf=false  
5009bc4a82f664b5 BUZZ LAWRENCE 93-C-0964 2015-08-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjIm&d=%2Fa%2F3d000000pSXC%2FAW2bHVjxNI4Wqj85aMc.94a8k.E9wqZtGtnlRxP.jHg&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 28.051ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API