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 = "71-B-0209" 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
31c539d3d3381199 Ann M Remy 71-B-0209 2023-03-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uT0h&d=%2Fa%2F3d0000012rdd%2FWvhir280ZYoD1MNyyGsAvDX_gALLQxed1XO6APJy5P8&asPdf=false  
e2201ebb93316d9d Ann M Remy 71-B-0209 2022-03-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwSGb&d=%2Fa%2F3d000000phGd%2Fvi5XNoK5ZkkKzw9dzV18c3pyZSz0UXnKJP_ebSNVTiY&asPdf=false  
855221607109a9bf Ann M Remy 71-B-0209 2021-06-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhRCf&d=%2Fa%2F3d000000pWWN%2FNitmLu2Xgi15HnwIgpJghzP9ScQAveyKoTCXG1MiKE8&asPdf=false  
a0c881f8fd5e7e84 Ann M Remy 71-B-0209 2019-06-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoKy&d=%2Fa%2F3d000000ppG1%2FRxouvoQsDiC07VdPLJT6MDnqjFKNiB41Y_SHW7wIfug&asPdf=false  
39688c62dc2ac064 Ann M Remy 71-B-0209 2018-05-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmqO&d=%2Fa%2F3d000000pkc9%2FZzLl.i4WFtqVBjmAA5Effk.XmUYQxYE14_CFdbgUUVM&asPdf=false  
17b90eabf81e4edd Ann M Remy 71-B-0209 2017-12-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgivL&d=%2Fa%2F3d000000pdWj%2FhqJf88xHKtGbl8.K0GtOxcPRsLaaXxcSbJWY.0MD4nQ&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 416.482ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API