You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If "currently played game" is the only thing you need, you can get your presence status using the presence server, which will make it available at the endpoint of your profile at https://nxapi-presence.fancy.org.uk/api/presence/{id}
There do not seem to be any CORS rules set in place so you should be able to fetch it directly from the frontend of your site as long as you allow that domain in your sites content security header.
Not sure what Samuels policy is on pulling data from the presence server however.
Since Node.JS is already running in the backend (presumably):
Would it be possible to port this to PHP or the like to be able to print the status of "currently played game" on a website ?
For comparison, with steam you can easily fetch it via their own api.
The text was updated successfully, but these errors were encountered: