Skip to content

Device information🔗

Study the “General Information” and the “Signature Verification” sections first.

Returns data on any given device by its OpenUDID.

Parameters🔗

Parameter Method Value Mandatory Type Description
action GET device_info yes string Command
openUDID GET 7a094faa0667549d6d39d65b1736d0be064730c4 yes string openUDID of the device

Error codes🔗

Code Description
-11 Device openUDID not set!
-12 There is no such device!

Request example🔗

https://mrgs.astrum.team/pub/s2s.php?action=device_info&appId=38&format=json&openUDID=7a094faa0667549d6d39d65b1736d0be064730c4&hash=598b6a8f699da98cf68021c261c21eb2

Response example🔗

{
    "status": 0,
    "error": "",
    "result": {
        "id": "F0296992-6288-4FA5-8D8A-B022D550E2D7",
        "deviceName": "iPad Pro (9.7-inch)",
        "country": "RU",
        "platform": "x86_64",
        "odin1": "",
        "udid": "",
        "macAddressWiFi": "",
        "deviceSerial": "",
        "googleAccountPrimary": "",
        "IMEI": "",
        "identifierForVendor": "",
        "advertisingIdentifier": "",
        "displayHeight": "1536",
        "displayWidth": "2048",
        "displayScale": "1",
        "language": "ru",
        "localizedModel": "iPad",
        "macAddress": "",
        "memoryMax": "8192.00",
        "model": "iPad",
        "systemName": "iOS",
        "systemVersion": "13.2.2",
        "timeZone": "+0300",
        "reachability": "2",
        "carrier": "",
        "isPayment": "0",
        "isTest": "0",
        "isJailbreak": "1",
        "ip": "3104241028",
        "flags": "0",
        "registerTime": "1574240200",
        "lastActiveTime": "1576168554",
        "atime": "1576168678",
        "location": {
            "id": "7a094faa0667549d6d39d65b1736d0be064730c4",
            "City": "Moscow",
            "Country": "Russia",
            "CountryCode": "RU",
            "Name": "Leningradsky Prospekt 45b5",
            "State": "Moscow",
            "Street": "Leningradsky Prospekt 45b5",
            "SubAdministrativeArea": "Moscow",
            "SubThoroughfare": "45b5",
            "Thoroughfare": "Leningradsky Prospekt",
            "ZIP": "125167",
            "latitude": "55.79766",
            "longitude": "37.53194",
            "ctime": "1355346232",
            "atime": "1355346436",
        },
        "applications": [{
            "id": "2047638908",
            "deviceId": "F0296992-6288-4FA5-8D8A-B022D550E2D7",
            "applicationId": "38",
            "applicationVersion": "4.0.2",
            "applicationBuild": "111312",
            "platform": "x86_64",
            "country": "(n",
            "displayName": "MRGServiceExample",
            "identifier": "ru.kalibannez.MRGServiceExample",
            "name": "MRGServiceExample",
            "memoryUse": "182.48",
            "registerTime": "1574240200",
            "eregisterTime": "0",
            "loginTime": "1576168554",
            "logoutTime": "0",
            "lastActiveTime": "1576168554",
            "countRun": "0",
            "countExit": "0",
            "isPayment": "0",
            "source": "",
            "day_time": "1576098000",
            "week_time": "1576702800",
            "month_time": "1578690000",
            "retention_flags": "8",
            "online": "0",
            "atime": "1576168569",
            "source2": ""
        }],
        "token": [],
        "socId": []
    }
}

Last update: 2025-01-21
Created: 2020-01-16