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

5 rows where cert_number = "22-C-0071" 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
bb1e369026cad162 TRIANGLE ACRES INC 22-C-0071 2019-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaWF&d=%2Fa%2F3d000000plkX%2FreRcDvdvmEDSnmZHPQY2Pn0mNQEgvuGFSBbLr4VtE3c&asPdf=false  
e6547deb914d0ae5 TRIANGLE ACRES INC 22-C-0071 2018-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaIp&d=%2Fa%2F3d000000plGk%2FCvzhdlk6L93ItckpgvERljuxyUNolblRbJ4SezM20fY&asPdf=false  
20c8b6d570aec839 TRIANGLE ACRES INC 22-C-0071 2017-08-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbdP&d=%2Fa%2F3d000000pgj3%2FNh2.xa6JdJosJYJjQdqvaI6hZKJ3d15upCqM4BX_AgU&asPdf=false  
94bdd686a24e73ca TRIANGLE ACRES INC 22-C-0071 2016-09-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaXF&d=%2Fa%2F3d000000pmQi%2FkMwxDXCSv1H.sI0RJJE.zgXmkcKptReXrgvnlqPKuzA&asPdf=false  
c43aec7b06cd0b28 TRIANGLE ACRES INC 22-C-0071 2015-08-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcSW&d=%2Fa%2F3d000000pSMe%2FcRDb7SJC4St0QVDl70FxLbDk.3rwBs_NyeaYDzZhODQ&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 14.122ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API