Avatar API

Get normal avatar

get

Retrieves a user's Roblox avatar image without modifications

Path parameters
robloxIDstringRequired

Roblox user ID with optional .png extension

Example: 123456789.png
Responses
200
Avatar image retrieved successfully
image/png
Responsestring · binary
get
GET /normal/{robloxID} HTTP/1.1
Host: avatars.vaultroblox.com
Accept: */*
binary

Get avatar with colored background

get

Retrieves a user's Roblox avatar image with a random colored background

Path parameters
robloxIDstringRequired

Roblox user ID with optional .png extension

Example: 123456789.png
Responses
200
Avatar image with colored background retrieved successfully
image/png
Responsestring · binary
get
GET /colour/{robloxID} HTTP/1.1
Host: avatars.vaultroblox.com
Accept: */*
binary

Last updated