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 = "34-A-0238" 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
8dd42d4af0fdb672 Michelle L Smith 34-A-0238 2025-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000VwTMU&d=%2Fa%2FSJ000003TWQz%2FBJkVwQQpIwOljL_7RfFG7VLa9cGjpOMEypcRflAdYkc&asPdf=false  
02aa0e8acf7adac3 Michelle L Smith 34-A-0238 2024-04-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DH9v5&d=%2Fa%2F3d000002qlZM%2Fni16nic8FSiWyDOOy37OjYREemjI7Qbws0l58CAVqkE&asPdf=false  
def01fb8f8bd1f96 Michelle L Smith 34-A-0238 2024-03-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CZF5L&d=%2Fa%2F3d000002bTrZ%2FmTAjuacrv4v3EUAeQSgfZxuz3em2w2eJJ9pyMDVAHfA&asPdf=false  
1386724e2be8b9cc Michelle L Smith 34-A-0238 2023-06-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008uPOn&d=%2Fa%2F3d000001MhCx%2FmHuhqqqvBcnWRh.djNA1x2yv2RTXOt4usjSmuA97lWo&asPdf=false  
15e067c24be6cf28 Michelle L Smith 34-A-0238 2022-07-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxhBi&d=%2Fa%2F3d000000pjXj%2Fp96MVQj2j.QSPN4tRUFGEuiJhUqO6nqIZCQBlC1b5fQ&asPdf=false  
01ae96ddbc45a17f Michelle L Smith 34-A-0238 2021-09-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNALO&d=%2Fa%2F3d000000pjWx%2F7CB.Y.wZJq0447u3GjWVNHWqCr7RzBiAKjlVYOosWoQ&asPdf=false  
3c77edaaeca68f55 Michelle L Smith 34-A-0238 2021-06-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhLeX&d=%2Fa%2F3d000000pm7B%2FZFj4e.LZxwgZ1n9VBDuw9PQ0L981APTFtNczYipzm4k&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 79.426ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API