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

5 rows where cert_number = "11-R-0032" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
a3f4184005c6b9d7 University of Maine System 11-R-0032 2023-05-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Nzyw&d=%2Fa%2F3d000001ByTt%2F0Cj2Uve1PtkjksN4Gvt.7.0gy7YN80WS3uH8qLk8CZ8&asPdf=false  
059b7fb985584040 University of Maine System 11-R-0032 2022-09-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000aw7EA&d=%2Fa%2F3d000000pYzr%2FtEEw2r7wMDdWoL8rH0o84YcOlfDOMjQFvOdR.9NuJd8&asPdf=false  
b288296937520a65 University of Maine System 11-R-0032 2021-09-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNAPp&d=%2Fa%2F3d000000pYyt%2FNOaYcez3kMPLJ_Rs1icN_tvXCRqkgd8dlsVbgy9mzfY&asPdf=false  
76d6fd1c6db162b0 University of Maine System 11-R-0032 2020-09-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EpgNz&d=%2Fa%2F3d000000pYzl%2FfCbUtY7p9xcGT00BVfKpHdIacxIl5ultbT32dJQZRRs&asPdf=false  
8139fda8b52d8d6d University of Maine System 11-R-0032 2019-08-27   0 0 0 3 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglsg&d=%2Fa%2F3d000000pYym%2Ftobgs2K7u6_vK0b7VKEq1UupF4ZJcwYeZ6upA2w6jFk&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 9.215ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API