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

7 rows where cert_number = "34-A-0206" 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
f6d1a3c566c090d0 RANDY EDDY 34-A-0206 2021-09-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNIjO&d=%2Fa%2F3d000000pkGN%2F6.9gIULv06e0EzQI2asKG49paZ3oYl4bXbklACY_mxM&asPdf=false  
b4b88591b31f1b3c RANDY EDDY 34-A-0206 2019-12-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egloi&d=%2Fa%2F3d000000plsJ%2F.FAxl2q7e2FJKKPqyHtTpzlIyIyK63ezzjM28DAF93g&asPdf=false  
3034085b76d9ffb7 RANDY EDDY 34-A-0206 2019-02-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkQ8&d=%2Fa%2F3d000000pmeE%2F6c1AgXNQjQE0APnTPTUoMll6AIhdaC7cBAqD1MFB5NA&asPdf=false  
4a013ada3edd9d5a RANDY EDDY 34-A-0206 2018-03-06   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglv0&d=%2Fa%2F3d000000piK4%2FMhX9TIjgiTe31gp83mZH83S4m1ymS278ipyCr4LXAwM&asPdf=false  
973afb0ec714efc7 RANDY EDDY 34-A-0206 2017-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egluw&d=%2Fa%2F3d000000pjiy%2FiqxhdI7Pp9IUvwzW6Z.kKvcNm1tKv6UluDY55G2xh_c&asPdf=false  
f6ed1d8f7184e9fb RANDY EDDY 34-A-0206 2016-04-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm9x&d=%2Fa%2F3d000000pnkH%2F6EMHDX8EZxJwRu7ShIkljcAwIJtyKlW8jBrglhoTWe4&asPdf=false  
e55b2cb7d2603d5e RANDY EDDY 34-A-0206 2015-11-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbw8&d=%2Fa%2F3d000000pfYG%2F5FdRHhZVrrdRTBI7gEcyfQhqbCRe.xD3Nte4qX81UEA&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 244.682ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API