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 = "92-C-0174" 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
699e989cd67fbdaa CHIMPS INC. 92-C-0174 2018-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm0i&d=%2Fa%2F3d000000pSvV%2FJpJp7KcsP8e3u50a57Cv43Ev9um_5BX_lnRUkMQDdFk&asPdf=false  
e9a8a3869bccc80f CHIMPS INC. 92-C-0174 2017-10-10   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx2C&d=%2Fa%2F3d000000pk3g%2FkC0p3VyqgWvQ_LSqB13PhOgEPK8rt5cwBfEo5eGXyxM&asPdf=false  
3e07a5b47402553a CHIMPS INC. 92-C-0174 2017-06-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeaC&d=%2Fa%2F3d000000pUA4%2FgGFF2U8yImNA_UBn5xD9Y3P6q3hOzH7XcUsssYSisnM&asPdf=false  
303454dfdf703ab0 CHIMPS INC. 92-C-0174 2016-08-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXer&d=%2Fa%2F3d000000pbiB%2FzfTOaw5RO5RaZvaHOOD25OrH6lTIbkbO4UYRzvbo5iI&asPdf=false  
358bf6c89912ba03 CHIMPS INC. 92-C-0174 2015-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjoN&d=%2Fa%2F3d000000pmbl%2FPKpokwJjd1HGJYfhUmeMVQ.6oABZQpmXS_6JXgqsQLU&asPdf=false  
c477e1e30d159559 CHIMPS INC. 92-C-0174 2015-05-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjZy&d=%2Fa%2F3d000000pi14%2F0ZOFqkat_EnEEDGKpohodKI9KKDydfGPZW1oLiLB8RM&asPdf=false  
496e55a02d2b52e1 CHIMPS INC. 92-C-0174 2014-11-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjIx&d=%2Fa%2F3d000000pmAQ%2FxAwLJk7uiJNIsWg5tVDn1YzvjeJqwMAEWvfHkBJiFUE&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 259.327ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API