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 = "31-A-0981" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
ba35fc6afcc2cbc1 Barb Troyer 31-A-0981 2025-07-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000fTV8z&d=%2Fa%2FSJ000004zEmx%2FfGuzjVAN0B08vTS0lpvSB_Jh6dURJf06viuDW7fY1zI&asPdf=false  
db12af5e59f6547f Barb Troyer 31-A-0981 2025-01-15   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000M6pjF&d=%2Fa%2FSJ0000021APB%2FoVKs5yjTU6zlIEWitsAe2U6chcl81b5bUsFEYO0gII0&asPdf=false  
9c879a652ce48fd9 Barb Troyer 31-A-0981 2024-04-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000D9ctm&d=%2Fa%2F3d000002oG7a%2Fn09gpJKVQx8izOdYPdbKyZ7wtI4ywTmxwHd33gEnK5c&asPdf=false  
c4f6f1f2acbf0a2b Barb Troyer 31-A-0981 2024-01-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BwkEo&d=%2Fa%2F3d000002R4CK%2FJW0PeDfp6jLIqnIqbfoS_PzWRIGgrWOaLOJXYbJUnGI&asPdf=false  
509c4e8a3723da19 Barb Troyer 31-A-0981 2024-01-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BlsmB&d=%2Fa%2F3d000002Ngfk%2Fxm.s679zY_wXsXWgVlnrHyQNLbLuuBYPub6IoCDdcXY&asPdf=false  
2444675eeccb6bce Barb Troyer 31-A-0981 2023-10-30   1 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AeJXO&d=%2Fa%2F3d0000025K7r%2FdRDBmfUhFTLLnC6Lw2._DrlGX0XlhtP_CW0perMj6fQ&asPdf=false  
672c30b3054f8e1b Barb Troyer 31-A-0981 2023-09-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ABa1D&d=%2Fa%2F3d000001vqBB%2FnpOqtJoetFyffybBLmzeG3TKp5aIM7JPjtR0JoqM6fc&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 667.49ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API