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

10 rows where cert_number = "34-C-0242" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
f0e615ffc80edd49 BARBARA PERCIVAL 34-C-0242 2018-08-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkea&d=%2Fa%2F3d000000pbAq%2Fe.kdC5kPOMEgrS39FiAT2smy0fnq5cLUWeryhbF9Mc0&asPdf=false  
aef3e4dd8cf9a27b BARBARA PERCIVAL 34-C-0242 2018-05-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXe3&d=%2Fa%2F3d000000pfWm%2FS3iTQLQFlg3BonwCiJK1nBiRCf6gIDSamq6MkWerERk&asPdf=false  
61c878fd13f9a759 BARBARA PERCIVAL 34-C-0242 2018-02-26   1 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW6h&d=%2Fa%2F3d000000pbdb%2Fq7SLfYtRHiG_O_ovcgUGM3AkGqPq2Qm_A349T8qf11M&asPdf=false  
ca4229ed711aa90e BARBARA PERCIVAL 34-C-0242 2018-02-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZCs&d=%2Fa%2F3d000000pWZx%2FI5D8SKMKA1ccgxwTo.CwArjn6.rUQfNGwgZZWKiyRQo&asPdf=false  
cd934016d8619292 BARBARA PERCIVAL 34-C-0242 2017-12-04   0 2 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWH8&d=%2Fa%2F3d000000pp3d%2FldrDzjCtSDmbr794HX6jgvlDvW5O1lbJuLzpfgU7rbw&asPdf=false  
454834a0175372ab BARBARA PERCIVAL 34-C-0242 2017-10-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaXE&d=%2Fa%2F3d000000pUTt%2FpgBAkhoQ9TPoBePO_uzEk0vsld1VPPvr7yFDQronkqM&asPdf=false  
01511e50a7cee0f5 BARBARA PERCIVAL 34-C-0242 2016-11-15   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWrT&d=%2Fa%2F3d000000pmRa%2Fng9EwH5nqghU.VVwLkkMqL7KXHvGZNVyLilWrbRbdhE&asPdf=false  
88dcd032c16a5792 BARBARA PERCIVAL 34-C-0242 2015-10-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd4n&d=%2Fa%2F3d000000pUuE%2FPhtNQ4iJqJ.hUg89QA.C6d_C1v5nDL.RItxYHr1VXeg&asPdf=false  
b9d3a67f8e0bbc7f BARBARA PERCIVAL 34-C-0242 2014-11-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcs4&d=%2Fa%2F3d000000pWgS%2F91wg6qNjqCThtXS9g553F.wXhjTqOuBqFQOZO7c07lk&asPdf=false  
dad94fb5c22b5a7c BARBARA PERCIVAL 34-C-0242 2014-03-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd1b&d=%2Fa%2F3d000000pnmV%2F6YpzWBFRXI534ycTkM5NHzLDHjklpKALkRgyVH.eYFw&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 192.772ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API