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-C-0323" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
b944861438e67ca2 JASON SHIRING 23-C-0323 2021-07-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMmfh&d=%2Fa%2F3d000000phuU%2FB5q6Y1MZMF3RBWPfr7H61e9ZmHoZm_mBlF15ZCu3AJA&asPdf=false  
800660e1d3a84148 JASON SHIRING 23-C-0323 2020-02-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfU2&d=%2Fa%2F3d000000pVAz%2FQlPp79LZOA7H9EWpajecW6V5spduxJjzNUnepdPtnV8&asPdf=false  
559302e06b15db5b JASON SHIRING 23-C-0323 2019-06-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaQ6&d=%2Fa%2F3d000000pTBZ%2FzRUwi8zTD8KkwGwhdmaN3e5l.yaPyO9u5nPUlVH_0Fg&asPdf=false  
071f0ad0f5870639 JASON SHIRING 23-C-0323 2016-10-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfjN&d=%2Fa%2F3d000000pmf3%2FNiTIc3pllvWrHqwdQnkuNbe73SHI9t2UTdzw6nTWB9Y&asPdf=false  
ca5f651923448756 JASON SHIRING 23-C-0323 2015-10-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeHZ&d=%2Fa%2F3d000000pS68%2FVV.vgNtU2NtzsCN3p2OrWIivQeZvGoDuQWKrjAIu8zw&asPdf=false  
38caf38251f35573 JASON SHIRING 23-C-0323 2014-09-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggnA&d=%2Fa%2F3d000000pkNj%2FLta49iBN4xtOcYtyhWclec3gyt8c_2ejUpWkJFGYZx4&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 694.69ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API