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 = "33-C-0521" 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
525b12e60cfcd458 Belinda Henton 33-C-0521 2025-03-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000RBu2a&d=%2Fa%2FSJ000002iXS9%2FBeHb6GCyKN2luSkP7SxpJYkMy2xg452lb_hmdF3JAv4&asPdf=false  
5692aa5beafe84bb Belinda Henton 33-C-0521 2023-12-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BBzdS&d=%2Fa%2F3d000002CBhB%2F3yXQCnPhTGR84JDfKAhKZzaIUmSucZvNvDixyxzo4KI&asPdf=false  
a02a3bd7ca169897 Belinda Henton 33-C-0521 2023-11-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000B8XjB&d=%2Fa%2F3d000002B7Aw%2FesrFiI.kkV3V6gU3yodpDHbOwux4VtZejm2z3HY2Iww&asPdf=false  
a6e4d9df391242d9 Belinda Henton 33-C-0521 2022-09-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awMhV&d=%2Fa%2F3d000000pZX7%2FkScFwuQtzsbdY.vRBnd6BW9q8awYSi3V_nm.a3pNvUg&asPdf=false  
9419464c449c421b Belinda Henton 33-C-0521 2021-06-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhQWV&d=%2Fa%2F3d000000pZXm%2F6HVTxh4u8bvPpPd45dYUN4yt_iQz_ziIaDLov.XbFlY&asPdf=false  
d90b1396559657f2 Belinda Henton 33-C-0521 2020-12-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERY3q&d=%2Fa%2F3d000000pXX4%2Fg53EJjZDqf3cj7pABkQc0iIfK_2bNmyFvf8Eb4XZTm4&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 943.901ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API