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
  • Online počet hráčů
  • Registrovaný hráči
  • Seznam členů AT
  1. Server

Statistiky

Statistiky o serveru, počtu hráčů a různých celkových statistik.

Online počet hráčů

GET https://api.craftmania.cz/server/playercount

Endpoint vrací status serveru, zda je online, offline, počet hráčů a ping.

{
  "status": 200,
  "data": {
    "players": {
      "online": 669,
      "max": 1000
    },
    "isOnline": true,
    "version": 399,
    "latency": 39,
    "favicon": "xxxxx"
  }
}

Registrovaný hráči

GET https://api.craftmania.cz/server/uniqueplayers

Endpoint vrací počet unikátních hráčů registrovaných na serveru od Prosince 2013.

{
  "status": 200,
  "data": {
    "amount": 988233
  }
}

Seznam členů AT

GET https://api.craftmania.cz/server/stafflist

Endpoint vrací seznam členů AT nebo členů, kteří mají povolení se připojovat na interní servery.

{
  "status": 200,
  "data": [
    {
      "nick": "MrWakeCZ",
      "uuid": "43d05dab-2dbc-418b-9e6f-dc73ab916dbc",
      "rank": "12"
    }
  ]
}
PreviousOstatníNextMojang API

Last updated 5 years ago