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 = "41-A-0492" 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
6d8fc17beb2e0d3c ALEX IDEN 41-A-0492 2021-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8ll6&d=%2Fa%2F3d000000pgms%2FjvpdteVa02eBYQiFC3BKfPobtH2q.QaucyAf5JiQXhY&asPdf=false  
09dcd406c245d097 ALEX IDEN 41-A-0492 2020-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiDP&d=%2Fa%2F3d000000pmT0%2FAm5IQKxOz5ntVACdLA66a.lIDKZ4.8mhsqP83yOXdRw&asPdf=false  
b429bc3f98bdcd4f ALEX IDEN 41-A-0492 2019-02-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkKT&d=%2Fa%2F3d000000pTTq%2FP49KAxZ92QegN6L1Ptm6LcFJtGpuUVXwqNWEGPjTiZg&asPdf=false  
899509f600e24f01 ALEX IDEN 41-A-0492 2018-05-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkmb&d=%2Fa%2F3d000000pjx9%2F7kr.vYNVpuVtytuOh1PIH8UriSZnpjSn.V.b.2wRNcQ&asPdf=false  
329958c1670da091 ALEX IDEN 41-A-0492 2017-05-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjV8&d=%2Fa%2F3d000000po3H%2Fn9y1gcB66j8ON_OePAKFW94CHjy_.eyiXbnMSD7DFp0&asPdf=false  
12fac4a94f46f74b ALEX IDEN 41-A-0492 2016-11-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeSe&d=%2Fa%2F3d000000pewI%2FcHcfH_hq8nMJoRR1JkCFuOg9q3skF4AQGqj4RemYE7M&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 238.594ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API