/
RO
roblox
/
Roblox API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 17h ago · Updated 2d ago
Details
Filter operations
Accounts
83
Advertising
20
Analytics
4
Assets
78
Avatars
35
Badges
26
Bans and blocks
15
Configs
9
Connections
19
get
/v1/metadata#friends.roblox.com
get
Get the number of friends a user has
post
/v1/my/friends/refresh-qr-session
get
Get all users that friend requests with targetUserId using exclusive start paging
get
/v1/my/friends/{userId}/check-qr-session
get
/v1/my/new-friend-requests/count
get
Get all incoming trusted friend requests using exclusive start paging.
post
/v1/presence/users
get
Return the number of pending friend requests.
get
Return the number of pending trusted friend requests.
post
Check if the requesting user is friends with the specified users.
get
Get list of all friends for the specified user.
get
Get the number of friends a user has
get
Get a paginated list of all friends for the specified user.
get
Gets a list of all groups the specified users' friends are in.
get
Get list of inactive friends for the specified user.
get
Get list of all online friends for the specified user.
get
Search for friends by name using a text query.
get
Gets a list of friend statuses of specified users against the specified user.
Creator Store
8
Data and memory stores
48
Developer products
21
Experiments
11
Game Events
5
Game passes
21
Generative AI
1
Groups
103
Interactions
26
Inventories
9
Localization
89
Luau Execution
5
Matchmaking
29
Metadata
15
Notifications
11
Observability
6
Places
20
Private servers
9
Team Create
8
Thumbnail Personalization
7
Thumbnails
11
Trades
16
Universes
38
User profiles
5
Users
14
Connections
User profiles
Users
post
/v1/presence/users
Request body
UserPresenceRequest
required
userIds
integer[]
nullable
Response
Success
UserPresencesResponse
required
userPresences
UserPresence[]
nullable
Changes