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 = "64-C-0258" 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
c431e6ca6e8cae89 Auburn University 64-C-0258 2025-12-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vGiHC&d=%2Fa%2FSJ000007Pgxh%2F4gY7nLuYKJy0YryIk5UNPFvO0Vgt06oAuWVTIMIsUVw&asPdf=false  
aa132b9d8757528a Auburn University 64-C-0258 2025-07-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000eD2wP&d=%2Fa%2FSJ000004nm7d%2FldQ71WGNY8xH9xJX9g5yRzn3LoXEFNyZibkoFZVnmtQ&asPdf=false  
e1b03cc028fecda9 Auburn University 64-C-0258 2024-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000I2Stv&d=%2Fa%2FSJ000001Ul5l%2FKOJ.JHVGrrrY6bVHJzXw2UYOCaA6FI8wcwAevy0FSMI&asPdf=false  
b1ddf26699d2f6ff Auburn University 64-C-0258 2024-11-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000E6b8H&d=%2Fa%2FSJ0000015mOP%2FH9UoDw_MYO1N2BQ4uo0AFZBGiwpiT_cwc4HjljVviaY&asPdf=false  
56b8d7a2648c58a6 Auburn University 64-C-0258 2024-07-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Eeu3u&d=%2Fa%2F3d000003Dokg%2FmmvQZohGcJcYxnKT_WM.S_vYyc_0q8XUYX0yb_QDT0I&asPdf=false  
a9ea8e62030135dd Auburn University 64-C-0258 2024-07-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Ee517&d=%2Fa%2F3d000003DVOF%2FFS2JzTDB5xm2eta5vewqbnO2Z4sqDZfS0JtsKcWGsqs&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 672.208ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API