Skip to content

Files

Latest commit

 

History

History
59 lines (44 loc) · 1.3 KB

ListAvatars.md

File metadata and controls

59 lines (44 loc) · 1.3 KB

List Avatars

This API allows you to get public user info about a specific user using his ID

Request Method

GET

Endpoint

https://api.vrchat.cloud/api/1/avatars

Requires Authentication

Yes

Parameters

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

OrderOptions

- ascending
- descending

UserOptions

- me
- friends

SortOptions

- created
- updated
- order
- _created_at
- _updated_at

ReleaseStatus

- public
- private
- hidden
- all

Returns

Array of Avatars