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 = "61-T-0017" 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
92a82deb76b34b46 BRENT MEYER LACY MEYER 61-T-0017 2019-11-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnLY&d=%2Fa%2F3d000000pdRT%2FdOMUFYsKD.x5UfROLFcKGzdAbd4y_v597q5NVua8vrk&asPdf=false  
e7ea334c51e77507 BRENT MEYER LACY MEYER 61-T-0017 2019-03-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego9O&d=%2Fa%2F3d000000pmSh%2F.wSGFXKMBQyC_NrEceZv8Gpak5AgbKyTl2ERa1Fpw5A&asPdf=false  
bfbe0736ff0c49d1 BRENT MEYER LACY MEYER 61-T-0017 2018-08-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnyl&d=%2Fa%2F3d000000pjgu%2F5pDBA7qIKqYcDrLotNpxgk_x3fX0_esmZAm_7kde1NM&asPdf=false  
2d84048c833e5c1a BRENT MEYER LACY MEYER 61-T-0017 2018-04-04   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVkT&d=%2Fa%2F3d000000pkqy%2FurUw5yGUibqXfRl4.9cajWatdnbYfxLBE8ouJZkdqbk&asPdf=false  
5cc94df616397e61 BRENT MEYER LACY MEYER 61-T-0017 2017-08-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egki3&d=%2Fa%2F3d000000pS3f%2FiHCri_8fZpSiZVkPCZxgt0Nf0CYC8fvCjZhF3XP8jVI&asPdf=false  
15f062d765a69557 BRENT MEYER LACY MEYER 61-T-0017 2017-08-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmxd&d=%2Fa%2F3d000000pbd0%2FFvUGY3cbl0QxKzejboybSQZ_lW8Ar4aZfkPcHZGXYCQ&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 156.582ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API