GET/discord/user/[id]/avatar

getDiscordUserAvatar

Get the avatar of a Discord user by their ID.

Request

GET/discord/user/[id]/avatar

Parameters

id
string

The ID of the Discord user

Query

size
numberOptional (default: 512)

The size of the avatar image by powers of 2.

Responses

200

Successful response

Body

file
A file is returned as the body.

Headers

Content-Typestring

The content type of the image

Cache-Controlstring

The cache control header

400
Error

An invalid size was provided

Body

object
{ "data": null, "error": "Invalid size" }
400
Error

An invalid Discord ID was provided. This may be because it was not found.

Body

object
{ "data": null, "error": "No Discord ID provided" }

© Copyright ted.ac 2025. All rights reserved.