Skip to content

Character information🔗

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

Returns information about the current character.

Parameters🔗

Parameter Method Value Mandatory Type Description
action GET user_info yes string Command
userId GET 87bdfdc480c8b629e157839e75fdf2e0 yes string Character ID

Error codes🔗

Code Description
-18 Character ID not set!
-19 No users for this app!
-20 There is no such character!

Request example🔗

https://mrgs.astrum.team/pub/s2s.php?action=user_info&appId=38&format=json&userId=87bdfdc480c8b629e157839e75fdf2e0&hash=b76d359c200aab069c6173a1eb702199

Response example🔗

{
    "status": 0,
    "error": "",
    "result": {
        "appId": 38,
        "userId": "6708e986ab1360a36756c0d66cb28516",
        "createTime": 1580902137,
        "updateTime": 1580997133,
        "payment": false,
        "registerBonus": false,
        "registerTime": 1580902137,
        "loginTime": 1580902131,
        "logoutTime": 0,
        "flags": 0,
        "slot": 0,
        "deviceName": "iPhone 11 Pro Max",
        "country": "(null)",
        "appVersion": "4.0.3",
        "appBuild": "111327",
        "language": "en",
        "data": "",
        "notes": [{
            "note": "Super User [\u0412\u0430\u0434\u0438\u043c \u0411\u0430\u0431\u0430\u0434\u0436\u0430\u043d\u044f\u043d (1)]",
            "createTime": 1580997122,
            "updateTime": 1580997122
        }, {
            "note": "my new note [\u0412\u0430\u0434\u0438\u043c \u0411\u0430\u0431\u0430\u0434\u0436\u0430\u043d\u044f\u043d (1)]",
            "createTime": 1580997133,
            "updateTime": 1580997133
        }],
        "checkpoints": {
            "-9|7788": {
                "metricId": -9,
                "objectId": 7788,
                "value": 1,
                "cnt": 1,
                "createTime": 1580902428,
                "updateTime": 1580902439
            },
            "-1|3": {
                "metricId": -1,
                "objectId": 3,
                "value": 1,
                "cnt": 1,
                "createTime": 1580902428,
                "updateTime": 1580902439
            }
        },
        "id": "6708e986ab1360a36756c0d66cb28516",
        "atime": 1580997133,
        "stime": 1580902137,
        "isPayment": false,
        "devices": [{
            "deviceId": "6F44F20F-D5F9-494A-B291-02C7ED437640",
            "advertisingIdentifier": "",
            "identifierForVendor": "",
            "googleAccountPrimary": "",
            "deviceSerial": "",
            "udid": "",
            "odin1": "",
            "platform": "x86_64",
            "country": "(n",
            "createTime": 1580902137,
            "updateTime": 1580902140
        }]
    }
}

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