CS QRCode
Realme Warranty Check
This service is used to check the warranty and activation status of Realme 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 realme
sn Yes IMEI/SN
Example of successful request return
{
    'code': 0,
    'data': {
        'imei': '862295079108976',
        'sn': '862295079108976',
        'model': '真我GT Neo6 SE(16+512)',
        'brand': 'realme',
        'color': '流银骑士色',
        'img': 'https://r1.realme.net/general/20240409/1712656879279411ee0f7d3464be1aa9f6013bd519da1.png?width=1440&height=1440&size=601326',   //product image
        'activated': '已激活',   //activated status
        'purchase': {
            'date': '2024-04-16',   //activated date
            'country': '中国',   //purchase country
            'kongji': false,
        },
        'deliverytime': '2024-04-09 02:45:32',   //arrival date
        'coverage': '2025-04-16',   //warranty end date
        'daysleft': 200,   //Remaining warranty days
    }
}
Request failed return code, please refer to Develop Documents