This API allows you to get public user info about a specific user using his ID
GET
https://api.vrchat.cloud/api/1/avatars
Yes
Field | Type | Optional | Description |
---|---|---|---|
user | UserOptions |
yes | to who the avatar belongs |
featured | boolean | yes | is featured (public avatars) |
tag | string | yes | tags |
search | string | yes | Search by name |
n | int | yes | How many users to return |
offset | int | yes | How many users to skip |
order | OrderOptions |
yes | how to order |
releaseStatus | ReleaseStatus |
yes | The realse status |
sort | SortOptions |
how to sort | |
maxUnityVersion | string | yes | The max unity version the world support |
minUnityVersion | string | yes | The min unity version the world support |
maxAssetVersion | string | yes | The max asset version the world support |
minAssetVersion | string | yes | The min asset version the world support |
platform | string | yes | The platform the world support |
- ascending
- descending
- me
- friends
- created
- updated
- order
- _created_at
- _updated_at
- public
- private
- hidden
- all
Array of Avatars