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

8 rows where cert_number = "35-C-0154" 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
ae1dc06d0084f7d5 Marty Simpson 35-C-0154 2021-09-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNFIy&d=%2Fa%2F3d000000ppPt%2FCSQS2LfpX.t.ZaMId4b8SnrlfMhqFrzCztCXer_qeqo&asPdf=false  
f71e8464f87d13a3 Marty Simpson 35-C-0154 2020-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkWF&d=%2Fa%2F3d000000plJx%2FEYP9BqFWPApPIEahg_HPEONC4Sic7apUWJ6odskOJrg&asPdf=false  
e593aa111c469853 Marty Simpson 35-C-0154 2019-05-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkFZ&d=%2Fa%2F3d000000pgkB%2F5q9fQq3YaszZvAxDc0cdmt6qR6P6xvqHhSpycuM5djQ&asPdf=false  
303ab9e24db57de5 Marty Simpson 35-C-0154 2018-05-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkH4&d=%2Fa%2F3d000000pTBL%2FHWtDpgWYWkODoNAlKm9XOD0jKB52pcJOssM.7oxZt1E&asPdf=false  
cc0c673fdabb3a0a Marty Simpson 35-C-0154 2017-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglB2&d=%2Fa%2F3d000000piJL%2FOOdcikCzuTX7AwSgi6sQfsZvyK5wHHW0KqnmnVh6Y1c&asPdf=false  
2ae2e0081380ef8d Marty Simpson 35-C-0154 2016-07-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjmK&d=%2Fa%2F3d000000pWbm%2Fgy_rHPEQcyUAfYiI7jJ_r1IYphYpPepprD8qZuk0h8Q&asPdf=false  
6c0c21126db1a83b Marty Simpson 35-C-0154 2015-06-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjfo&d=%2Fa%2F3d000000pSHO%2Fd0OLwZVtcZRBBTbI3q1deZ26D.FZNQmpqHivNoyvEAw&asPdf=false  
934e7181c282c71f Marty Simpson 35-C-0154 2014-07-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkRG&d=%2Fa%2F3d000000po4i%2FBQViCmwUnAlx99s_j_vSsoIiCoYOeUDVJn9mDnyTA20&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 473.184ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API