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 = "74-A-1542" 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
a634fd0c171e3900 Daniel Ressler 74-A-1542 2025-04-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000WBJ5L&d=%2Fa%2FSJ000003XYxG%2FUFvtR8FhgsSoNizVF1qBiK47tNbo4Q1oHxRQZ5aT7wk&asPdf=false  
d648cee4f25d6f15 Daniel Ressler 74-A-1542 2024-10-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000009Hf6S&d=%2Fa%2FSJ000000f1pl%2FdWdNXBY1fpDGXp0DRGj.imgE5zFLxQzDScKwYObwgbc&asPdf=false  
4806afb98ef4de60 Daniel Ressler 74-A-1542 2022-05-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwwXq&d=%2Fa%2F3d000000peU4%2F1g3XiOahEjrgQBAdvAin3v0hYFZ0fgZtHWLEwlMmtdo&asPdf=false  
fc77b0eae5456f42 Daniel Ressler 74-A-1542 2022-04-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwYMk&d=%2Fa%2F3d000000peTW%2FMA0wVG8MPpZ.qoaB5RgH6wxULhNQ_EoMPWRbFJ1jqEw&asPdf=false  
b6bfe513a1b9b05d Daniel Ressler 74-A-1542 2021-01-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERjMB&d=%2Fa%2F3d000000peTZ%2F_C_H45LA.HWkYxhaV8S30hLP1hKjAEqb3gbxzm2FIfs&asPdf=false  
0396462164d040a6 Daniel Ressler 74-A-1542 2019-03-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYOj&d=%2Fa%2F3d000000peT9%2FQ2NhrCPEiDy75pwjjNOGeJxBJaeEIjaoppBdDGn5Yls&asPdf=false  
4a0a09f54e95ce9b Daniel Ressler 74-A-1542 2018-05-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXzR&d=%2Fa%2F3d000000peTK%2FXtNZitGU1jHzu6En_fk.DtmGuWPtbj7wvFgYukP7.ng&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 862.295ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API