Users

The V1 API has been deprecated, please use the V2

Gets a user

GET https://api.overwatch.wtf/v1/users/:id

Path Parameters

Name
Type
Description

id*

Snowflake

Id

Query Parameters

Name
Type
Description

with_presence

Boolean

Adds the presence in the response.

Headers

Name
Type
Description

Authorization*

Token

API Key

{
  "id": "80088516616269824",
  "username": "Danny",
  "avatar": "39ec2502115271c24eb969018fcd8b55",
  "discriminator": "0007",
  "public_flags": 262912,
  "banner": null,
  "bio": "",
  "flags": 262912,
  "banner_color": null,
  "last_updated": "1642919854",
  "presence": {
    "status": "online",
    "client_status": {
      "desktop": "online"
    },
    "activities": [],
    "last_updated": "1642919855"
  }
}

Gets the username history of a user.

GET https://api.overwatch.wtf/v1/users/:id/history/usernames

Path Parameters

Name
Type
Description

id*

Snowflake

Id

Headers

Name
Type
Description

Authorization*

Token

API Key

Gets the discriminator history of a user.

GET https://api.overwatch.wtf/v1/users/:id/history/discriminators

Path Parameters

Name
Type
Description

id*

Snowflake

Id

Headers

Name
Type
Description

Authorization*

Token

API Key

Gets the avatar history of a user.

GET https://api.overwatch.wtf/v1/users/:id/history/avatars

Path Parameters

Name
Type
Description

id*

Snowflake

Id

Headers

Name
Type
Description

Authorization*

Token

API Key

Gets the flags history of a user.

GET https://api.overwatch.wtf/v1/users/:id/history/flags

Path Parameters

Name
Type
Description

id*

Snowflake

Id

Headers

Name
Type
Description

Authorization*

Token

API Key

Last updated

Was this helpful?