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 = "91-A-0128" 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
b5b28a55c9f7c764 Hill Peak Inc. 91-A-0128 2021-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8tBN&d=%2Fa%2F3d000000pgqy%2F4TIt0y0Ttgo_.zChANWbuSzut8dwwAWHwEL1zbUfStw&asPdf=false  
f06a6e0fcb636943 Hill Peak Inc. 91-A-0128 2020-01-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjYG&d=%2Fa%2F3d000000pUdK%2F5y9r_NSnjOd_uuIx8Hagt4cyrIVbarQXDoPcG74MVpA&asPdf=false  
5ceba83d01d9eaf0 Hill Peak Inc. 91-A-0128 2018-08-23   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjZh&d=%2Fa%2F3d000000pXBL%2FpojccLbVNVOWGdHr1OH7p1NO2fi4A3FC5sLizL6R1BQ&asPdf=false  
ee418e1ab2a80766 Hill Peak Inc. 91-A-0128 2017-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjew&d=%2Fa%2F3d000000pdT5%2FZ2tPhyTtAdPawhIMPuzix.bkGOkRNeys_BH5WH.5sH8&asPdf=false  
fc12059a385f7d61 Hill Peak Inc. 91-A-0128 2015-10-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdxY&d=%2Fa%2F3d000000pdTW%2FkXn4xXGIMJGzRFn8eQ06vB6SXr1aRuQv2tjWbT8BqzQ&asPdf=false  
217a5343bce4df5a Hill Peak Inc. 91-A-0128 2015-04-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcLr&d=%2Fa%2F3d000000poRT%2FbgARtChZDLyAzmAMSaesYh2J4OPYfb.JjP5H9P3Xm8E&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 1005.943ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API