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 = "61-C-0183" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
259fc37739e4b773 Elizabeth Waters 61-C-0183 2025-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000jksf2&d=%2Fa%2FSJ000005cHkv%2F24YyiE0RxECDRaugxO7Wg.NOZLK4oJ_KKg8XzFXUVPk&asPdf=false  
8608a9445b591dd6 Elizabeth Waters 61-C-0183 2025-08-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000iPDFJ&d=%2Fa%2FSJ000005Q0vx%2FJ82o80TihmCSzNzbvOd1oSxc1jPIEZLzwLZ3JqcNZqY&asPdf=false  
9153b56eddedbcc0 Elizabeth Waters 61-C-0183 2022-08-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxpqo&d=%2Fa%2F3d000000pTqn%2F42R.DclKTcLmjYvnQa_GGWwg9wbUSUjpnseEHSVgb7k&asPdf=false  
a78ba02da9d384ed Elizabeth Waters 61-C-0183 2022-02-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9DRZ&d=%2Fa%2F3d000000pTrS%2FAk74Gb32KmA3bz1PwFNOHvoDJWkeLqt4AEnlDgF2hhc&asPdf=false  
a411247988cb7c33 Elizabeth Waters 61-C-0183 2021-03-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NGxPJ&d=%2Fa%2F3d000000pTqX%2FkhdwUtelQgeEpNcc2VOwvpud3CiyX63EMbSE8MDOIsU&asPdf=false  
32aefd7467932fd8 Elizabeth Waters 61-C-0183 2020-03-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggah&d=%2Fa%2F3d000000pTrB%2FwxAvi5YL5o0Lgu_U5s_sRZpJ26igK7HM9PzJY2nPC3Y&asPdf=false  
7e0595d6d5d1d72c Elizabeth Waters 61-C-0183 2019-06-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfXH&d=%2Fa%2F3d000000pTr4%2FNSxsikDNuSJ2IFSKGc_vZwxmnUU6mVJKHB5.zq9BoG8&asPdf=false  
db42a0bc76600cde Elizabeth Waters 61-C-0183 2018-10-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfNW&d=%2Fa%2F3d000000pTrT%2FcJmRN63Zm4i1I4h2.hvivk_gFuoOquzk5C_Ng5LDsQY&asPdf=false  
1e26b67139b5fa0b Elizabeth Waters 61-C-0183 2017-10-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglXf&d=%2Fa%2F3d000000pTqv%2FpQm_YmS8Fc1v4.ZkywRWCPRSHAw94Ii.zYGty9nJ3VI&asPdf=false  
68f25dcc1702931f Elizabeth Waters 61-C-0183 2017-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd2c&d=%2Fa%2F3d000000pTr3%2F8VmUJZiWatB9GlIcq3qDV7Sk.OEA6OylJqTdXm7MWRY&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 226.856ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API