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

8 rows where cert_number = "23-C-0388" 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
9c96cd04890308ef Black Forest Trading Post and The Deer Park 23-C-0388 2025-09-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lbc1l&d=%2Fa%2FSJ000005taSz%2FbQZIN2d30P8wp73kd8519XTI7dvTGXAOxyCh8jY_HyQ&asPdf=false  
6ce61dab0baa0a15 Black Forest Trading Post and The Deer Park 23-C-0388 2025-01-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000KqpcV&d=%2Fa%2FSJ000001sUa1%2FrRCxaUbMRX_pQeIOHKVsRAyPOwpwbdCpCUVaN5dH.zw&asPdf=false  
43787aabe232de5d Black Forest Trading Post and The Deer Park 23-C-0388 2024-04-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000D362T&d=%2Fa%2F3d000002lv9n%2FTc4GszBSEQRyCC_rQLwBl8zNfjSbbVlGPGHOzHpnwx0&asPdf=false  
e86c940c053cfca1 Black Forest Trading Post and The Deer Park 23-C-0388 2023-03-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007xrwp&d=%2Fa%2F3d0000013lwO%2FCH4cYQV_w8FIg_TnBeXJJ3ft7eDdkVgCyf1xo3JBcQQ&asPdf=false  
dff93cb656f8db5a Black Forest Trading Post and The Deer Park 23-C-0388 2022-09-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awJKC&d=%2Fa%2F3d000000pZRi%2FmWAr41rNnk0UkFYODa9tRix4CgysrKOZnMSdmOzJMSw&asPdf=false  
625a087b9b935c33 Black Forest Trading Post and The Deer Park 23-C-0388 2022-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwmMA&d=%2Fa%2F3d000000pZO5%2FMsBR8Hr38kSXyNpDjpHSasE5BLwoZ8ltmBdR_oRv4Xk&asPdf=false  
b4a5a24e23866546 Black Forest Trading Post and The Deer Park 23-C-0388 2021-07-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMThz&d=%2Fa%2F3d000000pZOI%2FGfrrYoK7PwuLOTevw0N89pCr78cL9XBzdovVSRBOYf0&asPdf=false  
60e5f3dde85a2583 Black Forest Trading Post and The Deer Park 23-C-0388 2019-11-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcfC&d=%2Fa%2F3d000000pZNh%2Fwq7ab0VWUyPzqLysCszBOVuTU1jtK0_s6uVw2iWiEXo&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 231.595ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API