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

6 rows where cert_number = "32-C-0185" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
8d61a7275d7d7f42 DARLENE RUCKER 32-C-0185 2019-12-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfQA&d=%2Fa%2F3d000000pRgU%2Fhb_0KhtJI29pQaTa1liyrOoN5UF1Zm5Zn3v8EsJxCT4&asPdf=false  
ecf34b8e2849c9dc DARLENE RUCKER 32-C-0185 2018-04-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiOd&d=%2Fa%2F3d000000plsT%2FDVUXrJHQzsr8fPPRBHYmM6UD2cfwiiCMMvgA427ITZU&asPdf=false  
f7b2bbc8e6ea4946 DARLENE RUCKER 32-C-0185 2017-03-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiaY&d=%2Fa%2F3d000000pXKi%2F_FZpBe0Ts38aKTb6PstplOREo21unFQC.7pw_5_K6aE&asPdf=false  
8b5c09e51f5cfd4f DARLENE RUCKER 32-C-0185 2016-04-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggsu&d=%2Fa%2F3d000000plP7%2F8FB62hulC3X3AAkzp3v4CqpaHjsoCCA5TYLT1Grjc2Y&asPdf=false  
23fcee6a3e2a1121 DARLENE RUCKER 32-C-0185 2015-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghLE&d=%2Fa%2F3d000000pjpW%2Ff6kUF5uO_vcvJ2chXPCxrnijASy2AN1LvOz_kai2Thg&asPdf=false  
9f52ef6d2b1db228 DARLENE RUCKER 32-C-0185 2014-05-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggmd&d=%2Fa%2F3d000000pXTe%2FanKy_6DVNPQsIuvDT3._DoVam_Wabwc5rO.RYaFvbH0&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.897ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API