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 = "42-A-1081" 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
c7fbfc680b3e90e6 DANIEL REECE 42-A-1081 2020-02-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjqi&d=%2Fa%2F3d000000pmNy%2FZt_Kjyv_mMHREXPI_JAiGsSUVliSG2FNDRqotGAmb18&asPdf=false  
8a885150b9600464 DANIEL REECE 42-A-1081 2019-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eginb&d=%2Fa%2F3d000000poej%2Ff1Ynm5CnLzznJEGisAsyCpdpqn92Prta6k5JUe3w2N4&asPdf=false  
a5536240851b5ac6 DANIEL REECE 42-A-1081 2018-04-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgepB&d=%2Fa%2F3d000000pk67%2FQxFUTpLGScoJtza1l2UQNRYVOmrzOp7qlmJeBcnccpA&asPdf=false  
5a1ffa59ce3a41b8 DANIEL REECE 42-A-1081 2017-04-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWbS&d=%2Fa%2F3d000000pfYa%2Fzit.t9wwWNp_o9t6R0xwpsEGjrZp6_C426vKBN..JEk&asPdf=false  
aa4a13516a0b8b8e DANIEL REECE 42-A-1081 2016-08-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiyV&d=%2Fa%2F3d000000pmJJ%2Fs8ZgX543SH8me3ZSgjmHkpBpayQF_RdDzQuzr5FNGr4&asPdf=false  
2024db7d79d140bb DANIEL REECE 42-A-1081 2015-12-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggZL&d=%2Fa%2F3d000000pUGo%2FbymUteIh1T13RIdlbfqtXRHwxgnK4KDiQKFvPXy3TbQ&asPdf=false  
f6001ca932dd95b1 DANIEL REECE 42-A-1081 2015-09-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmAw&d=%2Fa%2F3d000000pnpI%2FkDvn85LoLrhr4shsWCDPmuVTnGjndxzDILwbVev484Q&asPdf=false  
2e0c7767493cb2ea DANIEL REECE 42-A-1081 2014-08-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZpd&d=%2Fa%2F3d000000pew9%2F6Mpen21jQaL1RngzEqrFn8HZoOG8_H60VB3wp6jeqos&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 1142.748ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API