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 = "22-B-0063" 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
1f493c18b994f51a Joe Ricciuti 22-B-0063 2024-06-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EFcRz&d=%2Fa%2F3d0000036h42%2FzPTq_AB9YTee0m.SsohQXAGD_AmOz0s7fM5kga_S9BM&asPdf=false  
9265a8f071882037 Joe Ricciuti 22-B-0063 2022-11-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvNhj&d=%2Fa%2F3d000000pcrP%2FlMI.AKd7EoBeDs.A8GNOGOpv.l1UzY.QbaQqAGfO5kc&asPdf=false  
71a3cf6abe1886e4 Joe Ricciuti 22-B-0063 2019-09-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egasa&d=%2Fa%2F3d000000pYTv%2F172eVe5W11eI0QQ6KCsgDoLbCPj2Q8KR4QUk5_TYlSo&asPdf=false  
32a7388320f55ae6 Joe Ricciuti 22-B-0063 2018-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega6M&d=%2Fa%2F3d000000pYTh%2F_pVSEh8b.Xr8qWq5nWUwrkPHnKzYmWScFPQKYkM_7LE&asPdf=false  
ef889c5e23b0067c Joe Ricciuti 22-B-0063 2015-08-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb9k&d=%2Fa%2F3d000000pYTl%2FCu2xBGmgMOx3UqSOqEtKOIIsdNJQYYRK.ziSB.eww8M&asPdf=false  
059a286cca18900b Joe Ricciuti 22-B-0063 2014-02-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdCH&d=%2Fa%2F3d000000pYUV%2FGPnrrwo6ldg2cIO8dyZAwkeCzhLYTAxEIaqnFHvmdz8&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 229.46ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API