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 = "34-R-0162" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
99e23fea9093f9e5 BAKER COLLEGE OF FLINT 34-R-0162 2019-11-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnyf&d=%2Fa%2F3d000000pnZm%2FY_fOOiCkq045zlGHLapJ_XrjArQ8cuMm8xTJgKzm3Qg&asPdf=false  
0e2fe2a06957d493 BAKER COLLEGE OF FLINT 34-R-0162 2018-10-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnFQ&d=%2Fa%2F3d000000pSWj%2FWGkUUl1sYQuAPemxEj2pBG6.9VhBmvtSCfljd4STDjU&asPdf=false  
082b1854ae1d6d9c BAKER COLLEGE OF FLINT 34-R-0162 2017-12-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnwF&d=%2Fa%2F3d000000peqW%2FADnGxsPKsXAAndltNZby5xDxo3pnuUV2vu3VpU85G1Q&asPdf=false  
4de2d5dc2030a894 BAKER COLLEGE OF FLINT 34-R-0162 2016-11-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnnE&d=%2Fa%2F3d000000pRLX%2Flgc8GRKnA0Kq5nxg6QnNTIOsSmjK7_T6jlPsj.Pf9JE&asPdf=false  
110f07385e84acee BAKER COLLEGE OF FLINT 34-R-0162 2016-01-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnbX&d=%2Fa%2F3d000000pkbj%2FiTrvi7xjID8v5i8e8076ewoHsPCI2pE4_f90kfok68M&asPdf=false  
2a113a7fa5af2899 BAKER COLLEGE OF FLINT 34-R-0162 2015-04-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnUr&d=%2Fa%2F3d000000pSrO%2F2Gl2b6JRmu0y7ZNHT6gFm_HB61RXZs9qBwesUrHwv6E&asPdf=false  
4ac137d79bbe65bd BAKER COLLEGE OF FLINT 34-R-0162 2014-06-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnmw&d=%2Fa%2F3d000000piGT%2FRNhk6KanBBkGB91XglogcCzrsBtfBBAhXGSn9qF0oqI&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 66.641ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API