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

7 rows where cert_number = "63-C-0128" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
8fe91539a8fed9c5 MARK FLICK 63-C-0128 2021-07-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMjv1&d=%2Fa%2F3d000000pWex%2F7rTUixGHIFlLZy9PSDl2dE6c2g.Rh3N8808M0oSmmGI&asPdf=false  
7d50edc62fbce0b1 MARK FLICK 63-C-0128 2019-11-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcMo&d=%2Fa%2F3d000000pm1U%2FiEkwioew.W27qvrFul7BJt4oBFB9YBFgKFVmozNjscc&asPdf=false  
33db3b4c4d9b8f0d MARK FLICK 63-C-0128 2018-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcEI&d=%2Fa%2F3d000000pnmP%2F.N6WzDR990hjiFTWq_wrv3s0xvkdgzz.VmAKuZbgm90&asPdf=false  
19e1eac8f9c54cde MARK FLICK 63-C-0128 2018-07-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggxg&d=%2Fa%2F3d000000phwU%2FbBGiAZGAiqhwuVoJqfGsfx2g19tLJrvf9.56Je2o5E0&asPdf=false  
f4046dde08a6a9e2 MARK FLICK 63-C-0128 2017-01-04   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ57&d=%2Fa%2F3d000000pkG4%2FaVxjUIamqEKwIAIrsVYFutOeHL6cJDFOxmloTPZrTFM&asPdf=false  
bac3a112cd58c4d7 MARK FLICK 63-C-0128 2016-01-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVuL&d=%2Fa%2F3d000000pfbb%2FT7uDlE_ZhogI4e38jO6c7fKAqW_3kR7Y0FEJKe3BC4U&asPdf=false  
1a2761ddaf9af189 MARK FLICK 63-C-0128 2014-12-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYfA&d=%2Fa%2F3d000000pWN7%2FXjnEhZKhD670jd5aUggWQDpyr0V9Yg8C8pW.en5Fg9A&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 258.619ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API