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 = "23-A-0722" 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
893fd321a84a6d34 AARON STOLTZFOOS 23-A-0722 2025-02-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000OKloD&d=%2Fa%2FSJ000002J2pl%2FIDPeJKFuA_SsTBop_1NthlM1l3Fddgz1190_y2HTamY&asPdf=false  
502194dc159a128a AARON STOLTZFOOS 23-A-0722 2024-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ESBuN&d=%2Fa%2F3d0000039iAB%2FHIEkYsQC51CTY7ku4dSXluiccNBKylALPlDs8AJnsXM&asPdf=false  
091fa2bf536d7dbe AARON STOLTZFOOS 23-A-0722 2024-01-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Bktge&d=%2Fa%2F3d000002NLuM%2FO0F_Re92wT6uptFg3_E50ETJRQW75Z_Lo.LzyEiyFK8&asPdf=false  
c0964d6adc12f2da AARON STOLTZFOOS 23-A-0722 2023-04-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007xA2m&d=%2Fa%2F3d0000013XdL%2FA3hgizbOcLxlz10AQYqYm3w_4HSIKhCNH1SDLCpW2T0&asPdf=false  
9a0d7403b4f28be7 AARON STOLTZFOOS 23-A-0722 2023-01-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPQi7&d=%2Fa%2F3d000000pZxf%2FEg07L72G7md64HanGjFSNESLMdIMDjJKQpkYeXX7ZCU&asPdf=false  
84cabfd87e28e28d AARON STOLTZFOOS 23-A-0722 2022-07-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxbZQ&d=%2Fa%2F3d000000pZwC%2FdaPUCCMZPge4kFA6Euh5MVBqesP5fsPqo4ZmjQY16EI&asPdf=false  
94320d3f3708f67c AARON STOLTZFOOS 23-A-0722 2021-10-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNRkt&d=%2Fa%2F3d000000pZvU%2FctVFN.Hj9S8iRmtT.BoMPgifpvcdJztMTeASBBjeX50&asPdf=false  
929f86c34e2c8a22 AARON STOLTZFOOS 23-A-0722 2021-01-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERfWx&d=%2Fa%2F3d000000pZvl%2F_gmI1DT12sHpRyt_j3D6FT8XomkQkhWI.Av5fW7B.DA&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 219.799ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API