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 = "34-B-0247" 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
1f44825cdb70013a Slothboss Inc 34-B-0247 2025-12-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vSmad&d=%2Fa%2FSJ000007Rrqb%2FWs0y_1_B8g3lgpHsRjQqPbtZQXe9hQ7ADnOftRWkdus&asPdf=false  
e6a2e5f86b2744cb Slothboss Inc 34-B-0247 2025-12-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000v0M7l&d=%2Fa%2FSJ000007MgW1%2FkPDH8T2TmvqlV.wZjt9zd7aldVtTPzSpdLfMAaVWP9A&asPdf=false  
fc14d533a6d43d7c Slothboss Inc 34-B-0247 2025-08-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000hTHhU&d=%2Fa%2FSJ000005HfDZ%2FqBMchhFHT1q5TltScAB8Ta4iLBEN_VnRCsN5JWWgT6Q&asPdf=false  
17f19cd6cbef6ed3 Slothboss Inc 34-B-0247 2025-06-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000aHWQH&d=%2Fa%2FSJ000004EzpJ%2FGPC99WxLwmcJeZ0K0qCmpahzgwLdlR1CX0Moy61kUj4&asPdf=false  
0b6fa05226a6ccd2 Slothboss Inc 34-B-0247 2025-01-22   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000R7Ku0&d=%2Fa%2FSJ000002hfTN%2FG6soznwo4jdyKI.HMHdDqv53rFDJWiTtjA3LwWZaYTg&asPdf=false  
2f6eeb78de4bd6cb Slothboss Inc 34-B-0247 2024-10-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000CWyyO&d=%2Fa%2FSJ000000wTEX%2FL5Qsokk23eRX2pzR.Sm.55guKVeYzeqcSwHl6sCdrg0&asPdf=false  
a7a1844b69496ad4 Slothboss Inc 34-B-0247 2024-10-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000BMdsb&d=%2Fa%2FSJ000000qITt%2FTL5z_wZHjcOfzLaf9xwZSBiUoTBDfFdXJI23NPq3jkU&asPdf=false  
8e469ca42e4436bf Slothboss Inc 34-B-0247 2023-11-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000B6aQZ&d=%2Fa%2F3d000002AWyO%2Fi1bAqbQRnvpFQq3PGdEeAs8Fl8HdpYB7Vhsj5Y90Z5s&asPdf=false  
a222a27b10d0dfa7 Slothboss Inc 34-B-0247 2023-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008NW8t&d=%2Fa%2F3d000001C0sv%2FDhCyxbZPSrN2yZGZ58q4SJQXIXhxTjNTw03dgHFHQ9I&asPdf=false  
be80d8983eade291 Slothboss Inc 34-B-0247 2022-12-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPDRZ&d=%2Fa%2F3d000000pVOw%2FQFX023qOFHT.p.448Vnro6SxFkDXNLvP2KmVV04_57U&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 4.101ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API