Avatar API
Retrieves a user's Roblox avatar image without modifications
Path parameters
robloxIDstringRequiredExample:
Roblox user ID with optional .png extension
123456789.png
Responses
200
Avatar image retrieved successfully
image/png
Responsestring · binary
400
Invalid or missing robloxID
application/json
404
Failed to fetch avatar
application/json
500
Internal server error
application/json
get
GET /normal/{robloxID} HTTP/1.1
Host: avatars.vaultroblox.com
Accept: */*
binary
Retrieves a user's Roblox avatar image with a random colored background
Path parameters
robloxIDstringRequiredExample:
Roblox user ID with optional .png extension
123456789.png
Responses
200
Avatar image with colored background retrieved successfully
image/png
Responsestring · binary
400
Invalid or missing robloxID
application/json
404
Failed to fetch avatar
application/json
500
Internal server error
application/json
get
GET /colour/{robloxID} HTTP/1.1
Host: avatars.vaultroblox.com
Accept: */*
binary
Last updated