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

9 rows where cert_number = "87-G-0001" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, noncritical_count, teachable_moment_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
d62262a76b7836c5 Poisonous Plant Research Laboratory 87-G-0001 2025-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000jhOjo&d=%2Fa%2FSJ000005blWX%2FyhiLvrwhmOHFlwUlAaGQOTjKdkN1I6yq2gB5n9f3R9Q&asPdf=false  
d00138090602e6e9 Poisonous Plant Research Laboratory 87-G-0001 2024-08-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000002WtYD&d=%2Fa%2FSJ0000006wsX%2F92SONiX0ptVDMeaF_Kj8Arvw43.0w0RSH8sueQQLIQY&asPdf=false  
e4393209bf650d56 Poisonous Plant Research Laboratory 87-G-0001 2023-08-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009mS5W&d=%2Fa%2F3d000001jPTD%2FEY7m49e2fqHgm28BuFSWTR6As1TKDkkLauPvhH4bpKk&asPdf=false  
644e43b48b79de3c Poisonous Plant Research Laboratory 87-G-0001 2022-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywgs5&d=%2Fa%2F3d000000piS5%2FdrRbZGpHwBOFbk98e2BnAT_6BcTPRuc2HK.A4DWM6N4&asPdf=false  
f514e658e8e22bb4 Poisonous Plant Research Laboratory 87-G-0001 2021-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh5K4&d=%2Fa%2F3d000000pRs8%2FfLA0bhs32MjJXH96PFZQmu48XAKQ6krl7qWCplr0eJw&asPdf=false  
db6babacb3b35e37 Poisonous Plant Research Laboratory 87-G-0001 2020-09-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgxpR&d=%2Fa%2F3d000000pjHY%2FaFTpdu.PnIi0swp.hhnlBJZaGA3qlPI6jOOCPfIowT0&asPdf=false  
d0fff0e8141b2d4b Poisonous Plant Research Laboratory 87-G-0001 2019-09-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZvV&d=%2Fa%2F3d000000pTJT%2F1ruYC_EbzSXYUqFFkElkAvRjKyb.mplgGHmo0Syb3Y8&asPdf=false  
c27b9ef7292a5db8 Poisonous Plant Research Laboratory 87-G-0001 2018-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaRS&d=%2Fa%2F3d000000pk1b%2FM7f90Edrcc3Fqr31LGhO_23Qz9gzCA5P9aiXS7lr8PQ&asPdf=false  
a7aac0a82d04de17 Poisonous Plant Research Laboratory 87-G-0001 2017-07-26   1 1 0 7 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxYw&d=%2Fa%2F3d000000pWR4%2FCyD4eHsAyLmNr94NBESxBMjr639IYA7lERXKHpsr4a8&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 162.015ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API