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

4 rows where cert_number = "91-A-0136" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
eb4857dfd31c448d Delilah Louise Correa 91-A-0136 2023-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000089ZY2&d=%2Fa%2F3d0000017UsC%2FF3cKr9CFcMEdk0g1KEIXzKhNhQbby3S_K0VOozMpAOE&asPdf=false  
c58e9f474aeb2bc5 Delilah Louise Correa 91-A-0136 2022-07-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxph3&d=%2Fa%2F3d000000pTpE%2FbEoLChBtgFb_N5IbmuLtct1parKzkRF2T0ndcA8Xibs&asPdf=false  
93e42e5146dbdfa5 Delilah Louise Correa 91-A-0136 2021-04-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NGNaa&d=%2Fa%2F3d000000pToi%2F3L1Ej9qBGtdeuVQ7f.zz3eK1MNRNMB2So8J02X6fq2E&asPdf=false  
3c8300bea649117a Delilah Louise Correa 91-A-0136 2021-01-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERtzg&d=%2Fa%2F3d000000pRm0%2Fy_mLl_eegKWUvzuBrerERp.kAlJKpCvCgHRJtSP6p80&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 39.223ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API