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 = "47-B-0124" 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
e56a71f7ffbf2dd7 Randy Hartsuiker 47-B-0124 2024-04-25   0 6 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DkuqT&d=%2Fa%2F3d000002yc3v%2F2F1nVoYS7T3xc8xHNjTuK9yJNDGNbomBKv0yJWChllo&asPdf=false  
b19c88ddbc39a4f8 Randy Hartsuiker 47-B-0124 2024-02-21   0 8 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CmYQA&d=%2Fa%2F3d000002fmoF%2FRjtivT57iRKO4ikeu8IuuQMWllYr5TqB1OkCtXljESw&asPdf=false  
a79e7a38f347d409 Randy Hartsuiker 47-B-0124 2023-08-11   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A9cW9&d=%2Fa%2F3d000001utml%2Fjexef_k.mO84wHCEIT9CR5yKzhEhXMJA9vlH9hTGJfY&asPdf=false  
3facfe2ead374f74 Randy Hartsuiker 47-B-0124 2022-08-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yy6KP&d=%2Fa%2F3d000000pXzn%2FKxU2r4R2u17BLdU8ouD8hZusKQa78zfkr0vmfnlda70&asPdf=false  
d5d0d6de27b19bf0 Randy Hartsuiker 47-B-0124 2022-04-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwhKP&d=%2Fa%2F3d000000pXzf%2F7RMcgt7WWSA0SU3n5LRWZJTjcKEGsGdswhk.Y0LjKmk&asPdf=false  
44bfbc35aec56499 Randy Hartsuiker 47-B-0124 2021-02-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESQ6V&d=%2Fa%2F3d000000pY17%2FBuOBuDmjalP95Pw1IqZhJLfweci4LS1I6uB_3i7TM24&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 277.162ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API