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 = "93-R-0067" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, noncritical_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
b1743c65ced546cf ALLERGAN 93-R-0067 2019-08-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglTm&d=%2Fa%2F3d000000pkb9%2Fc8cqXkvvoirHwDb.Fac5ALjdKT4fDlcfe5vGH4JQzfs&asPdf=false  
598fa692efb1461a ALLERGAN 93-R-0067 2018-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdm2&d=%2Fa%2F3d000000pTNT%2FiJ0hKmqu2QBP3Q3H8tJV1M.jhEuxmBrJWFeFJ9hl8fI&asPdf=false  
586759154c3424a2 ALLERGAN 93-R-0067 2017-09-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egctp&d=%2Fa%2F3d000000pSuF%2FWU_94TVHrl8XdKYRuH7OEgIW3t_HX88hXBKtvcq_sDA&asPdf=false  
25b97be833b31d8f ALLERGAN 93-R-0067 2016-09-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbLe&d=%2Fa%2F3d000000pUAT%2Ff762IF27YR4xCW5uUSyjzI7IqwWUrRuDWiNTq1onky0&asPdf=false  
cb84e3e351d90570 ALLERGAN 93-R-0067 2015-07-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWNy&d=%2Fa%2F3d000000pdf2%2FfQwJqXM8dDpPPRsDjjXY5t_F2Nqto41gyIvEVBfMcgE&asPdf=false  
0d3a362daf01c5e0 ALLERGAN 93-R-0067 2015-02-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgagT&d=%2Fa%2F3d000000pass%2F.7OD1lwCkltbxo.iXaSXQs05omE8NeJCIgLarW.3zFA&asPdf=false  
a90ab878200b30c0 ALLERGAN 93-R-0067 2014-04-09   2 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYfO&d=%2Fa%2F3d000000pTEu%2FGplqJgQl_K584PxKa3sQSwjkOi8C8Oi1sPIkgiNNtPA&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.632ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API