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 = "93-R-0582" 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
d82d0b5906be9d34 ABBIOTEC, INC 93-R-0582 2025-07-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000g4vnX&d=%2Fa%2FSJ0000054bsX%2F2w6zUIjYCFcOEwSGGkCd4tdkbgIEP84vkfVHbFg7DVE&asPdf=false  
70ffe563ea23a59d ABBIOTEC, INC 93-R-0582 2024-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EcjJg&d=%2Fa%2F3d000003D6Mq%2FH3Sk7J5QaGm1F4kktUdemKE7WRRkMDoAVShWu7oTHaQ&asPdf=false  
9109cf59901881ac ABBIOTEC, INC 93-R-0582 2023-08-08   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009UwKK&d=%2Fa%2F3d000001b6sn%2FiYSCoW3Y29Y62fHseRpctrFsmIGiJL4DYgdvYY7NDZI&asPdf=false  
f11abc67f9e7702b ABBIOTEC, INC 93-R-0582 2022-09-20   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awTIr&d=%2Fa%2F3d000000pZky%2FGUMgreXADQWmSnn8IV45KfcKgAOPZmPypKMc1C2eP7Q&asPdf=false  
fa84a702c5d19081 ABBIOTEC, INC 93-R-0582 2021-07-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMd82&d=%2Fa%2F3d000000pRt2%2F21DY2swR6LNPsVJyACxTAi4WcUoiTC16RVyUtlwsqfk&asPdf=false  
a2b19798bd72ab1e ABBIOTEC, INC 93-R-0582 2020-09-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EqhEw&d=%2Fa%2F3d000000pjI7%2F.fZdgDq88F2slJYIWyCNvz.Spm7yC9rNAd.PP_GrNEA&asPdf=false  
010cc1460202fd2e ABBIOTEC, INC 93-R-0582 2019-08-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeBa&d=%2Fa%2F3d000000pdSB%2FNV3gAZlIYLWTRxNXUw1faG36gHcI6HkIcKSW6_jMw8A&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.807ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API