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

9 rows where cert_number = "73-A-2712" 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
0656115b2d39c1a5 David L Brown 73-A-2712 2024-02-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CPs0T&d=%2Fa%2F3d000002Yb9n%2FRC1_k5ZGhXpnKXeR8BLub8liAxRMUZrux4fbfc5Asvc&asPdf=false  
26cc76dd062c530c David L Brown 73-A-2712 2022-08-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000aw4yF&d=%2Fa%2F3d000000pYsv%2F78qEgi_veQMGGaUtboEXzELJbTHNESnppEwOAh5sTSc&asPdf=false  
6941f34437b04c6e David L Brown 73-A-2712 2021-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh7YH&d=%2Fa%2F3d000000pYqh%2FPj7llSW.C_mn4K4MLIINXurkorW2AvqPGzalHzg_e8k&asPdf=false  
c74ba906cb3f81fe David L Brown 73-A-2712 2019-04-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege2V&d=%2Fa%2F3d000000pYrj%2Fy_m6aw3lyCRuxekzmX2KFxLnUhERRsFzldIuiZIu3Aw&asPdf=false  
0ea081afb839dd37 David L Brown 73-A-2712 2019-03-21   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege7D&d=%2Fa%2F3d000000pYr2%2Ff8HLv3_1L98k5DSWMcVDL58kH7gEsw6qwEoea5jfLXU&asPdf=false  
663935796fc3a0f7 David L Brown 73-A-2712 2018-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkOi&d=%2Fa%2F3d000000pYrA%2FVI78mJLZMCGUYeq.LgjI2iQM_zHOFV_GW_tvwtH2QeA&asPdf=false  
b71100d2b98c1481 David L Brown 73-A-2712 2017-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghxh&d=%2Fa%2F3d000000pYqn%2FZ1Jjyj.oykQq4WYCMtmJLFPcOBj4x8kr6DTMkKVCreY&asPdf=false  
944b4ab718b61f07 David L Brown 73-A-2712 2016-03-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghr7&d=%2Fa%2F3d000000pYqb%2F7lWhUjI2REbrYVnM6heLITr6JLF9aA5diAdSURZECzg&asPdf=false  
28f72e51d8800d90 David L Brown 73-A-2712 2015-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbyy&d=%2Fa%2F3d000000pYrd%2FgBYui4Kqc4JMXF4n5VGn.KiQTdtaoPP_AiIadYBDsUI&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 202.344ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API