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 = "31-A-0155" 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
d034536f1d5ddb51 ABE MILLER ALLEN MILLER 31-A-0155 2017-07-06   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxR4&d=%2Fa%2F3d000000pkmw%2FsWFJDVCqjTXyt2XOvw4MC3M0FE_iSjuVMnlqC2_02Fg&asPdf=false  
41d696ed1db883e5 ABE MILLER ALLEN MILLER 31-A-0155 2016-08-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWXi&d=%2Fa%2F3d000000pnXc%2FbbNGuVLCjRss3W.wIa4KACPMsi4NchSlO.yBZtS8sb0&asPdf=false  
6ed910ac812095c4 ABE MILLER ALLEN MILLER 31-A-0155 2016-06-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaIQ&d=%2Fa%2F3d000000pS6Z%2F2ilxQZucHwiwFjV3g1A5c5cnpVeNQfysrgwSJyxN5aw&asPdf=false  
501fd3861e1ee743 ABE MILLER ALLEN MILLER 31-A-0155 2015-10-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWkh&d=%2Fa%2F3d000000poho%2F9KLo8s_2oz_BgBwJydkpKMBRxuiXG_QQtPvCsDByob0&asPdf=false  
f60c2e880dee589c ABE MILLER ALLEN MILLER 31-A-0155 2014-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi9A&d=%2Fa%2F3d000000pUZn%2FklUjYumCmWvfTX2Eyt4rEFnPJmtv7Maxnh9_IKhQBdo&asPdf=false  
61d95e496b5518d4 ABE MILLER ALLEN MILLER 31-A-0155 2014-03-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfR7&d=%2Fa%2F3d000000pezw%2FOFOll7s.bLl0cMbZaj.aDA5t6LS3LFmOQEJh1r0jNpw&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 134.344ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API