Jump to content
McKay Development

getAppRichPresenceLocalization URL endpoint?


Recommended Posts

I'm making an application using steam's API with python and i need the RPC locatization data, after about an hour of searching i found the `getAppRichPresenceLocalization` function within the libraries' "friends" component.

My actual question is what endpoint is actually queried by the function? I tried reading the code pretty far above my head, i would guess it'd be " https://api.steampowered.com/ICommunityService/GetAppRichPresenceLocalization/v1/ " but it seems to be of no avail no matter what i do.

Link to comment
Share on other sites

steam-user communicates directly with the Steam backend using the same protocol as the Steam client, which is not HTTP.

Some Steam endpoints are available both via the Steam client and the WebAPI, but this particular one isn't. ICommunityService/GetAppRichPresenceLocalization would be the URL if this one was available via WebAPI, but it's not.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...