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 = "42-B-0205" 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
b83da3fb05b5e557 ROBERT VIRCHOW DEBORAH VIRCHOW 42-B-0205 2018-07-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkeK&d=%2Fa%2F3d000000pUbP%2Fsf47P1zInfD9OuykcmV6AbaKeViZeo3EyTPY4hPdcJ0&asPdf=false  
7dada80ed9718e8c ROBERT VIRCHOW DEBORAH VIRCHOW 42-B-0205 2017-10-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego98&d=%2Fa%2F3d000000plcG%2F99sSNIbtqqrSVTljI4rSIiRJgPTsZCDZfNQGcXBCjHA&asPdf=false  
5cd59f54cadbeb7b ROBERT VIRCHOW DEBORAH VIRCHOW 42-B-0205 2016-09-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdJ8&d=%2Fa%2F3d000000pf3n%2FZezdE3UNF0Cu.KChsb2yseBYiBldmRBodn8ZP4kAxbA&asPdf=false  
8501f2f6fd54d353 ROBERT VIRCHOW DEBORAH VIRCHOW 42-B-0205 2015-10-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbAq&d=%2Fa%2F3d000000pfo6%2FzvDY5y_fsFNFthvyFrKDg1DZQXQ8bhn08HLjerpT.VA&asPdf=false  
815a30ac8d8676ef ROBERT VIRCHOW DEBORAH VIRCHOW 42-B-0205 2014-07-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcUY&d=%2Fa%2F3d000000pmz0%2FB12QSzUlur2M7rUQtvwWOzMKpT0dU1hO7ugy82HZzgo&asPdf=false  
5720c5d40aa148b3 ROBERT VIRCHOW DEBORAH VIRCHOW 42-B-0205 2014-03-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdOa&d=%2Fa%2F3d000000pXTt%2F_UpMZYHHU_a4k5mIorpYVk3nmsPjHiT.al3LGqHR.Mk&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 349.314ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API