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

6 rows where cert_number = "32-C-0299" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
b2a56da4070a4b04 D&M Minis and Exotics LLC 32-C-0299 2024-09-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000072auf&d=%2Fa%2FSJ000000Stb3%2FXDfa8Ogzwp2m0DE5s7JTvWZFYi9WWvT5ZNBZqT4Gvcc&asPdf=false  
30137cd9b545303b D&M Minis and Exotics LLC 32-C-0299 2024-09-18   0 0 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000065wJI&d=%2Fa%2FSJ000000OROr%2F2K.Gn6ojtsRNa1kI8BXtGHCEt4gnUDjFMUGuJsAITds&asPdf=false  
3067e5b116bc3da8 D&M Minis and Exotics LLC 32-C-0299 2024-09-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000004pV2h&d=%2Fa%2FSJ000000Hv3V%2FeSqCly4apwf9rG.0_L18EwhfwhPGgj70TheUx5ZFcZo&asPdf=false  
c5789d93ef9a811d D&M Minis and Exotics LLC 32-C-0299 2024-07-10   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EUdTP&d=%2Fa%2F3d000003AWeB%2FD0QXAJXqV3bNlVtwpdTL_G9yscbLZgEYAK2_QGsE63c&asPdf=false  
8bae3c2784536a4e D&M Minis and Exotics LLC 32-C-0299 2024-05-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DbAwg&d=%2Fa%2F3d000002wfL4%2F6KNZEploBNuD8oPqapErS.lkg1NloqKyAYbu4ZrKcks&asPdf=false  
6f19819adde95ca5 D&M Minis and Exotics LLC 32-C-0299 2024-04-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CzEW4&d=%2Fa%2F3d000002kWKf%2F2CHlfEXFfGTMOPgxcSZtyFrzX.pY0TZC6mwGkQPrwAY&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 367.915ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API