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 = "71-C-0183" 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
a9291c1ca6abb114 Helen Charton 71-C-0183 2019-06-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb9o&d=%2Fa%2F3d000000pXWy%2FJOk69f_K0U73p9nLrAZJ7iw0bGrNCCuMqBLQesH86Dg&asPdf=false  
3ecf1e7eee69bb4c Helen Charton 71-C-0183 2018-06-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaLw&d=%2Fa%2F3d000000pmeh%2FtHblqWGtBi0lk.McbOSfCftjz1JguN.OssEaUC5TLgY&asPdf=false  
7fe6d061fd2b2557 Helen Charton 71-C-0183 2017-04-19   0 2 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW3M&d=%2Fa%2F3d000000ppH0%2Fs368D4O2Xf2vB3hwT9cG_9mA.wRixaWrfqG2ny5GWfQ&asPdf=false  
18dad71ba6c02b6b Helen Charton 71-C-0183 2016-07-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY8z&d=%2Fa%2F3d000000pUKk%2Fx44E6hjfvCmIct4oYnBgIcyHP.Xl4d_iQtAdaXVJ2b4&asPdf=false  
2e25d6ccb689d7ca Helen Charton 71-C-0183 2016-07-07   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxCn&d=%2Fa%2F3d000000pmmE%2Fw1UIL78GQf6ApJqWLe7C9B.mqYqLqTv7BcT6NzAZ10s&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 21.783ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API