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

10 rows where cert_number = "32-C-0266" 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
d67f8b15474d0c9c Humane Indiana Wildlife 32-C-0266 2025-04-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000U14zv&d=%2Fa%2FSJ0000039PAL%2FqZadlHs3xQFfyP3R9tmQyB7V_KNqHl6I0RJmsyXROb8&asPdf=false  
3ff642424e1763d7 Humane Indiana Wildlife 32-C-0266 2024-09-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000004otiL&d=%2Fa%2FSJ000000Hpsa%2FR715RXKge6v0G1NQ7gOml2LWbkwyR9P7UlinC_8sIZ0&asPdf=false  
d9fed44d3336a826 Humane Indiana Wildlife 32-C-0266 2024-02-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CB2rG&d=%2Fa%2F3d000002VIGN%2FZSq5q23_KRyKU3072_Wg9l8Dt9IdfRV0l9EmYAmXanc&asPdf=false  
0ea56175e482bbd6 Humane Indiana Wildlife 32-C-0266 2022-07-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxbe1&d=%2Fa%2F3d000000pivV%2FNTLHHei0CnhwRYdMoGqOPCEcF4ZBjgUyf2TghG71L8s&asPdf=false  
a4846f2f461680ed Humane Indiana Wildlife 32-C-0266 2022-04-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwXda&d=%2Fa%2F3d000000pivS%2FvgsCqbKygXHFWpE1EDTRcujeggQOYIKBriFy5Qup1E8&asPdf=false  
6a652e18d81a081b Humane Indiana Wildlife 32-C-0266 2021-11-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8gNi&d=%2Fa%2F3d000000piv4%2FEVSPK9Hh53gs4BPgdHkX2GCd6JLNg3h4K4k.cSSULIA&asPdf=false  
4e2d4f408a77a28c Humane Indiana Wildlife 32-C-0266 2019-07-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeWC&d=%2Fa%2F3d000000pivU%2FVe6FoFMyriklbGhCqqOIxEvLyEP.nMeUariL2EoO6ZU&asPdf=false  
80bf67d7e99c80d7 Humane Indiana Wildlife 32-C-0266 2018-12-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeOv&d=%2Fa%2F3d000000pivA%2Fa9tUpCyXNzi3KSotawILPSCRrDl2TuJJiabzH_MVVto&asPdf=false  
223bad5a27cd3c7f Humane Indiana Wildlife 32-C-0266 2017-12-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeoA&d=%2Fa%2F3d000000piuU%2FkzM.9OiBeVG7sH83scdBRd8ZHlsAPy8HCbG8rkqAWrs&asPdf=false  
351d5cb2c38eb470 Humane Indiana Wildlife 32-C-0266 2017-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaRl&d=%2Fa%2F3d000000piuh%2FxD2j0g2H6CZPT7gQkNNH7uGvGXplUKz4B8CzaN0YrTM&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 31.483ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API