πŸ™ŽPlayer

The following endpoint will return global player information and statistics:

Getting global information about a player

GET https://api.comugamers.net/player

Gets all public information about a specific player.

Query Parameters

Name
Type
Description

username*

String

The username of the player.

uuid

String

The player's unique ID. Due to how our authentication system works, player UUIDs may differ from what you would normally see.

{
    "status": 400,
    "message": "Bad Request"
}

Player information

Field
Type
Description

uuid

UUID

The unique ID of the player.

username

String

The name of the player.

privacyPreferences

Object

The privacy preferences of a player, as they're able to disable certain parts of their data from being shown on the Public API.

info

Object

Contains basic player information, such as their first login, last login and language.

globalStats

Object

Contains global player statistics.

linkedAccounts

Object

Contains the linked accounts of a player. Hidden by default, but can be enabled from the /settings menu in-game.

Field
Type
Description

id

Integer

The rank ID.

content

String

A human-readable string representation of the rank.

ultraColor

Object

Preferred ULTRA rank color of the player.

Fetching player information

Important: This API is still a work in progress. If you want to use it, consider contacting a staff member.

Last updated