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

5 rows where cert_number = "61-A-0149" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, 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
4d7b9d285211dbf6 Sue Stevens 61-A-0149 2021-01-20   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERw4J&d=%2Fa%2F3d000000plf1%2Fe3XMi8ki5LFQctva121IsLNXB5QEc5_4lMu0duGMRBo&asPdf=false  
f4b8b2bb0f22a192 Sue Stevens 61-A-0149 2021-01-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERg9n&d=%2Fa%2F3d000000pRPS%2FehPWuPn51PBwrTMj_sQM41WDyzCaToAzdqVatwaG3zQ&asPdf=false  
07d60e8c1515c904 Sue Stevens 61-A-0149 2019-11-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglke&d=%2Fa%2F3d000000pmXh%2FAa6KNXaoiLLOp.o4qSkJJX9bng47_QJaf6NyKfJidbY&asPdf=false  
8f8635916772ccc0 Sue Stevens 61-A-0149 2019-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglgE&d=%2Fa%2F3d000000plOL%2Fc44IvN0xt4ia49MoTvJ_hfd1epP32p3iKaetBZ10M5I&asPdf=false  
9e1e49cd5a49801b Sue Stevens 61-A-0149 2018-06-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdtX&d=%2Fa%2F3d000000pTA5%2FvrPd7JaTLvMYoMkPDDLcjxnJ3V_nrqkbRZ0jWoYtDDM&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 616.685ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API