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 = "73-C-0213" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: teachable_moment_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
d487d111885a82fb STEVE BOGER 73-C-0213 2019-07-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdJN&d=%2Fa%2F3d000000pkpB%2Fl_CzjL55IfONdOrVHMmjmpPnP1aEeL9gueBwEJUVafA&asPdf=false  
86241b88e8bb6c5f STEVE BOGER 73-C-0213 2018-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egah0&d=%2Fa%2F3d000000pnvQ%2F_BEstjmzStr5FuQQe8rNm21lFIq0i4cIfmHeyqc08Sk&asPdf=false  
1d0d6db4ee4ecc5a STEVE BOGER 73-C-0213 2018-03-27   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaXm&d=%2Fa%2F3d000000pSoU%2Ffh4c2Og.mrM4nhrF2c19JmbG0j7qhVWBg.Zk39ue9Cc&asPdf=false  
d08edcb97bf580a8 STEVE BOGER 73-C-0213 2017-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcbO&d=%2Fa%2F3d000000pevs%2FGW50eT64VRHEQ.rbCSwqFwGCDd2SMpVOgWQKoaxfyPs&asPdf=false  
aa29eb340e517292 STEVE BOGER 73-C-0213 2015-12-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egby4&d=%2Fa%2F3d000000plNJ%2FzcrZ3x4VQL2YQPxem17GgqiNx9PyyFgo6OwR_4uXC0k&asPdf=false  
c57fdbb530836124 STEVE BOGER 73-C-0213 2015-03-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgarL&d=%2Fa%2F3d000000pl4Q%2FRYti5MiiAb.R70d076h4dzt8NFxY613RUBsboHTm9LY&asPdf=false  
5cdc66fd2dc20dfa STEVE BOGER 73-C-0213 2014-12-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggGP&d=%2Fa%2F3d000000pb9v%2FfkCEkypP5avhJnQxU9xg8dEMwOnmoG1O3fWQr0ozuBo&asPdf=false  
3c97ea35b63d8b82 STEVE BOGER 73-C-0213 2014-08-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgauB&d=%2Fa%2F3d000000po74%2FgbAXiQtMXJWf9SSCn18tOiCLgRYj.7hnaabpfTMs3cA&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 43.325ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API