NoxVR Documentation
Avatars

Get avatar

Retrieve an avatar by ID.

GET
/avatars/{avatar_id}

Path Parameters

avatar_idinteger

Response Body

application/json

application/json

curl -X GET "https://nox.hactazia.fr/api/avatars/0"
{
  "id": 0,
  "title": "string",
  "description": "string",
  "server": "string",
  "tags": [
    "string"
  ],
  "thumbnail": "http://example.com",
  "owner": "string"
}
{
  "error": {
    "message": "Resource not found.",
    "code": 3,
    "status": 404
  },
  "data": null
}