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 = "42-C-0227" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, 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
0bb2a7e78efbba3f TRISH BACKER MARVIN BACKER 42-C-0227 2018-02-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb11&d=%2Fa%2F3d000000por7%2FRyHcUtF.NQ8nqNJT_uy7qpRkMYjqZ4WGFIw.L1rWDG4&asPdf=false  
9fae28e804e44ca4 TRISH BACKER MARVIN BACKER 42-C-0227 2017-06-28   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgccZ&d=%2Fa%2F3d000000pT5d%2FEfG4CEbL2DsiaiidaKwjcy.li0c1t7tzD_IGOpgYkb4&asPdf=false  
1d0d8714cd2dbcaf TRISH BACKER MARVIN BACKER 42-C-0227 2016-09-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcAe&d=%2Fa%2F3d000000pm8I%2FKewThugbO9gV6KXCv2a242uhp2krrSV1l.TCpKqgWxc&asPdf=false  
4334e2c3c5fa7478 TRISH BACKER MARVIN BACKER 42-C-0227 2015-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcvF&d=%2Fa%2F3d000000pmou%2FWH36SmBCuhDASbcSs6NRcynrr_fU8YPxnbqMdgfTFLc&asPdf=false  
023ee4248b4b7484 TRISH BACKER MARVIN BACKER 42-C-0227 2015-08-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg3j&d=%2Fa%2F3d000000pXE7%2FZQJQ8PcT.culmnBU1zzoi68oGbt4rum5jD5bxOe5wvI&asPdf=false  
21beff3617c4900d TRISH BACKER MARVIN BACKER 42-C-0227 2015-02-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYqk&d=%2Fa%2F3d000000pfCg%2FBB6BegOgXH5MU5n1bC935PnhmDRSNya4K3UUekbtPoo&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 3.782ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API