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 = "55-B-0224" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
4887cfd71a9eae32 KEITH HOLM 55-B-0224 2021-07-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMXzs&d=%2Fa%2F3d000000pRZb%2FYFfOpgb_Zj3EwQl8rU7y9yWW_V43htnks9OpoS6RGT4&asPdf=false  
4a5d959791b49154 KEITH HOLM 55-B-0224 2021-06-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhFqA&d=%2Fa%2F3d000000pnQR%2FdTWQDpg5qWseHZYkaHQiKmJAuZI0c1g1rDateDsmb1E&asPdf=false  
2cfd88130c1c103e KEITH HOLM 55-B-0224 2021-04-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NguDe&d=%2Fa%2F3d000000pSBe%2FZhzSj6shRXTIfUhz0NrQVOLIgl2lH4J8uTd.tE4HV_0&asPdf=false  
5abbcc13fc5ed1e8 KEITH HOLM 55-B-0224 2020-02-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego1L&d=%2Fa%2F3d000000pbka%2FOkF7fLyr4T1_PNi0p9VFBrAdHd7N8Evew3hJ9Ale6f0&asPdf=false  
261cdfae749f7c2f KEITH HOLM 55-B-0224 2019-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgneX&d=%2Fa%2F3d000000pf8K%2FfN8hljuwbklanYhIu9ziLywuOBfNWoa3DCXtoJYihlk&asPdf=false  
2625722204197662 KEITH HOLM 55-B-0224 2018-03-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdvh&d=%2Fa%2F3d000000pkKz%2FlPSKkjxXyUIZ.0XAwX664cnaUShxEL1Drc2Ltz.cQ3o&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 306.607ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API