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 = "46-A-0428" 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
a95f1f46653e5c34 CAROL J. FAGERLAND 46-A-0428 2025-05-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000XbLQr&d=%2Fa%2FSJ000003oWHV%2Fgjpl7UuDm9VnDcVn2AzY2pHof41RXSxDUMN9fIVpPbA&asPdf=false  
b368c6730d96602c CAROL J. FAGERLAND 46-A-0428 2023-07-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009H7vf&d=%2Fa%2F3d000001UrdK%2FrPe78HdnZBeWe8RR18NhbrSw6AbfrRtUlm4RHsolAhA&asPdf=false  
20a7d575d18cb35b CAROL J. FAGERLAND 46-A-0428 2023-05-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008e7Q7&d=%2Fa%2F3d000001HE2w%2FF9fz95O4_6ntTfdUyCunwYk2UBZUGjDUXajWMECgsGE&asPdf=false  
aa94ffd9e0e7c0ee CAROL J. FAGERLAND 46-A-0428 2022-06-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxGcZ&d=%2Fa%2F3d000000phUT%2FZmvTi0LxPmNdcuqb49cRqD3e_YjxisTXrsET77DiMZw&asPdf=false  
5f953570176696fa CAROL J. FAGERLAND 46-A-0428 2021-08-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMsiY&d=%2Fa%2F3d000000phTJ%2Fs3SSCY2qWVpSUNq3WQYmlH85SDBLeVceaknEecvUd.c&asPdf=false  
53a9aa49b89e9b14 CAROL J. FAGERLAND 46-A-0428 2019-08-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiTd&d=%2Fa%2F3d000000phTN%2FSLU87haQOyuqAnG9FG6.vsEM8HKokBLyUlxATWoCDrk&asPdf=false  
f74be2e23ee730f1 CAROL J. FAGERLAND 46-A-0428 2018-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjWZ&d=%2Fa%2F3d000000phTr%2FIWp5NsTDmCjU9doq.Q2LstEHvIG0eks1hXSyEBTVDO0&asPdf=false  
aa920e1b2ae1ed55 CAROL J. FAGERLAND 46-A-0428 2017-06-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg7D&d=%2Fa%2F3d000000phTg%2F0pXYBxblydaFkkvOPZasRzpgc3.Z06meQDg6mTn3XB0&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 3.987ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API