Skip to main content
GET
/
users
/
check-tag
Check username tag availability
curl --request GET \
  --url https://api.fluxer.app/v1/users/check-tag \
  --header 'Authorization: <api-key>'
{
  "taken": true
}

Authorizations

Authorization
string
header
required

Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.

Query Parameters

username
string
required
Required string length: 1 - 32
Pattern: ^[a-zA-Z0-9_]+$
discriminator
string
required

The discriminator to check

Pattern: ^\d{1,4}$

Response

Success

taken
boolean
required

Whether the username/discriminator combination is already taken