This API allows you to get information about your friends
GET
All: https://api.vrchat.cloud/api/1/auth/user/friends
Favorite (Beta): https://api.vrchat.cloud/api/1/auth/user/friends/favorite
Yes
Field | Type | Optional | Description |
---|---|---|---|
offset | int | Yes | from where |
n | int | Yes | How many (maximum of 100) |
offline | boolean | Yes | Should return offline friends |
array of users
Field | Type | Description |
---|---|---|
id | string | the user id |
username | string | the login name |
displayName | string | the display name |
currentAvatarImageUrl | string | url to the avatar preview |
currentAvatarThumbnailImageUrl | string | url to the avatar thumbnail |
tags | array of strings | The permissions the user has. |
developerType | string | the user type |
location | string | World Id With Instance Number and extra stuff at the end |