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

10 rows where cert_number = "55-C-0242" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
0c4a75c7995ae5d0 Lee Crutchfield 55-C-0242 2021-11-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Yq8&d=%2Fa%2F3d000000povZ%2FJhU0hDe8FpnsMAhw8O4oXW_1t2GKu0tHdNiLAjfBzAw&asPdf=false  
dc5ea9df25f39e69 Lee Crutchfield 55-C-0242 2021-02-04   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESERE&d=%2Fa%2F3d000000pRpj%2FTo7QNqTvCTJXGXLhDQTGMsfmm4TOEMaR4WZMC87_MO0&asPdf=false  
77fda0034cde3990 Lee Crutchfield 55-C-0242 2019-05-21   0 2 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwSB&d=%2Fa%2F3d000000pmIz%2FeDXMicIVovg5bQ2Rj3oQbkPk5kgbl2al8jhYKHaNgvQ&asPdf=false  
90936c2438208ac6 Lee Crutchfield 55-C-0242 2018-08-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx5v&d=%2Fa%2F3d000000pkWR%2FGweOfTQy1E8oznFSI52gn3vij02MmRQLUQCilSjAKsY&asPdf=false  
ef4666cd69853a7a Lee Crutchfield 55-C-0242 2017-05-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghYO&d=%2Fa%2F3d000000pfih%2Fs34yCwIqIe3tTL1d9bFLhlVb.4Q0nrtkbj5URTC1t2Q&asPdf=false  
2d2e3d41fcd62973 Lee Crutchfield 55-C-0242 2017-02-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxL6&d=%2Fa%2F3d000000pp94%2FgJjEl33hCgxe3HsFduKvOZBwUb.OUtk7V4I4VvGUqdw&asPdf=false  
7546ad593b98eda4 Lee Crutchfield 55-C-0242 2015-09-28   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxL2&d=%2Fa%2F3d000000poCz%2F7.QfWLhDIX5.JBzLaHbx8eDrAJUvcSzzEPqygqrNeDA&asPdf=false  
6d83fe4f8b3516da Lee Crutchfield 55-C-0242 2014-11-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVdn&d=%2Fa%2F3d000000ppFw%2FTM7iT3Mjs0lcAC.DwGWrC5kOPGRh1PBxO7RfFgHS_BQ&asPdf=false  
acce30a589bccfea Lee Crutchfield 55-C-0242 2014-07-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVo1&d=%2Fa%2F3d000000pWxi%2FdiyHEyM7ThSJjhb6j.qIlX6V8J_BjN59hufRiUL71co&asPdf=false  
5b95e9d23fd61b49 Lee Crutchfield 55-C-0242 2014-06-09   0 1 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwcz&d=%2Fa%2F3d000000pm9S%2F43MBeKtIL73JCqnw5kcASZy3LWLCgYLNiQ2bD96EdLk&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 11.005ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API