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 = "92-A-0391" 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
14e54e6eeeff4f6e Katherine Muller-Crane 92-A-0391 2026-01-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000yKUxD&d=%2Fa%2FSJ000007pppF%2F2OE.JPl7fYxAYRgRsTV9eDVt2mBcXzrM3tjWhE9q3xo&asPdf=false  
665fbaa82ec1ee06 Katherine Muller-Crane 92-A-0391 2024-11-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000FJUzT&d=%2Fa%2FSJ000001DqzV%2FXpHdYiMcGgbWVuU5SYVIGavn0zA94RYwY2O8JWA2D0Q&asPdf=false  
67dfa5dcc1039369 Katherine Muller-Crane 92-A-0391 2024-05-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DktuT&d=%2Fa%2F3d000002ybnh%2Fu5MdDaZKXNQbfqzw5.UDHytOp0sE6RbYNjhC58QGH.k&asPdf=false  
a2012726ca656462 Katherine Muller-Crane 92-A-0391 2023-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A3NrZ&d=%2Fa%2F3d000001qFRX%2FlMdLjMzJqr3jmWHPLHFDIg23BlOJbHParJjLpoWSrhA&asPdf=false  
599ec92cf5fbc54b Katherine Muller-Crane 92-A-0391 2022-04-26   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxV3K&d=%2Fa%2F3d000000pioZ%2FB57ThqH98h.qbWGpY3P3EkgChNWHxWJdd2pVpcJPapE&asPdf=false  
e4c5e89eb32d6839 Katherine Muller-Crane 92-A-0391 2020-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeIl&d=%2Fa%2F3d000000phlU%2FUsIEh9LuEzP.BMlJv.AbBbaUxkKUCJFl0MyqfO4i8X0&asPdf=false  
e4742be63546ac81 Katherine Muller-Crane 92-A-0391 2019-06-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfvb&d=%2Fa%2F3d000000phmO%2FFdzdC8.r_1dEoSorPs3f2REH7IzNUIHJ3K4tgRI2Jzw&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 6.322ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API