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-0506" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
42a17db8e6c93ce3 ADA YODER 41-A-0506 2023-09-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009vwGx&d=%2Fa%2F3d000001okqM%2FroNge6EMwP5q8w1kfUryCKAuWvEvw57gxibhuAjMpqY&asPdf=false  
809daf86a0cb607b ADA YODER 41-A-0506 2023-08-22   0 2 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009pWjM&d=%2Fa%2F3d000001kwfL%2FOQht2v4hj7y_kujH7FonciyKQY88XbyA.06uXd.O6Co&asPdf=false  
34c87f4a9e0e783a ADA YODER 41-A-0506 2023-04-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000084gDH&d=%2Fa%2F3d0000015z2y%2FOcfg8hMLOrKu81Fm5KIVQRukGVkyI.K9_3GNnbfqsKU&asPdf=false  
3d4b3285d7a3617c ADA YODER 41-A-0506 2023-04-12   0 1 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000084KyY&d=%2Fa%2F3d0000015qYy%2F1hTZVp9jRA3L5VtultY21fjmpCQHgui.duSzYY7jkVc&asPdf=false  
ed6964cf44342105 ADA YODER 41-A-0506 2021-08-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMzcJ&d=%2Fa%2F3d000000pmcX%2FYL0zukFwPBOV._Gh02gmul_5ynrmMYsy3e8d3JZeCFo&asPdf=false  
f346146a3af10e9e ADA YODER 41-A-0506 2020-09-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESclw&d=%2Fa%2F3d000000pRpH%2F_0dNrxDR8pAg_6IFRRBQGnwu3fgdg4DgL0FYKTWWEsU&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 99.86ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API