NintendoSwitchRESTAPI icon indicating copy to clipboard operation
NintendoSwitchRESTAPI copied to clipboard

Exposing friend suggestions from recent activity

Open s-gordon opened this issue 1 year ago • 2 comments

Hi all. This is a general curiosity question, so apologies if it's out of scope for Issues.

Does the NSO API expose friend suggestions from recent online activity on the console? I have a passion project in mind, and having this available through an API would be perfect.

s-gordon avatar Sep 16 '22 07:09 s-gordon

This repo isn't too active anymore but @samuelthomas2774 may know the answer

frozenpandaman avatar Sep 16 '22 14:09 frozenpandaman

Hi, friend suggestions are only available from the Switch friend suggestions server currently. This is only based on friends on other Nintendo services and linked Twitter/Facebook accounts, not recent activity.

I don't have any proper documentation for the NSO app's API but you can see all the current endpoints (except for voice chat) here: https://github.com/samuelthomas2774/nxapi/blob/main/src/api/coral.ts and the ones for the Parental Controls app here: https://github.com/samuelthomas2774/nxapi/blob/main/src/api/moon.ts.

samuelthomas2774 avatar Sep 18 '22 15:09 samuelthomas2774