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

7 rows where cert_number = "16-C-0172" 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
ed81175be7227bc0 Kathryn Langham 16-C-0172 2026-01-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000y8bL4&d=%2Fa%2FSJ000007oDSf%2F2zM9iwtmaWt0Bi1azwslZj4M6nbzZfGTiRGDglnKKCM&asPdf=false  
a5fa1a01dbee36a9 Kathryn Langham 16-C-0172 2024-11-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000D7uFj&d=%2Fa%2FSJ000000zGav%2FAAAAKOHF_x52gw0QRzcW5IwxEEOXtPmv1ftAL6OjyQM&asPdf=false  
3984ec8feb213efb Kathryn Langham 16-C-0172 2024-05-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EBWXn&d=%2Fa%2F3d0000035x4f%2FrmXr2fxhQOaTJd_S0JQUpFTTBTxhcz8YZblN_giM3eE&asPdf=false  
729129f3c8890a69 Kathryn Langham 16-C-0172 2023-06-05   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008h05D&d=%2Fa%2F3d000001I6ZV%2Fh7_xUPLdZqNYM33exFffHtRdcM3fX5kdCO003T0sRBA&asPdf=false  
5a17e56882b8e221 Kathryn Langham 16-C-0172 2023-05-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Xlxg&d=%2Fa%2F3d000001EqHu%2FFLnZGYvb7AwjrIQN2n8GlzARxirdJVNPEy4.MUzzrM8&asPdf=false  
83f8a44504cc2fa4 Kathryn Langham 16-C-0172 2022-02-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Oaz&d=%2Fa%2F3d000000pUyy%2FXYwqIS9mIybpadBFjHeAKjTcvvdk7Mx5XdsYWbrzzX8&asPdf=false  
fae0e324ed3db642 Kathryn Langham 16-C-0172 2021-05-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhET6&d=%2Fa%2F3d000000pkzC%2FW_1gM0FagjTGmDky3.4Svy_4Zzw7IUtxLG3.wOrbxyg&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 618.741ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API