CS QRCode
Xiaomi/Redmi Warranty Check
This service is used to check the warranty and activation status of Xiaomi/Redmi devices (supporting IMEI/SN query)
Concurrent / Thread Count
For queries that take more than 1 second, the concurrent / thread count should be controlled within 10 or less.
Reason: Excessive concurrency can cause the system to directly return a failure.
Request Parameters
Parameter Required Value
key Yes key
type Yes xiaomi
sn Yes Xiaomi IMEI/SN
Example of successful request return
{
    'code': 0,
    'data': {
        'imei': '862375058730154',
        'model': '小米10S 蓝色 12GB内存 256GB存储',
        'country': 'China',   //purchase location, in English
        'manufacture': '2021-09-26 19:18:44',   //production date
        'activated': true,   //activated status
        'activateDate': '2021-11-11',   //activated date
        'coverage': '2022-11-12',   //Warranty End Date
        'sn': '31401/21WT03005',
        'skuId': 31401,   //SKU ID
        'locked': false   //Is the activation lock activated
    }
}
Request failed return code, please refer to Develop Documents