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 = "42-B-0039" 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
de39084b873a7c2d RODNIE KELLEY 42-B-0039 2018-11-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiRj&d=%2Fa%2F3d000000pajR%2FP9qbkbfbVDlnD1OroN0AsRZy3tCaOE7JW57XbqQpHus&asPdf=false  
990b1e9866400284 RODNIE KELLEY 42-B-0039 2018-09-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaCP&d=%2Fa%2F3d000000pmMm%2FrxHQpxdOHmiN6Ph4uclDaEo0Vm4_SiDxinZnsNHch14&asPdf=false  
61838417de822f9d RODNIE KELLEY 42-B-0039 2017-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk4H&d=%2Fa%2F3d000000plFe%2FovMPTCVEf6ajOuWjQtfIM467qVqrlGvaPSmeQ3bJdk0&asPdf=false  
9f0026eb81ec1a93 RODNIE KELLEY 42-B-0039 2017-04-18   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVk6&d=%2Fa%2F3d000000pVB0%2F185EkKHIy_yCZi_MpQL9bD1gpGg4fmZZEN.3UhTrfbw&asPdf=false  
33bfb629f53d9ca4 RODNIE KELLEY 42-B-0039 2015-09-29   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWsT&d=%2Fa%2F3d000000plHs%2FAE4dqpc7TiZ3GHHHvxuXNjkYetOs5fGWR5g4BQNecfI&asPdf=false  
01d3f281f91ef5f5 RODNIE KELLEY 42-B-0039 2014-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfo5&d=%2Fa%2F3d000000pmZy%2FrD1Lmf.Ov_hK2TorxNgQsNj.ln8tWR20a1aQWuN4Fsw&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 640.694ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API