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 = "22-B-0090" 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
1d94e35172514255 Bartons West End Farms Inc 22-B-0090 2025-05-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000XtLVT&d=%2Fa%2FSJ000003rfsv%2FI6.xYdC6KpnqqwR8qiCoM7xW9JEq7Wff6D25.lkpPpU&asPdf=false  
877f717ab5673562 Bartons West End Farms Inc 22-B-0090 2025-04-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000UtFd9&d=%2Fa%2FSJ000003IQ3x%2FFB9CF.nMp4qkQeLts8CgxQQ3HCHmiGpB9ohIU8st2dQ&asPdf=false  
5d9b2c5aea9d9057 Bartons West End Farms Inc 22-B-0090 2024-06-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EA2mF&d=%2Fa%2F3d0000035NLh%2Fk4FRkfgnrKLt0SRctl2wSfDd74kVLHBTPEYQBaiv_oE&asPdf=false  
112369628a9f2c6d Bartons West End Farms Inc 22-B-0090 2023-09-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AD2BT&d=%2Fa%2F3d000001wOc9%2Fvrwv_Kwjlwk7JpDV5ErDgLyXX.CY82YU3NcwJAQidxU&asPdf=false  
310a391d155ae0f5 Bartons West End Farms Inc 22-B-0090 2022-10-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000guuYk&d=%2Fa%2F3d000000pYLg%2FBCbuQgkteko1D8rwDg6IpStSTIKPgIRW2OmoffO1ucI&asPdf=false  
68be0682ff084aa8 Bartons West End Farms Inc 22-B-0090 2022-06-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxd3g&d=%2Fa%2F3d000000pizO%2FWoAoeBGOpozc5W3zGYzHIRr3xJBbuCkHCJZHiIHYi80&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 231.076ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API