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 = "73-A-2817" 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
4f0732ece493a12d Bryan & Paula Unger 73-A-2817 2025-09-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000kh5wU&d=%2Fa%2FSJ000005kPVB%2Fahne0XrcSLTtlOX0RRokW4Zkc7Y8Qt4BtBBLkwLuyNA&asPdf=false  
cf3fa5bd2dd2556f Bryan & Paula Unger 73-A-2817 2024-06-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EBczk&d=%2Fa%2F3d0000035zcz%2FNDPRMnPC0FYNrBPL55ViQFxE7rD1vZGqdGG0LoH_cQU&asPdf=false  
a1e1c8c799ad825d Bryan & Paula Unger 73-A-2817 2023-07-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009EDz7&d=%2Fa%2F3d000001TXTr%2FSyVahRXFlrqo1avCCVac1ibBo7xQitTd7WAxT5uAJ78&asPdf=false  
15bd51207b172c93 Bryan & Paula Unger 73-A-2817 2022-08-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yy5jn&d=%2Fa%2F3d000000pXz5%2FYgN8gk6pmcOuLK.GY_lS9roUrQ0jXfD7.S1zV_qiaMM&asPdf=false  
59f516a95a2ab28b Bryan & Paula Unger 73-A-2817 2021-11-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8o8m&d=%2Fa%2F3d000000pXue%2FRQR9Y9BGTGL4IXTVM9DUauuFno52B7Oo4xaUfppb3I0&asPdf=false  
27a1525e6ecc6798 Bryan & Paula Unger 73-A-2817 2021-07-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMegC&d=%2Fa%2F3d000000poJT%2F7KO_OJHuvXtdLP6Ixzsyb.EFMf3TKDSRiAn_RFmbO7E&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 5.347ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API