v1

latestOpenAPI 3.0.32026-07-13142734.3 KB
avatar

Get Metadata

Get the metadata of an avatar in JSON format

get/avatars/{avatarId}

Path parameters

avatarIdstring required

ID of an avatar with .json ending

Response

Metadata of the avatar

bodyTypestring

The type of the avatar

outfitGenderstring

Gendor for the outfit

outfitVersioninteger

Version of the outfit

skinTonestring
createdAtstring date-time
updatedAtstring date-time

Example response

{
  "bodyType": "fullbody",
  "outfitGender": "masculine",
  "outfitVersion": 2,
  "skinTone": "#ffe5ce",
  "createdAt": "2021-11-05T21:39:56.684Z",
  "updatedAt": "2021-11-05T21:39:56.684Z"
}