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

12 rows where cert_number = "86-C-0130" 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
89712315aac15455 Christine Mitchell 86-C-0130 2025-08-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000jFvcD&d=%2Fa%2FSJ000005XVGf%2F2AjxPTMCu1zD3Vj_53ozH5V1oVKNnyvSJPU.AllU7OY&asPdf=false  
224535e310f5cb57 Christine Mitchell 86-C-0130 2025-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000T10jm&d=%2Fa%2FSJ0000030ZvJ%2Fxa8gW_xkRiux0fef6cGl8EyVBe3iJN_oUQ7VzLt4IHA&asPdf=false  
7cde23908db6065b Christine Mitchell 86-C-0130 2024-12-09   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000HgbeA&d=%2Fa%2FSJ000002T50G%2FQEYCh6184F8U8MJY7Tzg7UE5BVd7XuLBXIGvCtPEVRk&asPdf=false  
5443d15cc1dcf831 Christine Mitchell 86-C-0130 2024-03-26   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CzHom&d=%2Fa%2F3d000002kXYW%2FSe1gC8zalV_WpKXuz3mkjaXrVjE65eLrXtLlcrgOPTc&asPdf=false  
0d590f379050097e Christine Mitchell 86-C-0130 2023-05-31   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008ccnk&d=%2Fa%2F3d000001GmaD%2FL0LliXwcmwCF6MfWsk2Xior_hn2Sk8gPEuOOQd5JLwU&asPdf=false  
e9a734f6d41f8e55 Christine Mitchell 86-C-0130 2022-04-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywhed&d=%2Fa%2F3d000000piRu%2FQAqAjaEamO8gBNFpad0kqb4SoNs.CjqP0VMuNiHSArc&asPdf=false  
49df3636aec814e7 Christine Mitchell 86-C-0130 2022-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9XGP&d=%2Fa%2F3d000000phAY%2F1gqI1k7es13e1KDXtGV.zR1ZZ8WFfHW8j2muu1viPlE&asPdf=false  
80d6acdbf8f3614f Christine Mitchell 86-C-0130 2021-09-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNBAK&d=%2Fa%2F3d000000pi0b%2FsHKjVa4OyUCtNoZEWh4XBX7XR92j3Fp1gtUFrngyrDM&asPdf=false  
80e10ba622a3db24 Christine Mitchell 86-C-0130 2021-01-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERlOO&d=%2Fa%2F3d000000pRnQ%2F9vJ5orn2qY3IP3kvpiht.R8ZAKFabI6Rtb7blv4fxds&asPdf=false  
9dd0e33353630a37 Christine Mitchell 86-C-0130 2019-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeJJ&d=%2Fa%2F3d000000pSix%2F70YpIZpS6Wr01eoRq1mXNZajnta97hqpZoPAgE_DqhQ&asPdf=false  
841eccd00457d0b8 Christine Mitchell 86-C-0130 2019-04-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege39&d=%2Fa%2F3d000000pkC8%2Fqus3i6HSLr17vRANaKnZ1sRP_YhwX2yPJiLiK6xckvQ&asPdf=false  
c4c985e6c4a0f7ba Christine Mitchell 86-C-0130 2017-11-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfZE&d=%2Fa%2F3d000000pS1U%2FFhn8WT8kilYWFSz6JZ90Ql37_OTH8KSO0I.OWYA2nOM&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 246.767ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API