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

5 rows where cert_number = "35-C-0380" 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
cf8ac755298efd1b MEGAN WOOD 35-C-0380 2020-02-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egedy&d=%2Fa%2F3d000000pnOv%2FjbSr_CAEyuKpZIn9W_k1N0n04J2z15CisQnUt6_eXBo&asPdf=false  
3dae1055a1e488fb MEGAN WOOD 35-C-0380 2018-12-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdL0&d=%2Fa%2F3d000000pfZL%2F5hpJygusZkTKZBQpVRhEesdtiPgNQiFikonIvaWG6ms&asPdf=false  
aac2a7b1bb89916f MEGAN WOOD 35-C-0380 2017-11-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYLP&d=%2Fa%2F3d000000ppGH%2Feq9VWRw.TODUQbi01oWnXVJyeo.f0V9YR0kZjwCNbO8&asPdf=false  
28167fcbe9f0553d MEGAN WOOD 35-C-0380 2016-12-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdMI&d=%2Fa%2F3d000000plUu%2Fyd2FcV.SY_06FvTaYxUWZCPeS_i3xQh1CYLVFTbLxy8&asPdf=false  
18c591d32044933c MEGAN WOOD 35-C-0380 2016-04-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ4i&d=%2Fa%2F3d000000powk%2FLTcZhIsam60VPZn_0jb2t41gNu8ux3bw4GA_dcYRzd8&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 231.059ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API