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

5 rows where cert_number = "58-A-0321" 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
2c58c14db831b959 AMY HOOD 58-A-0321 2018-03-20   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggfW&d=%2Fa%2F3d000000pnNT%2FHoGNUyECquuytffedCZWjFjBXfyNfNwISkYQajjdUs0&asPdf=false  
292740b02ce8d555 AMY HOOD 58-A-0321 2017-04-20   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl68&d=%2Fa%2F3d000000pUCn%2F6CodULiLESnEpzA7.gP0Y4CDxYWooreQDvrP9rbgPPw&asPdf=false  
bf66792b90a156e7 AMY HOOD 58-A-0321 2016-07-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmc0&d=%2Fa%2F3d000000pdNY%2FKNCDWFX9RKLPPM5JFN.42Ka0C5h.hGdag9O1zSFfkHU&asPdf=false  
9465ece10874ec1f AMY HOOD 58-A-0321 2014-09-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmM5&d=%2Fa%2F3d000000pSZp%2FOF8z9Go.gt6ArwRK7H9hntc1Y47Z7zbLoBxWSmlnrAc&asPdf=false  
3a9d93fb25b29f6e AMY HOOD 58-A-0321 2014-05-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmMk&d=%2Fa%2F3d000000plde%2FHd9a2LpPOceimqm4jHDdcypWKUJHgQ844G_cV16CNA4&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 131.444ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API