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 = "33-A-0593" 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
84f915a634f83bc8 Melvin Mast 33-A-0593 2025-08-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000hoEiO&d=%2Fa%2FSJ000005Kd5Z%2FGQ4OifpU1GABh2.wOHGYnAaeggP7lt27bGR6xH0TdLY&asPdf=false  
48d58d030271afa8 Melvin Mast 33-A-0593 2024-07-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ENHmw&d=%2Fa%2F3d0000038Lus%2F7ke.mADBKTQ_tdS_XXhdFPzNZqBrfO7Vm.CJKI8kzSA&asPdf=false  
7717e126439ebbb8 Melvin Mast 33-A-0593 2023-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008OLZX&d=%2Fa%2F3d000001CG80%2FyiJosg983_AGRZMk_AOA3rvZHR.dhyO2kSLWvz2rEdg&asPdf=false  
60a4e0ddb3b84ef9 Melvin Mast 33-A-0593 2023-03-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007v7fZ&d=%2Fa%2F3d00000137kx%2F8QcJpVWbuaHNTzh2tTW8LmGiw_CtmrlDR4yyGd.TwLA&asPdf=false  
ad30a6d014dbbc1f Melvin Mast 33-A-0593 2021-10-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Kyz&d=%2Fa%2F3d000000pXCN%2FjNj8mcarDxuZc3HVKfco28FGnyd1RO4.mcA8HzOxjQE&asPdf=false  
6d9e8cf2c3755dbe Melvin Mast 33-A-0593 2021-01-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERjnd&d=%2Fa%2F3d000000pljn%2FhRBUHaT8HaFsFvfqXjLBhyGfqkI_fSt7V8EOhupvTec&asPdf=false  
b25ad87654b832de Melvin Mast 33-A-0593 2019-11-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl25&d=%2Fa%2F3d000000pazH%2FXNQVIueLqDux_Nl60X5LVxtRfrqGFHIXAhe_oXTo_tk&asPdf=false  
5cb4fc7129f894e7 Melvin Mast 33-A-0593 2019-06-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYgo&d=%2Fa%2F3d000000pf51%2FHvSL0hYSEsLhQraOvGFYLLDURv.lIMoRmRX10qQ07.Y&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 6.128ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API