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 = "58-C-0387" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
5d157711c97aa4be DAVID ROSAIRE 58-C-0387 2020-01-16   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglwr&d=%2Fa%2F3d000000pb9U%2FVyvqij1QKYEGd.Lfskad2pe7EL4d7KAuIMb3kW5LGC0&asPdf=false  
599a64d36671f93c DAVID ROSAIRE 58-C-0387 2018-12-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl2r&d=%2Fa%2F3d000000plgy%2F5zz4vRpUKTeiW3iARGAO1bJ6U3J.NiGfcYY4RRxrvrQ&asPdf=false  
dd333355e7fb99a2 DAVID ROSAIRE 58-C-0387 2018-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi1o&d=%2Fa%2F3d000000pg0L%2FdIq.PNfKnchLFFDPMgPBksU2pQuqxn679r7S3dqcmWM&asPdf=false  
553f2074d7d1a691 DAVID ROSAIRE 58-C-0387 2017-12-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglmR&d=%2Fa%2F3d000000pRQM%2FGNgXiu5j_awqfmbZ4WC9CFHyfUMpp91MjnL0lHWKO4Y&asPdf=false  
aecc102d2f63e412 DAVID ROSAIRE 58-C-0387 2017-06-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkpS&d=%2Fa%2F3d000000pm9a%2F1mIDcRVCYcWWPF_i2rEOAtpZpxDZ6lpZKM24IyUbGWM&asPdf=false  
9c72a569a9f0ffe4 DAVID ROSAIRE 58-C-0387 2016-11-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggzL&d=%2Fa%2F3d000000pkoL%2FWFkCNsG6SqHDZCb6ZSjqWAFsOEVZK34yoJ1VNU8hK78&asPdf=false  
8a04cc79f1c4f90b DAVID ROSAIRE 58-C-0387 2015-11-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghMW&d=%2Fa%2F3d000000pnhA%2FTpP6kjq.A39Fa3JM0iiypdAcxYuSC7IZ24L6pzfLecY&asPdf=false  
13f7fefc067b5467 DAVID ROSAIRE 58-C-0387 2015-03-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggyw&d=%2Fa%2F3d000000pdzQ%2FC_Uoy0biwoT6VuGcQMcxUBLLxV8Ie6xYFv_PFGG9y50&asPdf=false  
6766464487da625c DAVID ROSAIRE 58-C-0387 2014-07-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd2W&d=%2Fa%2F3d000000pgBs%2FjBV41QcDSLl754tLHwnVp681f9LO2ZLMgD3xIPzIndo&asPdf=false  
d23ceca56d59b624 DAVID ROSAIRE 58-C-0387 2014-05-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiHw&d=%2Fa%2F3d000000pmtD%2Fn9hqZelwQu2B.RBql5Mny7RXJTHYINfqj4XOVCunrtY&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 1289.245ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API