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 = "58-B-0627" 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
f35d991e4b68f304 Frank T and Nancy L Christie 58-B-0627 2020-01-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfgc&d=%2Fa%2F3d000000pjyT%2FyLQ1n0ynTwQg7PRvqiUAVfzj1w7VdR6BoRwhxc9uF2Q&asPdf=false  
3909dcfee28a66f9 Frank T and Nancy L Christie 58-B-0627 2018-04-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcZp&d=%2Fa%2F3d000000pktD%2FSM2onp2sGqCj4JdxIZxDQHejZ3W.8fAltOFrEkiUgIY&asPdf=false  
00a6cff487612ec2 Frank T and Nancy L Christie 58-B-0627 2018-03-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd6m&d=%2Fa%2F3d000000pUS2%2FpoJHn8ITXwHsTK0EGm7parPfQ01WnE07JRQA.yux8jU&asPdf=false  
345fdb4e9f04c441 Frank T and Nancy L Christie 58-B-0627 2017-05-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc58&d=%2Fa%2F3d000000pV6j%2FSDol1XLigeyHxdFq7H7O9K8O5VBzR6FZsVvkTFkVKHE&asPdf=false  
3259f5fcc4723dce Frank T and Nancy L Christie 58-B-0627 2016-07-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg5N&d=%2Fa%2F3d000000pf2F%2Fha75gQx9REwk9D6nodcwvpEOzyfeRT_DAo9vzFSFk5Y&asPdf=false  
2dab21a179967b8d Frank T and Nancy L Christie 58-B-0627 2016-01-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgapG&d=%2Fa%2F3d000000pS3O%2F3nJlnFnKjzw6N2cJIPMy2cVHP.SVoxdyg0s0urA8x0A&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 73.138ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API