CraftAPI
  • CraftAPI
  • Changelog
  • Ccomunity
    • Profil hráče
    • VIP status
  • Economy & Levels
    • Level & Experience
    • Live data
  • Leaderboards
    • Votes
    • Levels
    • Economy
    • Ostatní
  • Server
    • Statistiky
    • Mojang API
  • Administrative
    • CraftBox Account
    • CraftBox Permissions
Powered by GitBook
On this page
  • CraftCoins
  • CraftTokens
  • VoteTokens
  • AchievementPoints
  • EventPoints
  1. Leaderboards

Economy

Leaderboardy pro ekonomické statistiky jako jsou CraftCoiny, CraftTokens, EventPoints atd.

CraftCoins

GET https://api.craftmania.cz/economy/leaderboard/craftcoins

Endpoint vrací top 50 hráčů s nejvyšším počtem CraftCoins.

{
  "status": 200,
  "data": [
    {
      "index": 1,
      "nick": "MrPhox",
      "uuid": "98e10440-1132-4808-8d0c-a5ac86bca99c",
      "value": 78572
    }
  ]
}

CraftTokens

GET https://api.craftmania.cz/economy/leaderboard/crafttokens

Endpoint vrací top 50 hráčů s nejvyšším počtem CraftTokens. CraftTokeny se ovšem dají zakoupit na Storu.

{
  "status": 200,
  "data": [
    {
      "index": 1,
      "nick": "MrPhox",
      "uuid": "98e10440-1132-4808-8d0c-a5ac86bca99c",
      "value": 3
    }
  ]
}

VoteTokens

GET https://api.craftmania.cz/economy/leaderboard/votetokens

Endpoint vrací top 50 hráčů s nejvyšším počtem VoteTokens.

{
  "status": 200,
  "data": [
    {
      "index": 1,
      "nick": "MrPhox",
      "uuid": "98e10440-1132-4808-8d0c-a5ac86bca99c",
      "value": 70
    }
  ]
}

AchievementPoints

GET https://api.craftmania.cz/economy/leaderboard/achievement-points

Endpoint vrací top 50 hráčů s nejvyšším počtem Achievement Points.

{
  "status": 200,
  "data": [
    {
      "index": 1,
      "nick": "MrPhox",
      "uuid": "98e10440-1132-4808-8d0c-a5ac86bca99c",
      "value": 67533
    }
  ]
}

EventPoints

GET https://api.craftmania.cz/economy/leaderboard/event-points

Endpoint vrací top 50 hráčů s nejvyšším počtem Event Points. Event pointy se dají získat pouze na Event serveru za výhru v eventu.

{
  "status": 200,
  "data": [
    {
      "index": 1,
      "nick": "MrPhox",
      "uuid": "98e10440-1132-4808-8d0c-a5ac86bca99c",
      "value": 3
    }
  ]
}
PreviousLevelsNextOstatní

Last updated 5 years ago

Hodnota Achievement pointů neudává počet splněných achievementů ale celkovou hodnotu splněných achievementů, které hráč splnil. Více informací:

https://wiki.craftmania.cz/leveling-ranks/