CS QRCode
Apple All-in-one Pro
This service is used to check detailed reports of Apple devices, comprehensively querying all information, but does not include MDMLock.
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_detail
sn Yes IMEI/SN
Example of successful request return
{
    'code': 0,
    'data': {
        'imei': '351867226841374',   //IMEI1'imei2':'',   //IMEI2
        'sn': 'XVGFQQ9RWC',
        'model': 'iPhone SE (第3代) 星光色 256GB',   //model/storage/color
        'img': 'https://cdsassets.apple.com/content/services/pub/image?productid=300865&size=240x240',   //product image
        'description': 'IPHONE SE STARLIGHT 256GB-CHN',
        'product': 'A2785',   //network model
        'productType': 'iPhone14,6',
        'maintenance': false,   //Is Apple Sunday maintenance available
        'activated': true,   //activated state, when maintenance=true, it may be the string 'unknown'
        'pre-activated': false,   //pre activated state, when maintenance=true, it may be the string 'unknown'
        'type': {
            'replace': false,   //Whether to replace the official machine or not
            'return': false,   //Has the SN of the product been replaced, when maintenance=true, it may be the string 'unknown'
            'bs': false,   //Is it a resource machine
            'equity': false,   //Is it an equity machine
            'demo': false,   //Is it a demonstration machine
            'refurbished': false,   //Is it an official refurbished machine
            'retail': true,   //Is it a retail machine
            'loaner': false   //Is it a loaned machine, when maintenance=true, it may be the string 'unknown'
        },
        'hasCare': false,   //Have you purchased AppleCare
        'careEligible': true,   //Are you eligible to purchase AppleCare; When Apple maintains on Sunday, it may be the string 'unknown'
        'purchase': {
            'month': '2025-02',   //Purchase month; This field does not exist during Apple's Sunday maintenance
            'date': '2025-02-13',   //Purchase date/activation date
            'validPurchaseDate': true,   //Is the purchase date valid, when maintenance=true, it may be the string 'unknown'
            'registered': true,   //Has the device been registered, when maintenance=true, it may be the string 'unknown'
            'country': 'China'   //Purchase country
        },
        'warrStatus': '在保',   //Warranty Status
        'support': '2026-02-12',   //Technical support expiration date
        'coverage': '2026-02-12',   //Warranty expiration date
        'daysleft': 346,   //Remaining warranty days
        'fmi': false,   //Activate lock/ID lock status
        'icloudBlacklist': 'Clean',   //Clean/LostMode
        'simlock': false,   //network lock status
        'carrier': 'Unlock',
        'nextActivationPolicyId': 10,   //Next activation strategy ID
        'mpn': 'MMX33CH/A',   //Model number
        'gsmaBlacklist': 'Blacklisted',   //GSMA black list
        'network': 'All',   //network support
        'simNum': 1,   //Number of supported SIM cards
        'boardNumber': 'D49AP',   //mainboard number
        'outStoreDate': '2022-03-09'
    }
}
Request failed return code, please refer to Develop Documents