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 = "32-B-0250" 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
56976d112914345b Jacob Miller 32-B-0250 2025-03-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Qa6Kr&d=%2Fa%2FSJ000002dAMX%2F55Y_P_TNj5vp5fzODnBku6Hik7pPLf0jsd2hJed6am4&asPdf=false  
fba92fd7d1cd1000 Jacob Miller 32-B-0250 2024-06-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EFRAU&d=%2Fa%2F3d0000036esB%2FD6s0RmlF1qmpp_ba8TjGYDgdSgsgl51KSzk6_egflfE&asPdf=false  
50fffd81c3ec6215 Jacob Miller 32-B-0250 2024-06-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ED44R&d=%2Fa%2F3d0000036ERF%2FdxRcnPjYpcTsQ2ysEFX4KLyHjYO16D8vpnlqsJ9r9Qo&asPdf=false  
2d9e82cb58b4cc5a Jacob Miller 32-B-0250 2023-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007yyrj&d=%2Fa%2F3d0000014BoT%2FYiGGiQMYC45bXi_TjlJmUe8UNRbPcHXGsnMQhYtHTew&asPdf=false  
6a8fc1780472f95f Jacob Miller 32-B-0250 2022-03-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwStO&d=%2Fa%2F3d000000phHb%2FlXmVJyuD.jmcwkEsxqQ_VLvGoq8NUzFOUjtpF5nMRiE&asPdf=false  
48557938fe6d29e3 Jacob Miller 32-B-0250 2021-10-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V891n&d=%2Fa%2F3d000000pi0K%2F8lpjWYEOd0Hh0BbRqBwKF77GGm5jAdIDMR2KGelc0Js&asPdf=false  
67f98500c862dca4 Jacob Miller 32-B-0250 2021-03-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESUDD&d=%2Fa%2F3d000000pi3Y%2Ft0dJAFdYTVP8BZAqrncG9MQpn04KcuC61vj.T5s8qac&asPdf=false  
0afa02b6f2385a68 Jacob Miller 32-B-0250 2019-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaGG&d=%2Fa%2F3d000000pozj%2FyyeNL9yeCTDQ7d4KCDEIgyT1T38TA52LIgpIqeALQdg&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 500.492ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API