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-A-0592" 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
9ee7bb8e172ca244 DANIEL KAUFFMAN 23-A-0592 2018-09-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXgf&d=%2Fa%2F3d000000pRKR%2F.Nx7tWQKgWZ92GfA4dsVPTnB6PRgUZTVcEUZvt_vFzM&asPdf=false  
2c3b761a95a17298 DANIEL KAUFFMAN 23-A-0592 2017-07-17   0 1 0 3 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaGm&d=%2Fa%2F3d000000poXF%2FJSVLnptZ_XvUUEEldx96FhUk5jO9F7WQJ7pSNu0vzKs&asPdf=false  
d496448730fb23a1 DANIEL KAUFFMAN 23-A-0592 2016-03-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkFh&d=%2Fa%2F3d000000pUsr%2FfO7K5Mj_jT4Ilum5rAnJIxeceP5HkiFvqI1H1HTQnEs&asPdf=false  
0c4f9967f9ab17f4 DANIEL KAUFFMAN 23-A-0592 2015-03-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghfN&d=%2Fa%2F3d000000ppMs%2FWTM6SBF3FO_qno8eps6AUrKPxp800QrhWJGQx.L0s6o&asPdf=false  
0fc0771033c387ae DANIEL KAUFFMAN 23-A-0592 2014-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkFf&d=%2Fa%2F3d000000pdlL%2FPiZBh7a9M9KUkjp01XqwJLrs4FFxjNW_SrxVgeF06bY&asPdf=false  
14c7c71e68b224bb DANIEL KAUFFMAN 23-A-0592 2014-03-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcHv&d=%2Fa%2F3d000000piKM%2Fyjjw6DtAkuLActdCNedhKndbUZ_ZjMf2tS20pBuIsEw&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 49.025ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API