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 = "23-C-0391" 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
c12879818f5d3d59 Daniel Wallen 23-C-0391 2023-09-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009rUgO&d=%2Fa%2F3d000001ltKi%2FDs5gfPD9dF2.xOsGWQpOGPx78Ydp9DdF00kRRCD5DHw&asPdf=false  
e7554faa29786eec Daniel Wallen 23-C-0391 2023-03-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uSJH&d=%2Fa%2F3d0000012rI4%2FidvT.17zzrFgYfVn6x60pqMrNYP3Qr7QJlwNcF0cyp0&asPdf=false  
2f4f5be171f606e7 Daniel Wallen 23-C-0391 2023-02-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uNrb&d=%2Fa%2F3d0000012pcf%2Fl74XYgF.nbCTTpDY2P9wYqbLbCt4f2_f6OTARq5LUuI&asPdf=false  
88debe96b0cc4ccf Daniel Wallen 23-C-0391 2022-07-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxYEe&d=%2Fa%2F3d000000pinl%2FBTyvUmWCEqDUF3u0I6ofilbk479ZkIPVgTzbRk4PKHM&asPdf=false  
67d02138aa26d32e Daniel Wallen 23-C-0391 2021-09-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNEhX&d=%2Fa%2F3d000000pimD%2FBZiYuRpvNmqGHRVH9tqKzwxvTZ.IV13lbfs0rG.61Ag&asPdf=false  
a1448506019dc4cf Daniel Wallen 23-C-0391 2021-07-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMVqM&d=%2Fa%2F3d000000pV1t%2F_nBY6T_vbqltID9AMCcymKShZbU8MvBSbphX007umGU&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 125.373ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API