πPlayer
The following endpoint will return global player information and statistics:
Getting global information about a player
Query Parameters
Name
Type
Description
{
"status": 400,
"message": "Bad Request"
}{
"status": 404,
"message": "Not Found"
}{
"status": 200,
"data": {
"uuid": "2477aadd-23bf-47dd-a556-38bde5ce9371",
"username": "Jojo1545",
"privacyPreferences": {
"statisticsShown": true,
"medalsShown": true,
"linkedAccountsShown": false,
"basicInformationShown": true
},
"info": {
"firstSeen": 1687659380,
"lastSeen": 1704647226,
"language": "es-ES",
"tag": null,
"playerRank": {
"id": 1,
"content": "OWNER",
"ultraColor": {
"id": 0,
"code": "f"
}
}
},
"globalStats": {
"gems": 279,
"xp": 129,
"elo": 0,
"lastKnownLevel": 1,
"medals": [{
"type": "THE_BEGINNING",
"timestamp": 1674257846
}, {
"type": "BUG_HUNTER",
"timestamp": 1676241297
}, {
"type": "DEVELOPMENT_TEAM",
"timestamp": 1676241634
}, {
"type": "STAFF_MEMBER",
"timestamp": 1676241640
}, {
"type": "SUPPORT_TEAM",
"timestamp": 1676241644
}, {
"type": "EIGHT_YEARS",
"timestamp": 1676241651
}, {
"type": "SEVEN_YEARS",
"timestamp": 1676241654
}, {
"type": "SIX_YEARS",
"timestamp": 1676241659
}, {
"type": "FIVE_YEARS",
"timestamp": 1676241663
}, {
"type": "FOUR_YEARS",
"timestamp": 1676241667
}, {
"type": "THREE_YEARS",
"timestamp": 1676241671
}, {
"type": "TWO_YEARS",
"timestamp": 1676241675
}, {
"type": "CREATIVE_MIND",
"timestamp": 1676241694
}, {
"type": "NINE_YEARS",
"timestamp": 1676241699
}, {
"type": "DONATOR",
"timestamp": 1676241705
}, {
"type": "TEN_YEARS",
"timestamp": 1681487218
}, {
"type": "BUILDER",
"timestamp": 1686448012
}, {
"type": "HALLOWEEN_2023",
"timestamp": 1697155993
}]
}
}
}Player information
Field
Type
Description
Field
Type
Description
Field
Type
Description
Name
Type
Description
Field
Type
Description
Field
Type
Description
Field
Type
Description
Name
Type
Description
Name
Type
Description
Fetching player information
Last updated