Profil hráče
Základní profil hráče na CraftManii a všechny jeho data.
Zobrazení profilu dle nicku
GET
https://api.craftmania.cz/player/:nick
Path Parameters
Name
Type
Description
nick
string
Nick hráče podle MC
{
"status": 200,
"data": {
"id": 25710,
"discriminator": "0001",
"nick": "MrWakeCZ",
"uuid": "43d05dab-2dbc-418b-9e6f-dc73ab916dbc",
"web_group": 11,
"registred": 1387654320000,
"last_online": 1549764592647,
"last_server": "lobby2",
"is_online": true,
"played_time": 29793,
"mc_version": "1.11.2",
"economy": {
"craftcoins": 18318,
"crafttokens": 22,
"votetokens": 52,
"karma": 0,
"achievement_points": 0
},
"ranked": {
"global_level": 4,
"survival_level": 12,
"survival_experience": 533,
"skyblock_level": 0,
"skyblock_experience": 33,
"creative_level": 15,
"creative_experience": 2002,
"vanilla_level": 10,
"vanilla_experience": 3083,
"prison_level": 30,
"prison_experience": 0,
"skycloud_level": 0,
"skycloud_experience": 0
},
"votes": {
"total": 30,
"month": 4,
"week": 2,
"last_vote": 1549972308250
},
"social": {
"status": "Craftmania je super!",
"facebook": "https://xxxx",
"twitter": "https://xxxx",
"twitch": "https://xxxx",
"steam": null,
"web": null
},
"discord": {
"id": "76365242422726"
},
"deprecated": {
"votetokens": 30,
"level": 87,
"experience": 3332
}
}
}
{
"status": 404,
"error": "Not found!",
"data": []
}
Zobrazení podle UUID
GET
https://api.craftmania.cz/player/uuid/:uuid
Path Parameters
Name
Type
Description
uuid
string
UUID hráče podle MC
{
"status": 200,
"data": {
"id": 25710,
"discriminator": "0001",
"nick": "MrWakeCZ",
"uuid": "43d05dab-2dbc-418b-9e6f-dc73ab916dbc",
"web_group": 11,
"registred": 1387654320000,
"last_online": 1549764592647,
"last_server": "lobby2",
"is_online": true,
"played_time": 29793,
"mc_version": "1.11.2",
"economy": {
"craftcoins": 18318,
"crafttokens": 22,
"votetokens": 52,
"karma": 0,
"achievement_points": 0
},
"ranked": {
"global_level": 4,
"survival_level": 12,
"survival_experience": 533,
"skyblock_level": 0,
"skyblock_experience": 33,
"creative_level": 15,
"creative_experience": 2002,
"vanilla_level": 10,
"vanilla_experience": 3083,
"prison_level": 30,
"prison_experience": 0,
"skycloud_level": 0,
"skycloud_experience": 0
},
"votes": {
"total": 30,
"month": 4,
"week": 2,
"last_vote": 1549972308250
},
"social": {
"status": "Craftmania je super!",
"facebook": "https://xxxx",
"twitter": "https://xxxx",
"twitch": "https://xxxx",
"steam": null,
"web": null
},
"discord": {
"id": "76365242422726"
},
"deprecated": {
"votetokens": 30,
"level": 87,
"experience": 3332
}
}
}
{
"status": 404,
"error": "Not found!",
"data": []
}
UUID hráče může být online tak offline, kvůli mixovanému připojení hráčů.
Last updated