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 = "22-A-0034" 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
1456a26db6bdd78c Sandra Bainbridge 22-A-0034 2025-01-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000MCM3T&d=%2Fa%2FSJ0000021oXt%2FY7tpY1ypsqTZ7_9G7BLzHUWSgNDMl6BP9RFtUpBgaqE&asPdf=false  
f0c292fdd63423df Sandra Bainbridge 22-A-0034 2024-02-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CGeJ6&d=%2Fa%2F3d000002W6AP%2FWzb5eba1Mh3ksRq2FHEbQE_BDTgoj3Un8aeAcnAHnLM&asPdf=false  
1b1b635b553e80ad Sandra Bainbridge 22-A-0034 2024-02-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CEOIU&d=%2Fa%2F3d000002VnY4%2FLqTooMwWwvj5Q3QliOtEv.D0K25gAhDaNvZNLXEaqmA&asPdf=false  
fefe574d099a7438 Sandra Bainbridge 22-A-0034 2023-03-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007ue7V&d=%2Fa%2F3d0000012vzk%2FRHkrUyt41cblMAes6xQG_dZALE8VHhp48QGV9eGASY0&asPdf=false  
35e00cfdebba8d07 Sandra Bainbridge 22-A-0034 2022-05-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx615&d=%2Fa%2F3d000000pgQW%2F11adasqP.d04EkntvMFpNoTUNaK5BaMkSas7LeLLHLA&asPdf=false  
c7c8c59e05b8beaa Sandra Bainbridge 22-A-0034 2021-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMxvO&d=%2Fa%2F3d000000pgRT%2FDWGEHnMGVs5JHEQ4dGZnTDBv6qvsUCyCAGe7cw1ercs&asPdf=false  
80a92d71e50bbb22 Sandra Bainbridge 22-A-0034 2020-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd4z&d=%2Fa%2F3d000000pgR4%2FUn5Bp8bYHtlcWTU.yjWE14KVdgpUCkVaF0wc.lKIbaU&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 212.173ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API