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 = "73-A-1236" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_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
1d66a7f923383bcd CINDY BLASIUS 73-A-1236 2018-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglOl&d=%2Fa%2F3d000000pf8U%2FEnY.F.6fr3r3AGM1Gh05o8iHbOuWiLkXXc2_qe9mBp4&asPdf=false  
42ca493507098f5b CINDY BLASIUS 73-A-1236 2017-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglFB&d=%2Fa%2F3d000000pTTL%2FUlcqNfA5CQGJMeiM6Hj.w6TmkwB3ODGX2Nmr3WR7vck&asPdf=false  
56ca746194d574a9 CINDY BLASIUS 73-A-1236 2016-09-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egita&d=%2Fa%2F3d000000pScr%2FdOZStrlMZGP4Nc9zgbN8gnd7F.N4wwVfi6Xdy5J5EKc&asPdf=false  
9436cffec5b02186 CINDY BLASIUS 73-A-1236 2016-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfVL&d=%2Fa%2F3d000000pl8f%2FAUhVoG_GpoICvLoM4aUFni1kvwSzmjdyMr3Tdb9AhM4&asPdf=false  
85303fae72bd6234 CINDY BLASIUS 73-A-1236 2016-01-27   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYpw&d=%2Fa%2F3d000000pUP1%2FKJ7iPGRspu2782PD_5hMFPCS7XTDuNsGXlyWor16K6M&asPdf=false  
2eccdc68d54947ec CINDY BLASIUS 73-A-1236 2015-04-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjmL&d=%2Fa%2F3d000000pkG3%2FC4EXUjcH0GRXzdx8uhMMhYHUVk_7yYi9veWVhSwzUZ8&asPdf=false  
8d5d2d847b6bd301 CINDY BLASIUS 73-A-1236 2014-03-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkOf&d=%2Fa%2F3d000000pnrC%2FY4mvxj6kBnIdQOpHvhJ14HvsihoAjI_x.GDcenXmyx8&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 92.573ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API