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 = "31-A-0764" 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
92a06f1be1cdf5de Adam Swartzentruber 31-A-0764 2025-05-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000YsSaE&d=%2Fa%2FSJ0000042AFV%2FL2MbABn4V6cYN9z_TfrR0OkQiHsOCnnzMACe0wUo29U&asPdf=false  
3bc43d75cbc2c5cd Adam Swartzentruber 31-A-0764 2025-05-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000YpkNE&d=%2Fa%2FSJ0000041VFZ%2F38peD9Wsc7RlcDWCRP2CG7HoNMN9y.n5UePblgfLDxw&asPdf=false  
4a8bf7ca76d6200a Adam Swartzentruber 31-A-0764 2025-01-30   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000NcwU0&d=%2Fa%2FSJ000002DCJx%2FqKPgQzwP9qfjBEFdEqNq2tN7yM82Y2XhkKJXmJeLZW8&asPdf=false  
a97e3ae51ddf4cd7 Adam Swartzentruber 31-A-0764 2023-04-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000089MAs&d=%2Fa%2F3d0000017PZM%2FE3w8VrEtM_ltc7I_.sa4VM15Pb.A8_2rIPq.P2eRGiI&asPdf=false  
d1f49606c93c8789 Adam Swartzentruber 31-A-0764 2022-05-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx0R2&d=%2Fa%2F3d000000pehm%2FKFCLvryk8ib5A7msGRzjqAYYs2KXBP_Bxw9Glg7Zajo&asPdf=false  
5ee5d7a9a54c2478 Adam Swartzentruber 31-A-0764 2021-04-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESy07&d=%2Fa%2F3d000000pegT%2F4ccZoYhVKHn0gyxKt0BccKIVZeWOtVqVBgn9Hui2RT4&asPdf=false  
e4cc51573d4ec15e Adam Swartzentruber 31-A-0764 2019-05-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaC0&d=%2Fa%2F3d000000pegm%2Fv5_nkn6o_D2EoAiS1ynd4a4HimEViDvyZq83bBlk8MU&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 319.638ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API