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

9 rows where cert_number = "46-B-0068" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
edbb12494a537b41 DOROTHY SANBORN GARY SANBORN 46-B-0068 2019-06-25   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwJm&d=%2Fa%2F3d000000pmjt%2FRGs6XOZMVZtQ..WLkMSeM8mAw9JG28pH96P3Evl3tso&asPdf=false  
01ab2d2d0cd1f317 DOROTHY SANBORN GARY SANBORN 46-B-0068 2019-05-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVow&d=%2Fa%2F3d000000pSLh%2Fr_Bm9oi0rYtciQ0kVGN.eX0QD1zObaTeX5AxKT3gEFA&asPdf=false  
3cb268209d4cd5ec DOROTHY SANBORN GARY SANBORN 46-B-0068 2018-08-01   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghtT&d=%2Fa%2F3d000000pT7a%2FgyVKWmKxdV7RPRR9NmnA5LR1MqmuNnpCEg6sd5SJWtE&asPdf=false  
182362ae402d33e1 DOROTHY SANBORN GARY SANBORN 46-B-0068 2018-06-21   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggkr&d=%2Fa%2F3d000000pV9u%2FaObhkOH4zw6H8Z5aPuqnjS2zDHynjiUgMYz8B8aZt_0&asPdf=false  
e984e4981f2c5809 DOROTHY SANBORN GARY SANBORN 46-B-0068 2018-03-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega6P&d=%2Fa%2F3d000000pTAU%2FWuA_6YCXJ9VBJCHNIPLRXgcZyk2xNIzVVbR3s6rJ.kE&asPdf=false  
1b84e3993fae626b DOROTHY SANBORN GARY SANBORN 46-B-0068 2017-11-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc7f&d=%2Fa%2F3d000000pRIa%2Fw3J7jGBWwQMVXcyXPmABmzgVLnCrsSr3cXXx216ivnU&asPdf=false  
2b1f5e28dba15018 DOROTHY SANBORN GARY SANBORN 46-B-0068 2016-12-28   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggOJ&d=%2Fa%2F3d000000pTGE%2F_PZkiztRYPgAFzoLJRiBl0kEPSUTm2qMRbdp4nSkn6Q&asPdf=false  
aab68bd51192f650 DOROTHY SANBORN GARY SANBORN 46-B-0068 2015-06-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggLm&d=%2Fa%2F3d000000peyT%2FT4vJxqCfvjoSvdaFOHnHAc_hGHq94lCy2yRDLdE1cU4&asPdf=false  
efb2b267874df578 DOROTHY SANBORN GARY SANBORN 46-B-0068 2014-04-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggd9&d=%2Fa%2F3d000000pneQ%2Fq74PyP.ChEnpCaskT5s.VoNjupBuBJ9JT8f0UH8AOas&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 132.735ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API