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 = "42-B-0333" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
364be27b5764f031 PHYLLIS HASTINGS 42-B-0333 2024-06-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EA2r8&d=%2Fa%2F3d0000035N9H%2FG6PKLhmWnFcwYHbY1SfxKzs321UzpUpt14Sb81ZxOtI&asPdf=false  
5d5afc20e8209dbf PHYLLIS HASTINGS 42-B-0333 2023-11-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BB5bj&d=%2Fa%2F3d000002BvnT%2FiySI_gpytQbWQiKUwwFdCkPlr16LtC9VU5GOi3FlZQ0&asPdf=false  
94825ee3513b0b5d PHYLLIS HASTINGS 42-B-0333 2023-09-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009tbsG&d=%2Fa%2F3d000001nAWv%2FXnKRLaj5DiH_M2auBtxrUwm.EoWWO8rYiAswbKVGICw&asPdf=false  
eede04df5eb73691 PHYLLIS HASTINGS 42-B-0333 2023-06-08   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008lHbl&d=%2Fa%2F3d000001JlWV%2FW2GWEoFk4CBp8.r3E5j9iOHs53Y_QR1RIoe50hVg3.A&asPdf=false  
87bb544960525f47 PHYLLIS HASTINGS 42-B-0333 2023-05-24   2 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Yacw&d=%2Fa%2F3d000001F5x9%2FDdPbHgG7GFLCUir1_rvntonrCiqixEvpRI9_UIYKjv0&asPdf=false  
712c7aa825337fd9 PHYLLIS HASTINGS 42-B-0333 2022-10-26   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000eg1Mz&d=%2Fa%2F3d000000pYa1%2FDKNmzKtwb_lbb8B63RDJ28GvFPwtO2_UhAmssqziELY&asPdf=false  
3332e3e0671498b4 PHYLLIS HASTINGS 42-B-0333 2022-06-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxGR7&d=%2Fa%2F3d000000phRY%2F5pjUKplBrBcny5zpqiG8THFFy.Gy8a0Sun.RBicBfYk&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 119.413ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API