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 = "47-A-0552" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
04e82d89cac8479f Barbara Gilbertson Laurel Gilbertson 47-A-0552 2015-07-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgffZ&d=%2Fa%2F3d000000poCF%2F_S5a_rhWmY_MaRsD_etl8CSYDak7BYS9Z3S6cuDKTfs&asPdf=false  
24b21cfa52100488 Barbara Gilbertson Laurel Gilbertson 47-A-0552 2015-04-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglKL&d=%2Fa%2F3d000000pkVi%2FN5TKRFjV4ajdnZWjPIPZt_U2.cJJeeU3K26gIoKBndU&asPdf=false  
dd939f8b2c4c82d0 Barbara Gilbertson Laurel Gilbertson 47-A-0552 2015-02-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl8L&d=%2Fa%2F3d000000paal%2Fqp1L4XaEsrh49QMMNhfXnabFytnuebg5oBZoMLRP.fg&asPdf=false  
e7c9b1b36ce4d573 Barbara Gilbertson Laurel Gilbertson 47-A-0552 2014-12-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghGJ&d=%2Fa%2F3d000000poWr%2FRnLAzHCjnx5IvLjXje7VJ3SeIfhF_FXEeEmlYyytZbE&asPdf=false  
a5a5a2d66e5f1d7c Barbara Gilbertson Laurel Gilbertson 47-A-0552 2014-09-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdYs&d=%2Fa%2F3d000000pTCw%2F0wz.EAgKvCRr6BLxXjHClEPvRQVxxhFQqzp_x.5.gqg&asPdf=false  
e691a90997f736bd Barbara Gilbertson Laurel Gilbertson 47-A-0552 2014-05-20   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx7X&d=%2Fa%2F3d000000pfEi%2F6tn6Vr8QRMGSFIFIwG79.vO4NEqDjN.b935GNmq6waw&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 327.659ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API