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 = "71-A-1430" 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
1ade8eb9c3d1f780 Anita Gustin 71-A-1430 2025-08-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000gw8DB&d=%2Fa%2FSJ000005CnWj%2FAgWY4VRNZ7e2lN2U7lWoQBLv8ufE9Qs6Sj2IoFvzhUw&asPdf=false  
3da16b3dd09a8202 Anita Gustin 71-A-1430 2025-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000aTr2u&d=%2Fa%2FSJ000004GqjV%2FMJ1YfI5spAHl6HSfY5FYnDcCGSVp90pCZKkaQPkfiX4&asPdf=false  
3335d0eabaa8a8dc Anita Gustin 71-A-1430 2024-03-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CjK20&d=%2Fa%2F3d000002ehg5%2F5b.wRd9Qk38RnnvOoRwU8uP6a_FlBFqWT07GBm_YXpU&asPdf=false  
455155a6af9cd52e Anita Gustin 71-A-1430 2023-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007ud9w&d=%2Fa%2F3d0000012vCI%2F073ny.pGw.yJerqFu4KYra9.U.XcdGvQatvOeUihpiY&asPdf=false  
8b38262457441464 Anita Gustin 71-A-1430 2022-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awYAO&d=%2Fa%2F3d000000pcUI%2Fw_2MUh_3fGZdDnRh16.cerGUejQZm1wg05cl4xu5Uc8&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 3.751ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API