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 = "23-C-0320" 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
d0bbfbcadcb62ad5 DAVID H ADAMS 23-C-0320 2017-06-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYCZ&d=%2Fa%2F3d000000pTIx%2FRoOrS3KGsCR4CqZRLA4lrBGTo_GDARuyUpnnDEBDSBc&asPdf=false  
70756054cac7653a DAVID H ADAMS 23-C-0320 2017-03-29   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY0U&d=%2Fa%2F3d000000pTFY%2FVegJgfAmPO0mihvr38autt_KRQwIMJ6ZZpPa7F.6_78&asPdf=false  
67411ce10bfe5c2e DAVID H ADAMS 23-C-0320 2016-11-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXpB&d=%2Fa%2F3d000000pkFw%2FStleX5KcRj0_MDzk_PRr0Oi1gMgeUbfbkvyK.1nYKd0&asPdf=false  
e5fc34af73bfdff6 DAVID H ADAMS 23-C-0320 2016-05-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYMb&d=%2Fa%2F3d000000pS4w%2FhrFvJ5uwYlLx1AglnzIR5r.W8G.NjFL0s1.Lmb0DUOw&asPdf=false  
9bc2d8be852a785e DAVID H ADAMS 23-C-0320 2015-06-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdUm&d=%2Fa%2F3d000000pSU1%2FyUZb06uuJTgazQVnfPK1wgSetsDmiT96q1l.W7cYM4U&asPdf=false  
23cbea9ddaf66b8b DAVID H ADAMS 23-C-0320 2014-05-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYvH&d=%2Fa%2F3d000000pagq%2FEBrBsUAi0OktGLs5LDVhbHgloLJMhIC9jQsPlv2e.kk&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 99.201ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API