Welcome to bedtwL Server API Docs

Developer's space.

bedtwL Server Player Global Stats

API Path: /api/v1/player/global

Query: player (string) - Player name or UUID

Returns:

{
    "coins": int # Player Global Coins,
    "level": int # Player Global levels,
    "xp": int # Player Global exp,
    "name": string # Player Name,
    "gift_count": int # Player gift count,
    "uuid": string # Player UUID
}

bedtwL Server Player FFA Stats

API Path: /api/v1/player/bwffa

Query: player (string) - Player name or UUID

Returns:

{
    "kills": int # Player Total Kills,
    "best_killstreak": int # Player Best Kill Streak,
    "skill": string # Player Selected Skill,
    "skill_level": int # Player Skill Level,
    "last_killstreak": int # Player Last Kill Streak,
    "deaths": int # Player Total Deaths
}

bedtwL Server Player Current Status

API Path: /api/v1/player/proxy

Query: player (string) - Player name or UUID

Returns:

{
    "server": string # Player's Current Server,
    "ping": int # Player's Ping in Milliseconds,
    "name": string # Player Name,
    "uuid": string # Player UUID
}