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

8 rows where cert_number = "35-A-0471" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
2a815c8a2f11ac11 Harley E Bontrager 35-A-0471 2025-12-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000v4PDW&d=%2Fa%2FSJ000007NevB%2FF_864IbEorVXb4OesJG5jJF2WnKpK55mqsxfOurl2Nk&asPdf=false  
c8fdcc2df73fcb6d Harley E Bontrager 35-A-0471 2024-03-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CkDlW&d=%2Fa%2F3d000002f0ik%2FMTrRFq3iystK3l_keFNC0YC.OALhccVYXBjT21KYGv8&asPdf=false  
e6c3ff0e5727732c Harley E Bontrager 35-A-0471 2024-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CYEcv&d=%2Fa%2F3d000002b98C%2FvP1PHbnrB8mWfmXO3wQEFVFMRPXfwBe6vB0xYP5Zcds&asPdf=false  
0e64e58e28e3a513 Harley E Bontrager 35-A-0471 2023-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009ywHM&d=%2Fa%2F3d000001q2LJ%2FKvxo1tKaiEt8hSkVfLtLgNmTjova_9z8QPFihKtlBNM&asPdf=false  
fa43db3b8481e8ca Harley E Bontrager 35-A-0471 2023-05-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Jfzg&d=%2Fa%2F3d000001AoH5%2Ff5pV4gYsXj4atwtn4BdqnV97O0ouyNz.2gj85GZPeW8&asPdf=false  
ca7df8f7105b7ea7 Harley E Bontrager 35-A-0471 2023-01-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007JleM&d=%2Fa%2F3d000000t6GA%2FuKNeUQIGYQcrNmJMlW1YuyyjnQd0bcjbrhqE9nVzaKY&asPdf=false  
2842b889d843aec5 Harley E Bontrager 35-A-0471 2022-07-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxpTz&d=%2Fa%2F3d000000pTzu%2FE2xy8F.iRvQI7_uKRZ.jD5MzHLbsnDz6jq2faTRxW8A&asPdf=false  
63b29a38e2c7c769 Harley E Bontrager 35-A-0471 2021-03-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESbLl&d=%2Fa%2F3d000000pkbd%2FNvwQXVW7o1fabCM0TjHxyn.Qof1KDGIyn0Hj9YNShGI&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 4.012ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API