get https://api.nodecraft.studio/v1/friends/unknown
Lists friends from the platform have not matched a Multiplayer Session. Useful to show the friendship in the UI, as to not make the user think they were un-friended.
Responses
Lists friends from the platform have not matched a Multiplayer Session. Useful to show the friendship in the UI, as to not make the user think they were un-friended.
xxxxxxxxxx
GET /v1/friends/unknown HTTP/1.1
Accept: application/json
Host: api.nodecraft.studio
​
​
xxxxxxxxxx
88}
{
"code": "friends.list.success",
"message": "Successfully retrieved friends list.",
"success": true,
"data": [
{
"player": {
"id": "00000000-0000-0000-0000-000000000000",
"username": "Slayer1337",
"ident": "76561198047699606",
"ident_type": "steam",
"image_avatar": "https://nodecraft.com/images/avatar.png"
},
"status": "playing",
"server": {
"id": "00000000-0000-0000-0000-000000000000",
"type": "private",
"title": "My Server",
"summary": "This is a short summary of the community",
"image_tile": "https://nodecraft.com/image.png",
"players_count": 0,
"players_max": 3,
"has_password": false,
"is_favorite": false,
"game_version": "0.0.15",
"server_region": {
"id": "na-east",
"title": "North America East"
},