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 = "85-C-0024" 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
326fd9226d619797 George Stone 85-C-0024 2022-03-08   0 2 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9ZFX&d=%2Fa%2F3d000000phD2%2FFKAAzcmBHB20gi5rA9o9N5YUbLjNU4ZYZD8uAHvxFKw&asPdf=false  
089b775bd8fd856c George Stone 85-C-0024 2022-03-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Szt&d=%2Fa%2F3d000000ph87%2Fl6fSsRjMvF4VPxQyoGk.1Zx8HEihLnyJdeWujQoFe9c&asPdf=false  
d026363392f00741 George Stone 85-C-0024 2022-01-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9B7m&d=%2Fa%2F3d000000ph2M%2FuFM3cqL3O1funpxo9SXQdyRwsrV.JXXuFyJzypEHXsM&asPdf=false  
c8b1cc0588427a8d George Stone 85-C-0024 2019-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfxp&d=%2Fa%2F3d000000pXG7%2FHeQjraSEl9MQ7VGWd3DrLA8qrZfwHYeONn2COFJd8Jg&asPdf=false  
44d2c0648c1780cc George Stone 85-C-0024 2018-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjtV&d=%2Fa%2F3d000000pmvE%2FqeWIuEn361Mz6XZ4Mv6yIPtSUy8F20fqgZs.q57lLp8&asPdf=false  
0ef2cf6b69abb903 George Stone 85-C-0024 2017-10-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjWu&d=%2Fa%2F3d000000pmqJ%2FxrIcSkty80ZCa5I5XUllnRziqS1GJeI7dIXU.1ImMik&asPdf=false  
495003d65153dac9 George Stone 85-C-0024 2016-10-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj6u&d=%2Fa%2F3d000000pRi3%2FLd2OxxmUkI_MPski0reEKRtYedi8C5VA0d1W23QaF5U&asPdf=false  
ec3155a7ae0c323f George Stone 85-C-0024 2015-11-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egize&d=%2Fa%2F3d000000pn6m%2FTZmvwZ9dGaoSlvxqTKlv1Mqqfipqu00yIGNBb4GeN80&asPdf=false  
83f9ffced2952956 George Stone 85-C-0024 2014-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjrj&d=%2Fa%2F3d000000pX5A%2FwmKw3BVZF7GvDpkD6hXu0jLXL575SOquYRubi6sY48U&asPdf=false  
4583630b79141973 George Stone 85-C-0024 2014-01-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjp1&d=%2Fa%2F3d000000pWhk%2FJcLlY9TyHyIfs5Oyodcq9DqBc9JLyAmEWDcVWJgcazs&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 22.463ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API