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

10 rows where cert_number = "43-A-6248" 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
cef1052900d57beb Amanda Tucker 43-A-6248 2026-01-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000xheWj&d=%2Fa%2FSJ000007kboX%2FlXb4yOnrehZ6QgRANW..vgiyVG01euKE3Ddo7RVDoi8&asPdf=false  
4da000103a21cac9 Amanda Tucker 43-A-6248 2024-10-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000008LfTd&d=%2Fa%2FSJ000000YaQr%2FSXJPC732TdJcNRSMlSrJ5U1y_cSYXoZ_gxukwmD.Z2M&asPdf=false  
9f4d03207669960f Amanda Tucker 43-A-6248 2023-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AKPEo&d=%2Fa%2F3d000001zM5M%2FL5CVgM4CHNFZR4IeTqju85Zps0XtfZo9Wyzdj.0SNXI&asPdf=false  
376cda604eb3f345 Amanda Tucker 43-A-6248 2023-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A38BL&d=%2Fa%2F3d000001rz6k%2FOjYVceZLmTwe7mKmtyGz3njg.wb89DOlMGncSpd.OXI&asPdf=false  
7a5ad2756e958cb5 Amanda Tucker 43-A-6248 2022-11-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gv1j1&d=%2Fa%2F3d000000pYg6%2FBalegFIYvQCuiWStQHl3hHzoMzGbNfH1Z3u5n4x7ec8&asPdf=false  
acd8e74860219fd5 Amanda Tucker 43-A-6248 2021-12-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8v9s&d=%2Fa%2F3d000000pYfm%2Fn2iM0tNO.yO0_Ycjw4LNY3dFUn4_BaWYFDwt3Jx.2UA&asPdf=false  
c907f9d85cc3eb39 Amanda Tucker 43-A-6248 2020-03-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkiK&d=%2Fa%2F3d000000pYfb%2FpelwCCfH5COVRtsWF1XEf4qKO9SwC7VcG88P8Nz0Hyo&asPdf=false  
c470475c8318acce Amanda Tucker 43-A-6248 2019-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkfN&d=%2Fa%2F3d000000pYfd%2FkwgIXVJEoHOHQr0GIgjmohCKcEpBh.sSv8.wYlVCfAQ&asPdf=false  
5448376efde096f6 Amanda Tucker 43-A-6248 2018-02-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgljW&d=%2Fa%2F3d000000pYfh%2FEOKyTKQtlcV2ON.3IALhHepYc_r0evdDl5D95pndsO4&asPdf=false  
68bb116e6b4ad5b1 Amanda Tucker 43-A-6248 2017-09-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdXF&d=%2Fa%2F3d000000pYfz%2F8Uk1As9enVADypACJ8RWnFq4jabbED_4MQmVEEzjPto&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 64.705ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API