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

8 rows where cert_number = "56-C-0226" 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
4d8c5508ff36ab5e LCEC, Inc 56-C-0226 2021-11-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8NHR&d=%2Fa%2F3d000000plvI%2F3_Jg.YHGT41gSLcrSWKKGGes_FsmUF3vSW0rlt1jXCU&asPdf=false  
98694b41722c6673 LCEC, Inc 56-C-0226 2021-08-23   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMzpF&d=%2Fa%2F3d000000pSeQ%2FITYEUnyXBkQdcNJBBR2CR3JcnVR11FJOKI5NEXqmmDA&asPdf=false  
94b1ec8f7df45fdb LCEC, Inc 56-C-0226 2020-10-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyEzM&d=%2Fa%2F3d000000pRyh%2FwXhiQ78UrOo9xSAUK021_rtziFHEwInNPyD1gLNicB4&asPdf=false  
9b9086b5675fddd1 LCEC, Inc 56-C-0226 2018-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcDI&d=%2Fa%2F3d000000pla0%2F4YTChEbOWBZfueaMHH0YJElwXGteKXnP71WzE5ikOTI&asPdf=false  
289d59c1b78e77f3 LCEC, Inc 56-C-0226 2017-11-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXm7&d=%2Fa%2F3d000000pS01%2F5yIA7g1LN8gsjWQXEbiY2a1nag387F54fvBJxxJDpLk&asPdf=false  
1e53a78ea20d8848 LCEC, Inc 56-C-0226 2016-11-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbwO&d=%2Fa%2F3d000000pjOb%2FMZ_nBXs48RP2FVqDQtqPSV9_02bGFcOH4xNOSex3w9o&asPdf=false  
144c80f905d73e9a LCEC, Inc 56-C-0226 2015-10-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbz3&d=%2Fa%2F3d000000pSwG%2F_w5O0JeXY8T6xvu59vJZ3IeHDuMCxeNRxKlKHsNnFDM&asPdf=false  
cd070d0724c59478 LCEC, Inc 56-C-0226 2014-10-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXq5&d=%2Fa%2F3d000000pWWh%2F3ETL6xWx.68sit8hHuOPXjzE0iGr1iCpNbFftJPl6xI&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 53.202ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API