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 = "74-C-0890" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
de3ad7d4a18ce7e3 Courtney Frenchak 74-C-0890 2022-02-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9SQU&d=%2Fa%2F3d000000ph7T%2FSYPvWmNlNWDuyUdLCjvYVhsgNedHd6szpw22ZiRdVUU&asPdf=false  
d70f30bd948eb8f1 Courtney Frenchak 74-C-0890 2019-02-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW1x&d=%2Fa%2F3d000000ppQ3%2FtlVkZwpbWQXmIRn1TaxS4KVXFbbtmoJZvedLvBj7lEM&asPdf=false  
fffef4f3a3196aba Courtney Frenchak 74-C-0890 2017-11-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVlQ&d=%2Fa%2F3d000000poxT%2FdWadjA.VZ4X4gg5rSFoBVnh5dKCEoMwQzLpJD0o7bbU&asPdf=false  
66b62a77d6fbd24b Courtney Frenchak 74-C-0890 2016-10-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY1I&d=%2Fa%2F3d000000pmpW%2FIc7ivQHEnIV7bKRUapwzV2eW.YO3J8gLCGcY0rYrPnU&asPdf=false  
dacec86e5ed6ff04 Courtney Frenchak 74-C-0890 2015-07-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXoz&d=%2Fa%2F3d000000pami%2FiwX2fGdcJ9prk2dXHLsQcPjYvqFfttxoMvjvv4ipzfA&asPdf=false  
4e6fa378619baafe Courtney Frenchak 74-C-0890 2014-06-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmdj&d=%2Fa%2F3d000000pfz1%2FlKUvcC0BwAgxg08DH1eGs7.QdoTaPHwIUaCvzjyf9mQ&asPdf=false  
aed824620f3d145f Courtney Frenchak 74-C-0890 2014-06-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghf7&d=%2Fa%2F3d000000pRFp%2Fdv8ijZZuWWkO9oCj1wlT7lGAQTHtdsWMZz_cIxnpaAs&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 1300.385ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API