CS QRCode
Apple SoldBy Check
This service is used to check Apple Devices soldby, iosVersion and more high level informations.
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 apple_soldby
sn Yes IMEI/SN
Example of successful request return
{
    'code': 0,
    'data': {
        'description': 'MacBook Air (15-inch, M4, 2025)',
        'model': 'MBA 15 SILVER,10C GPU,16GB,512GB',
        'imei': null,
        'imei2': null,
        'sn': 'L9LJT79VHQ',
        'unlocked': false,
        'iosVersion': null,
        'partNumber': 'MW1H3CH/A',
        'purchase': {
            'date': '2025-05-26',
            'place': 'Apple Store',
            'country': 'China mainland'
        },
        'coverage': {
            'state': 'Apple Limited Warranty'
        },
        'fmi': '关闭',
        'icloud': '白名单',
        'simLock': true,
        'replacedDevice': '否',
        'nextTetherPolicyDetails': null,
        'specifications': [
            '35W DUAL USB-C PORT POWER ADAPTER',
            'FORCE TOUCH TRACKPAD',
            'TOUCH ID',
            'MAC OS,J715',
            'TWO THUNDERBOLT 4 PORTS',
            '512GB SSD STORAGE',
            'PLACEHOLDER 1',
            'NO FINAL CUT PRO PREINSTALLED',
            'PLACEHOLDER 2',
            'LIQUID RETINA DISPLAY WITH TRUE TONE',
            'APPLE M4 CHIP WITH 10核 CPU, 10核 GPU',
            'NO LOGIC PRO PREINSTALLED',
            'PLACEHOLDER 3',
            'NO PRO APPS PREINSTALLED',
            'MACBOOK AIR 15-INCH SILVER',
            '16GB UNIFIED MEMORY',
            '10核 CPU/10核 GPU/16GB/512GB',
            'PKG,THIN B,B901/B902,J715 (US/CH)',
            'MAC OS LOC MAPPING-CHN',
            'B902,35W,J715-CHN',
            'KEYBOARD,B,J715-CHN',
            'COUNTRY KIT,B,J715-CHN'
        ]
    }
}
Request failed return code, please refer to Develop Documents