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 = "82-A-0058" 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
904ece1a048bb0f0 Good Natured Hedgehogs 82-A-0058 2025-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vAzCr&d=%2Fa%2FSJ000007OjJJ%2FEusJOJf3ueDJm9_1eqXK2Zy_JGc7BUaP5oQUVf9RckE&asPdf=false  
10b172c68403b907 Good Natured Hedgehogs 82-A-0058 2023-11-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AgH0r&d=%2Fa%2F3d0000025gBE%2FAifFc5GG.WzmQK4eG75MhE.WTPSuOBfF3DpbwilOqaw&asPdf=false  
3b2f066481966c1d Good Natured Hedgehogs 82-A-0058 2023-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008JLLW&d=%2Fa%2F3d000001AgbI%2FbEPVMSOQJ.neylCTgqExm3FEgFpRu6oxRuD02n5OThI&asPdf=false  
b851e3427245cb92 Good Natured Hedgehogs 82-A-0058 2022-05-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwzKm&d=%2Fa%2F3d000000pecc%2F1FY_l_CRbGnH4lXNPRz9Oo2Gy_SZ9t3HRuDwGNccR40&asPdf=false  
9c51bc6c4a7a603a Good Natured Hedgehogs 82-A-0058 2021-07-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMf0b&d=%2Fa%2F3d000000peaq%2FRr_HQlFYv.KXv5shZzrdtKZK1SJroVeIdHzV.m4c8U4&asPdf=false  
35a011532133d897 Good Natured Hedgehogs 82-A-0058 2019-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiQh&d=%2Fa%2F3d000000pebt%2Fjc0zmx7CeUw8tWf7Ynu9wQlwawf1z4VAuxDiJSzaNSE&asPdf=false  
b44546931e6e0b46 Good Natured Hedgehogs 82-A-0058 2018-09-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj4y&d=%2Fa%2F3d000000peam%2FOGrL66SXRJq0IkC77l.D3pmFK6PVY5oWtN_YLRnTMgQ&asPdf=false  
dcea2a4493497ee2 Good Natured Hedgehogs 82-A-0058 2017-07-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgibF&d=%2Fa%2F3d000000pec4%2Fs50F9fUmAWZmR1zLNyvS3q45C.LHt9mnEZ4YzEHc9To&asPdf=false  
5e69b53ecb982e5a Good Natured Hedgehogs 82-A-0058 2016-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjXE&d=%2Fa%2F3d000000pecA%2FasscpPAa7ztwAx3KjA0cdEKu3Ku6d9kXm2tIfeWdgPM&asPdf=false  
2758f0f0b4bf936d Good Natured Hedgehogs 82-A-0058 2015-06-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl9k&d=%2Fa%2F3d000000pebA%2FL3v0zOhE89putIih9FQUf5_neE4tEjfJjs3DNhOSz9Y&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 1081.756ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API