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

5 rows where cert_number = "74-R-0232" 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
c84326032bbf9ed8 Dave Spear 74-R-0232 2025-01-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000LYvKm&d=%2Fa%2FSJ000001xHHB%2F6UTwUqQb1phDA96O40yvTNG2jvlo062gTm3r8RmCkZs&asPdf=false  
087e73be4dab5787 Dave Spear 74-R-0232 2024-07-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000001C0oT&d=%2Fa%2FSJ0000003f0D%2Fpx2c0P4Z258LUyoFn6dPEC8E7Rpl8bxxe13z0zWfu_Q&asPdf=false  
ace139368a46d06a Dave Spear 74-R-0232 2023-09-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A1L2X&d=%2Fa%2F3d000001rBjc%2FQjnnhHsVIfEJh9bKFAWZGIoH5VitzkfCe_tqb7Cq9dk&asPdf=false  
be6f70f7ff9c9fbe Dave Spear 74-R-0232 2022-09-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awH63&d=%2Fa%2F3d000000pZoY%2FW2cKddp.ua3tk8YlueRTc1bmIRgpsIyQ2djtSNGPiDY&asPdf=false  
3402d286b006efa7 Dave Spear 74-R-0232 2021-08-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMtBH&d=%2Fa%2F3d000000pZM3%2F7Ykso8dtgm3sYohxU0egR2ldyVMdenMXaOXrF7YbXzc&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 331.393ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API