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 = "63-T-0159" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, noncritical_count, teachable_moment_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
94fb7063d9a3953a Douglas Wilson 63-T-0159 2023-09-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A8Tdm&d=%2Fa%2F3d000001uOqf%2Fo_Fbg6.Niet7jDwRV48c7pODhB9T0PrgxsXt9zIrsqY&asPdf=false  
51299df360a51685 Douglas Wilson 63-T-0159 2023-04-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008EVdd&d=%2Fa%2F3d00000190dQ%2Fvs9_cBxSc24aAu6rEJ6G6RwkYi17EFaz94oxdFF22ak&asPdf=false  
ef13d6f4eda80c63 Douglas Wilson 63-T-0159 2023-01-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dmdf&d=%2Fa%2F3d000000yFvP%2FzvjqYfCFeNlbbx9ZWzoA9wyVCrI9IqNV_.t3lzXwdW8&asPdf=false  
b8be920b72b6c334 Douglas Wilson 63-T-0159 2022-11-16   1 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvCQ0&d=%2Fa%2F3d000000pcHi%2FeLt4qmAiQuFFbojfrcgajctZ1iIOja238PYqkrL._E0&asPdf=false  
1a4a3b0e2d657b8d Douglas Wilson 63-T-0159 2020-11-12   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyMAx&d=%2Fa%2F3d000000pbyr%2FMnaOcHz4jxQtVW1cw3HDLqfiesEdyJpThGWSJUy5clo&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 321.706ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API