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 = "64-C-0199" 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
78a26b67548ff801 STEPHANIE JONES 64-C-0199 2018-11-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb5i&d=%2Fa%2F3d000000pf3H%2FQ8XgezZNXAAW_cCqwpWhkx3z7apgETZi5OM0j9II85s&asPdf=false  
3978f12eef279a58 STEPHANIE JONES 64-C-0199 2017-11-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega46&d=%2Fa%2F3d000000pm1C%2F8P8a_IYHslTSy9J7cL7N37ZJIzIyI7B8fa2UOBHavNU&asPdf=false  
9f52f19e1b8046f5 STEPHANIE JONES 64-C-0199 2017-10-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfHe&d=%2Fa%2F3d000000pSNH%2F1_0Kt6dUrkjOJ1ppjTTb64367lYlpXktCoi1ii8On.8&asPdf=false  
950939cd77424d36 STEPHANIE JONES 64-C-0199 2016-09-29   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbXy&d=%2Fa%2F3d000000pouR%2FO7v1h5TDs0jx_gnBWIy6KY7fch77LpvhmSkMppbPnX4&asPdf=false  
ea02e14c38577cac STEPHANIE JONES 64-C-0199 2015-09-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbuI&d=%2Fa%2F3d000000pRKs%2FT_ZlbEBc4COyKESHfiA.4SAdQPyQPPMtGlbnWs378rQ&asPdf=false  
f5f84bc0722287e9 STEPHANIE JONES 64-C-0199 2014-10-01   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXNk&d=%2Fa%2F3d000000pbj5%2F8yYBaatz_WfBIOjMyHkqNf7e39ekiuLIT1kJukeAey8&asPdf=false  
ec7c52f5e33f3318 STEPHANIE JONES 64-C-0199 2014-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbsZ&d=%2Fa%2F3d000000pauL%2FhCky1DfUJmhFXsCEyg3Y8O5D5qPOfUiImhaH5GLc8KQ&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 160.842ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API