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 = "73-C-0255" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_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
398bd1418b31c78f Trevor Mastrogiovanni 73-C-0255 2025-08-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000hEiA7&d=%2Fa%2FSJ000005FR53%2FgKQnsL_gFrPCVsUwAhpVJvB_yMwPsts2JYUT4BN0WGo&asPdf=false  
965cd4201580cae1 Trevor Mastrogiovanni 73-C-0255 2023-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AYd6V&d=%2Fa%2F3d00000249dT%2FHb_E1SWTXICXg8_E6b8HC_9j_V5IiwXVGrmHeTr6Dvc&asPdf=false  
92d63f1e6cca5aa3 Trevor Mastrogiovanni 73-C-0255 2023-07-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009QPHf&d=%2Fa%2F3d000001ZRHG%2FBlypvsu6WYWWZpDohc8MN6G2CUFuP2DjGFnQGLYAfvQ&asPdf=false  
9fcd59757fa4019a Trevor Mastrogiovanni 73-C-0255 2023-05-11   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Q9wc&d=%2Fa%2F3d000001CkgV%2FhiWovvaOywO0XVy4_QnJo9pPt1B6Bwfb9CZGzuSwYCY&asPdf=false  
4e6a9e72f5dfa316 Trevor Mastrogiovanni 73-C-0255 2023-03-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007v4q3&d=%2Fa%2F3d00000135i5%2FoNWq5TmLUaQvE0uUi4caBZQusKEvmVJm4rbqyi0se8o&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 178.732ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API