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

5 rows where cert_number = "47-A-0638" 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
9389e3b60196affb Hedgehog Precision LLC 47-A-0638 2026-01-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000zFOJt&d=%2Fa%2FSJ000007xGfp%2Fb0i4umf6Xy_GrbQMXXt55vcW9JnU0yd.QxwTdJ0k7lY&asPdf=false  
b37e31a9d09d2361 Hedgehog Precision LLC 47-A-0638 2025-12-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000uAmCu&d=%2Fa%2FSJ000007E0nJ%2FIAkRF0Dko4E4.0VV9lpCaVxMJed2QMQ.Ev44XUVT0fA&asPdf=false  
c06e8facde4b83da Hedgehog Precision LLC 47-A-0638 2025-01-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000LsFan&d=%2Fa%2FSJ000001z9U1%2FB53pD6OljaTHIoZ6KyFm2yxeMEEG5AAUWvkUeq0pxLc&asPdf=false  
1c12827a63e53af0 Hedgehog Precision LLC 47-A-0638 2023-06-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000093jcF&d=%2Fa%2F3d000001POX7%2FxaTj7nbUNmETL6jiKz1Pv3Si0BV7MpE7Ke9_d9cl3m0&asPdf=false  
fc4f519c8f503b2c Hedgehog Precision LLC 47-A-0638 2023-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Ehs9&d=%2Fa%2F3d00000194xT%2FEMoDzE8VWFZw4hAH6Hzh_hO6cI6408R6BABUuMc48Nw&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 147.123ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API