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-0011" 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
0ace9b29f12bed03 City of Worcester 14-C-0011 2024-10-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000009Byev&d=%2Fa%2FSJ000000eE13%2FJNQQ9oXlhMgOMa6ugap9hthNO.WpbmEoYcawbgfsPj4&asPdf=false  
ddfc57c4ad126b03 City of Worcester 14-C-0011 2023-03-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000088lGv&d=%2Fa%2F3d0000017Ekz%2FUYytTiBpNVcsOPqNg_nTr1l9pyRUkLDor89.7h32AU0&asPdf=false  
6f258b6c6696fa7e City of Worcester 14-C-0011 2022-01-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V92zF&d=%2Fa%2F3d000000pgva%2Fi2XIwPJ3Bb0K80YQk3SszvRhvt3mZYChsOvnltYDfsE&asPdf=false  
a5d4b8e75f8ead1c City of Worcester 14-C-0011 2021-05-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh2DJ&d=%2Fa%2F3d000000pWmD%2FMaN6vKHwm1Bm869kxfKZ5FytyvJDZeV0GFYIq6u8yog&asPdf=false  
96947a963b34a512 City of Worcester 14-C-0011 2019-05-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbWT&d=%2Fa%2F3d000000pkrE%2Fkwe.S7hbVer.FFuQPODpP4_5q23DrPAfe1mUMk.eMlA&asPdf=false  
85f2f7c94a630819 City of Worcester 14-C-0011 2017-12-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcEx&d=%2Fa%2F3d000000pnMT%2FfdEBjO1.EKvLytDgJFGcJ8Hd1eL.E.jiufg74geZKGI&asPdf=false  
9ecb828231043841 City of Worcester 14-C-0011 2017-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege6W&d=%2Fa%2F3d000000pnfc%2FDFMyztd2P.LfGZ5vKBigL6kTrREdUEMilbM2EJrhDsQ&asPdf=false  
773cfdba1e4c6910 City of Worcester 14-C-0011 2016-02-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeC7&d=%2Fa%2F3d000000pmnw%2FT4tG6QBuYoKsudnkxxttTNOL6bBjh4ERG97DmTS0ZtM&asPdf=false  
ff73e0540c9aea14 City of Worcester 14-C-0011 2015-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdQF&d=%2Fa%2F3d000000pkAC%2F5w5yY6mmAxzMhl.vCaLzKzYPIA8APdgbzVxy36rmXQo&asPdf=false  
b1963e894ad525dc City of Worcester 14-C-0011 2014-09-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdK2&d=%2Fa%2F3d000000pRKE%2FAWg3QY3L.FO.JXrRN6grdYlFTP5UnT6xtWKaxidnJxM&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 3.801ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API