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-0942" 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
91eccc3ab4c9bebc ALEXANDRA STEHL 93-C-0942 2018-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnLc&d=%2Fa%2F3d000000povW%2F6exTEztttI6p3RHP.o8_ILAq1sj1.xm2_rM13VFW1w8&asPdf=false  
18c4910570906dc6 ALEXANDRA STEHL 93-C-0942 2017-03-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnLS&d=%2Fa%2F3d000000pn3g%2Fq3VV9phD.e4WtcFkejONx4pgefHjH.5_RokHCE.d_yg&asPdf=false  
8c4d1ddf87b31fba ALEXANDRA STEHL 93-C-0942 2016-03-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnEq&d=%2Fa%2F3d000000plhl%2FaJhcmz6V6C1GLHYarjXV28h_Dz_eXvhiYfEI11OuW0Y&asPdf=false  
70fe0e43ed2caf75 ALEXANDRA STEHL 93-C-0942 2015-05-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egn1C&d=%2Fa%2F3d000000pRR8%2F2.w38LGMBJpXbzVvkfLU5h_rw9qxnR15iJz_WUeMz8I&asPdf=false  
70cf33294361f0c6 ALEXANDRA STEHL 93-C-0942 2015-05-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi3Y&d=%2Fa%2F3d000000pbmj%2FW2H.NvdHzl7gtyX.dNfyEHDKD2k5hx_EpixjI4k61J4&asPdf=false  
661f8268f263e6f0 ALEXANDRA STEHL 93-C-0942 2014-03-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnMQ&d=%2Fa%2F3d000000phuR%2F3KpOpgTPeJTUWieMPIU7urEnZf.4HJV1NEf59KhlvXM&asPdf=false  
e48918a84d4c240a ALEXANDRA STEHL 93-C-0942 2014-02-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghTi&d=%2Fa%2F3d000000pTHv%2FrIS47ShBTFLHLNcGmGEQciJN68jT5WhjOtnpyUA_eaQ&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.944ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API