🖍️
Discord Archive
  • Discord Archive Docs
  • API v1
    • Users
      • Get User Object
      • Get User Avatar
  • API v2
    • Users
      • Get User Object
      • Get User Avatar
    • Bots
      • Get Bot Object
  • API V2 Objects
    • User
    • User Avatar Object
  • Archive
    • About
      • Avatars
      • Icons
      • Default Guild Icon
  • Our Discord server
  • Users
Powered by GitBook
On this page

Was this helpful?

  1. API v2
  2. Users

Get User Avatar

Get User Object

GET https://api.discord.wf/v2/users/:id/avatar

This endpoint gives the public info of a user from Discord. A user get cached for 12 hours, and get refreshed for the next request.

Path Parameters

Name
Type
Description

id

string

ID of the requested user.

Query Parameters

Name
Type
Description

animated

boolean

Sets the animated status of the avatarurl.

size

integer

Sets the avatarurl size.

{
  "id": "181482416748232705",
  "avatar": "a_1fe4a3209e9bdd3e2c452a2d79200999",
  "username": "Zapto",
  "discriminator": "0001",
  "avatarurl": "https://cdn.discordapp.com/attachments/749754059782750289/773313352629223444/a_1fe4a3209e9bdd3e2c452a2d79200999.png"
}
{
  "message": "Failed.",
  "error": true
}

PreviousGet User ObjectNextBots

Last updated 4 years ago

Was this helpful?