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 = "41-C-0128" 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
4fafd61832c358b0 CENCO FARMS INC 41-C-0128 2018-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf0m&d=%2Fa%2F3d000000pUWl%2FddsaOd.WMh3ozV6jf.f26F8Zi8qdypjirsmcleJCGV8&asPdf=false  
767dad53fcb6b7aa CENCO FARMS INC 41-C-0128 2017-10-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXQ9&d=%2Fa%2F3d000000pkbb%2FVJiQleF0kHf8ToFYQAhaUhvvpRg_BsgcPI9a.kS3wlo&asPdf=false  
c9685a9def3fb3e6 CENCO FARMS INC 41-C-0128 2016-10-11   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeSV&d=%2Fa%2F3d000000pfOm%2F1hDKQGT_hbb9xmwBzZqnKIfVx5luklga.YmgSLZcK4s&asPdf=false  
88b2a5eb1afbe12f CENCO FARMS INC 41-C-0128 2015-10-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdti&d=%2Fa%2F3d000000ppNw%2FOue7EAThqQu7JCP7SRgxueebLf4EoKNtspZa7s9ePUI&asPdf=false  
8241cc52ef608ef4 CENCO FARMS INC 41-C-0128 2014-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfI2&d=%2Fa%2F3d000000pRCD%2FtgBJiDz1bccDDvJpnbAbPBC7b0UfacO0VtxvJpmcM9o&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 172.306ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API