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 = "93-C-1166" 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
1fea85423ffafe9d BH Partnership, L.P. 93-C-1166 2026-01-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000xmMCN&d=%2Fa%2FSJ000007kuxd%2FCB4BT45NggnNF4Ey4z6R97jibeoEjjeMDGT_FnPmbRo&asPdf=false  
c5816c62ef2db5cf BH Partnership, L.P. 93-C-1166 2025-04-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000TsiWp&d=%2Fa%2FSJ00000388GP%2FEi2sAeUG947_h6cl_H1i_IIZO9zGmUPqaXcNWAXZW3w&asPdf=false  
22300c2536687a3a BH Partnership, L.P. 93-C-1166 2024-07-16   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EaMvd&d=%2Fa%2F3d000003CQxT%2FnzJcyz_wQFFIn1CuPaMtbsm90bSwY4ywieNCnMLbMSI&asPdf=false  
99c73561f671a7d3 BH Partnership, L.P. 93-C-1166 2023-11-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000B2a5V&d=%2Fa%2F3d0000029Cck%2FvOFYaShIlYQR86_VhHW37fNm1Dsz7nZtG2xmqtYRUhU&asPdf=false  
04a74dbe35416b34 BH Partnership, L.P. 93-C-1166 2023-11-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AhYVf&d=%2Fa%2F3d0000025rJF%2F0nGZjZAuKQ9_9kqL7Kfy0odTSQeS0QKEICVCyQ0sNLU&asPdf=false  
a6e1451355d55654 BH Partnership, L.P. 93-C-1166 2021-10-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8FJf&d=%2Fa%2F3d000000pRvr%2Fl0WxC5JXA6qceMSkz1a_HaPHfTURvX4diiaerv8qXjk&asPdf=false  
5fc6d21ba14a7a5a BH Partnership, L.P. 93-C-1166 2019-12-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj8D&d=%2Fa%2F3d000000pjur%2FKq9GaHAvFCEK7m.JJvCNGIemWD9OTLdyxPKt6OIgtow&asPdf=false  
dad1d8cb917d1615 BH Partnership, L.P. 93-C-1166 2019-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaJk&d=%2Fa%2F3d000000pSio%2FX93V81zf_Jka0GYr13Eq7uvFmuSdAURcOiep7E71ZbM&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 57.167ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API