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

6 rows where cert_number = "84-A-0207" 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
dc0a9ae9c34b543b ALVIN MULLETT 84-A-0207 2022-03-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Uvt&d=%2Fa%2F3d000000phBL%2FqvVN6cBRoDSHRFRBg6SkZ7cwlXPr8GrcKMvBztglupM&asPdf=false  
897ce50310250c1b ALVIN MULLETT 84-A-0207 2021-03-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESU38&d=%2Fa%2F3d000000pXBS%2FF1G1RKRREuVsOvgzPLBcDzZ526jyJuAAQceMRieiB08&asPdf=false  
b94c6399845b9eff ALVIN MULLETT 84-A-0207 2019-12-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgizS&d=%2Fa%2F3d000000ppRP%2FXm4nNrJApoW2DhusY4TR58sgdOfa_VyWd4NycPK7AKg&asPdf=false  
5c8aba762fd36c78 ALVIN MULLETT 84-A-0207 2019-08-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdAz&d=%2Fa%2F3d000000pmGf%2FGzPIcOID.phZxTCHSE3xnRH6_IDQHf8aBV3dRTVaqBk&asPdf=false  
327ede86dc49b4ba ALVIN MULLETT 84-A-0207 2019-03-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcvl&d=%2Fa%2F3d000000pXLq%2FEU2O9erNTgfOF5aeOUefjh_MZG1JQwVQLjUh7jMmJwA&asPdf=false  
e3400397c7aa63fd ALVIN MULLETT 84-A-0207 2018-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaA0&d=%2Fa%2F3d000000pkYg%2FfRhzd9YbY1jlHqrqr0kEkYW7GeqDsTD298WViBzasBA&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 644.956ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API