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

7 rows where cert_number = "21-C-0240" 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
aef516ff4d591821 ANDREW SIMMONS 21-C-0240 2021-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8QMZ&d=%2Fa%2F3d000000pp5n%2FEQIe7JIKszjemPsqPHdqP2ACgF6S0cEYj9MsBD5gS1U&asPdf=false  
cb805460d5370f91 ANDREW SIMMONS 21-C-0240 2021-01-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ES7Z5&d=%2Fa%2F3d000000plWf%2FuEv4A_xiAYJLo3A2qsi7P4TeC9w55uAPpPPAemwEtz0&asPdf=false  
e18d8715d0ec5538 ANDREW SIMMONS 21-C-0240 2019-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkoK&d=%2Fa%2F3d000000pksD%2FQDFnqnSneRoNFSHhQ28wmK6ePFjEVCqp.AA87eOP8.w&asPdf=false  
62f239b6032e7ed4 ANDREW SIMMONS 21-C-0240 2018-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglUo&d=%2Fa%2F3d000000pjxz%2FZnZVZupRWE7jFOZt_yNII5pemhkAFgROLouTCEUCPqo&asPdf=false  
4cc453756dc3439e ANDREW SIMMONS 21-C-0240 2017-08-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglAT&d=%2Fa%2F3d000000po9e%2Fed3YQUjJnzYfTZYFcf_.DlCY89ib2MXEuSBA_mgTYqY&asPdf=false  
c491d457c7dd4396 ANDREW SIMMONS 21-C-0240 2016-09-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkTJ&d=%2Fa%2F3d000000pkLC%2FATVYh2_Lev1GYW2Yq.8CLQ1rNvtLmgO7SpTmHG680zs&asPdf=false  
7129818db8573353 ANDREW SIMMONS 21-C-0240 2015-09-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjjR&d=%2Fa%2F3d000000pdox%2FSpzYvjNMLeE_w.tsJaNLWDkqHJv7K2Cu4dFwFw.DDqc&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 4.11ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API