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 = "48-A-2101" 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
ab248510fa8afaee Beth Everett 48-A-2101 2018-05-15   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl36&d=%2Fa%2F3d000000pUaR%2Ff9dg8.dUoIbLJ3GayiGgIhiiQ3eA_OtKWZmhb7efE6g&asPdf=false  
ca13be50a85fae61 Beth Everett 48-A-2101 2017-05-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmMK&d=%2Fa%2F3d000000pjtb%2FUfEls3u8tXQkn0d78yrMd0b9Ax__ZcZokcMpBSPfUZo&asPdf=false  
354769a324cdec15 Beth Everett 48-A-2101 2016-05-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egiy2&d=%2Fa%2F3d000000pny2%2FZjRAmSpJez5OS90DwtAQcmkLgGZVvwvQgsWNZ8CEYbg&asPdf=false  
5746eaede6f2c8f2 Beth Everett 48-A-2101 2015-05-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjsf&d=%2Fa%2F3d000000pfdp%2Fm1h1TiBOFCILPJj7Zb8bts.ryVbuOh1QnB2GgKj_62c&asPdf=false  
770c5a683f1e3e0d Beth Everett 48-A-2101 2014-05-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkVj&d=%2Fa%2F3d000000ppBw%2FZL5h5YpPGTq06YLkmlnOtP.DqzIW8YVJ6E7gDxltJiw&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 72.188ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API