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

7 rows where cert_number = "56-C-0281" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
55c25c3c2932c4fb Wildlife Geeks 56-C-0281 2025-11-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vAZbl&d=%2Fa%2FSJ000007OXQD%2FJ0T3o8cN67ALwNAY.nvKEfhWC3FVoqo4HQDlK4zhiFY&asPdf=false  
8113af67b680ec35 Wildlife Geeks 56-C-0281 2025-08-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000jM2uU&d=%2Fa%2FSJ000005YMcj%2F5GWJDpz7n1wnzI0f7fJI181kjWhqNOo6TYOjnlWWg.k&asPdf=false  
cee91cfeff2a0cc1 Wildlife Geeks 56-C-0281 2025-05-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000YAmW3&d=%2Fa%2FSJ000003unIr%2FGdvE8Vv2MHxBTe5xqcQxZ6fZqGyavjfQDD0bUOKHzN8&asPdf=false  
cbe96657a562d270 Wildlife Geeks 56-C-0281 2025-03-04   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000QeElU&d=%2Fa%2FSJ000002diUf%2F0RV6uG.26IeTt0OXBYbjOovpUZ.XXeKnSG.1cd5pXNY&asPdf=false  
901b0d4f0fc14ff0 Wildlife Geeks 56-C-0281 2024-06-24   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EOhef&d=%2Fa%2F3d0000038qGO%2FVGjuJd_ZoPSOWunWr5z.eSq_dGLWwkLKB8izBF_lU5c&asPdf=false  
cea72f6f99d3bc64 Wildlife Geeks 56-C-0281 2023-07-27   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009K7u7&d=%2Fa%2F3d000001W3Lk%2FOC94HxZNVODC9DmOuXSKCWv6agNhduvnMhttPYw6FjA&asPdf=false  
b0892f2f1c0fa56e Wildlife Geeks 56-C-0281 2022-11-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvCj2&d=%2Fa%2F3d000000pcAH%2Ft3oIP5e2RQMe_aQW_nlNMdauABWcnzgiOuxOebA3hx4&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 301.468ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API