Skip to main content
Use this endpoint to retrieve a user’s Roblox avatar as a 3D model. The CA Colombia API fetches the model data from the Roblox thumbnails API and returns a structured JSON object containing the OBJ geometry file reference, the MTL material file reference, an array of texture file references, and camera and bounding-box metadata. You can use this data to load and render the character’s avatar in a 3D scene.
This endpoint only works for your own account. The authenticated session must belong to the same userId in the path. Requests are rate-limited to 5 per minute.
The user must have a Roblox account linked to their CA Colombia profile. If no Roblox provider is connected, the request will return a 403 Forbidden error.

Endpoint

Path Parameters

string
required
The Snowflake ID of the user whose 3D avatar data you want to retrieve. Must match the authenticated user’s ID.

Response

string
A reference string for the OBJ geometry file of the 3D avatar model, as returned by the Roblox API.
string
A reference string for the MTL material file of the 3D avatar model, as returned by the Roblox API.
array
An array of reference strings, one for each texture image referenced by the MTL file.
object
Suggested camera configuration for rendering the avatar.
object
The axis-aligned bounding box of the avatar model, useful for centering or fitting the model in a viewport.

Example Request

Example Response

Error Responses