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

9 rows where cert_number = "23-C-0316" 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
c7dd209ab350972e BRENDON KLINE 23-C-0316 2018-12-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWhZ&d=%2Fa%2F3d000000pSMF%2FfGm437fIWNGEhDUZE_EYTeYpwaxCtka7L.0C.nJ06Xc&asPdf=false  
f88da579999c0b0a BRENDON KLINE 23-C-0316 2018-02-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXos&d=%2Fa%2F3d000000pl1o%2FQohF5y9LtJexLbkoloQuDePWd1_qqRiA8MI7Sz9XczM&asPdf=false  
bec28f1b6a28a105 BRENDON KLINE 23-C-0316 2017-11-16   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWwl&d=%2Fa%2F3d000000peyy%2Fwa7.Q_8mcuyVz1tmSSwao6ryuzPEffWwjpeynk8GqzU&asPdf=false  
77578fa9545934fa BRENDON KLINE 23-C-0316 2017-08-24   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxSu&d=%2Fa%2F3d000000pe0D%2FvsTRWw20AesLWdLpeFKf52kTsZeTZqQvLbc3GWiLIQU&asPdf=false  
102acd378860dc04 BRENDON KLINE 23-C-0316 2017-06-06   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxHm&d=%2Fa%2F3d000000pn9d%2Fk.PSkYYd963NfDRXcgPO5R3PCEdKdkDIc7WdaqN7q_Y&asPdf=false  
e0af635f20be5e40 BRENDON KLINE 23-C-0316 2016-02-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eganr&d=%2Fa%2F3d000000pTO7%2FzlniQdEk4QT_L2HwanAY78BDqd6Qs_u6yp2ZWuDcA_8&asPdf=false  
1b23a38d0229b56e BRENDON KLINE 23-C-0316 2015-11-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl2D&d=%2Fa%2F3d000000pUR1%2FBHwNprSPo9PGS5w_HytoDssK5voN_cGqDHeHvOsxEWs&asPdf=false  
247d1f45061d7f32 BRENDON KLINE 23-C-0316 2014-07-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egakh&d=%2Fa%2F3d000000pfRj%2FoYvd9MGZhx0OeFlJBaA0ULDr_YZIZA6hG7I4sLUSrU8&asPdf=false  
56e35f2866484448 BRENDON KLINE 23-C-0316 2014-03-05   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXXr&d=%2Fa%2F3d000000pkRT%2FvVX1pl6b36WPi7ut07LWCqr1CmUtsrSiNBMJir4YXJg&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 14.655ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API