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 = "71-B-0217" 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
1d5abe0696c20b5f Virginia and Lloyd Eads 71-B-0217 2025-09-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000kSlMy&d=%2Fa%2FSJ000005iMUz%2F3ahqhs2wAchYEWvw.jtxvibnfQCs3x7pC3rXLWFiBvo&asPdf=false  
1846f46167ed43a9 Virginia and Lloyd Eads 71-B-0217 2024-08-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000001su1d&d=%2Fa%2FSJ0000005Iab%2Fal0M3sfz1JcRIovLj07a_vhHHcDpp.s7YYkewUb2rx4&asPdf=false  
4ee23027f883bcaf Virginia and Lloyd Eads 71-B-0217 2024-05-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Dok5U&d=%2Fa%2F3d000002zMY8%2FXHpMT5ykuzRxLPioIPRJhuEaS5hMyOM_iCWCXmCEVDg&asPdf=false  
16d1dc3dbd78d519 Virginia and Lloyd Eads 71-B-0217 2023-09-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A6V21&d=%2Fa%2F3d000001tTke%2F7BknUCsiXAxEoXNvCSxlAa0tBgCGbz6jm4wecMEW3Ms&asPdf=false  
f192e420bcde18b8 Virginia and Lloyd Eads 71-B-0217 2022-12-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007huLA&d=%2Fa%2F3d000000zMq3%2FRdr2yuWjexiOIVvFGO9Ee9anirasw2SxnlV1rAfZKtY&asPdf=false  
1d31d0a914a44424 Virginia and Lloyd Eads 71-B-0217 2022-02-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Ktv&d=%2Fa%2F3d000000pVQP%2FYJ065Y.BOWydiYUKZJK5exetjXtiJbBpRSScA.4rODI&asPdf=false  
e41379626583a318 Virginia and Lloyd Eads 71-B-0217 2021-06-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhIxX&d=%2Fa%2F3d000000pezh%2F9RX2v7HNM._bz5yjwPjgvMO7CnX0EGHnAURQRlJFbUk&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 576.978ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API