πŸ‘KnockbackFFA

The following endpoint will return KnockbackFFA-related statistics:

Getting global information about a player info on KnockbackFFA

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

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 the player.

stats

Object

The player knockback statistics.

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

Last updated