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 = "23-A-0759" 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
39aa93e678cb8cf6 Amos Fisher 23-A-0759 2025-09-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lDsED&d=%2Fa%2FSJ000005pg3x%2FbGbNfS623vC1iVrT3Fdl7Xfi0QuYpmn1i_k6mVzeaQ0&asPdf=false  
93406eab8787e286 Amos Fisher 23-A-0759 2025-01-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000LDa8L&d=%2Fa%2FSJ000001uljd%2FX0Re1ZxRudg1EIdoGDaG1RYnDn6GAFiYK_oVxIZahOM&asPdf=false  
863ec362ee101054 Amos Fisher 23-A-0759 2024-11-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Cv2Pd&d=%2Fa%2FSJ000000yDK9%2FrdCo2Tsfa3OIOs1tErDUhYvfTpvVWiLUzlmAhLbCsM8&asPdf=false  
aeb5ee79cd7316b0 Amos Fisher 23-A-0759 2024-02-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000C7Zy7&d=%2Fa%2F3d000002U0wa%2Fj5WLqrBiP.NK1IL5lo589AssIiduaq9Skk4waa4nDPs&asPdf=false  
e3bb6c8b1976687c Amos Fisher 23-A-0759 2023-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uVY0&d=%2Fa%2F3d0000012sRo%2FfEY5YqlF0R.Mj9KATB3zp_VNNpQ8bJyWF2wp59rNchU&asPdf=false  
25bce1086f450e21 Amos Fisher 23-A-0759 2022-06-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxHfK&d=%2Fa%2F3d000000phUi%2FGtGcEh.nCDu1IbF.CaFAJ7wNZnz8Nxr6J_ZIuGvZcko&asPdf=false  
f26867efab5ad9e9 Amos Fisher 23-A-0759 2022-02-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9G36&d=%2Fa%2F3d000000ph29%2FZC1aTlY9EzuGyepSi6vqEVVpKAP9tPOpoM8dYFyfKRs&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 24.034ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API