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

10 rows where cert_number = "14-C-0112" 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
7053a7bae1112dcb City of Attleboro 14-C-0112 2024-09-23   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000007E856&d=%2Fa%2FSJ000000TfhJ%2FNr42ZxpUpdfFvvo1ii1BApJSCKe16ro_6NjjIpc08dQ&asPdf=false  
c4031ab14963cc54 City of Attleboro 14-C-0112 2023-08-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009QEML&d=%2Fa%2F3d000001ZLFT%2FYWQNXEgYpSOVpg7Ym1fNOWqZopFwnyrVXM0JxSRzAAQ&asPdf=false  
1ef721a8f8659cd7 City of Attleboro 14-C-0112 2022-09-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awTpq&d=%2Fa%2F3d000000pVf7%2FQ6ohaliBw.shYRGG0YjQ0tzPKai54NxT7IKiVq5jK0k&asPdf=false  
9b94c849cf1fff9f City of Attleboro 14-C-0112 2021-03-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESXgF&d=%2Fa%2F3d000000pVfr%2FgmktWoSmhRKJ7hlIcpEYCsHtf3Dw5Roc00V0gn5tbNM&asPdf=false  
ef4be30cfa9fbc6e City of Attleboro 14-C-0112 2019-07-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWK3&d=%2Fa%2F3d000000pVfZ%2FYy5hDYXkxIWopenR_4yxpHYiDzqKAm.E9HoCyb7NR1I&asPdf=false  
b4643b2372572580 City of Attleboro 14-C-0112 2018-02-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdcO&d=%2Fa%2F3d000000pVes%2FZKe2P06LiDFHCpEHoxGZlogCxrdBy.qdukQXw2nkibw&asPdf=false  
96cf67ebfacd05cc City of Attleboro 14-C-0112 2017-10-23   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWUS&d=%2Fa%2F3d000000pVfK%2FfzbI82Ey083Ef6LJIfarOhBnbGKqzvU8lYNwtRcAB_o&asPdf=false  
490dec99386f5666 City of Attleboro 14-C-0112 2016-10-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWME&d=%2Fa%2F3d000000pVef%2FzfsgFsYMRt2ZKKNBRQPfzLaSSI9iqeDsEqDkcWtvdxU&asPdf=false  
a0590614a97dc1f2 City of Attleboro 14-C-0112 2015-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWMb&d=%2Fa%2F3d000000pVfF%2F.FLfaVFEgDHJStpIzDSzocD8h12gevYdxvmZUNAZf5I&asPdf=false  
956de16a600c2b64 City of Attleboro 14-C-0112 2014-08-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWSR&d=%2Fa%2F3d000000pVfT%2FBlEOze314L73Abt_3WpVEvYR6zRamJlbb4nZ1Y3sUpA&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 16.887ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API