Skip to content
Discussion options

You must be logged in to vote

Yes, it is possible via user.basic_presence

The output of get presence will be like this

    {
      "accountId": "940512162723934331",
      "availability": "availableToPlay",
      "primaryPlatformInfo": {
        "onlineStatus": "online",
        "platform": "PS5"
      },
      "gameTitleInfoList": [
        {
          "npTitleId": "CUSA14296_00",
          "titleName": "Rust",
          "format": "PS4",
          "launchPlatform": "PS5"
        }
      ]
    }

Admittedly it is a bit inefficient at the moment since basic presence accepts multiple account ids as params. I will move this function to client class next version most likely.

Edit: Looks like I am missing a param in url whi…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vvxdc
Comment options

Answer selected by vvxdc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants