NintendoSwitchRESTAPI icon indicating copy to clipboard operation
NintendoSwitchRESTAPI copied to clipboard

Reverse engineered REST API used in the Nintendo Switch app for iOS. Includes documentation on Splatoon 2's API.

Results 10 NintendoSwitchRESTAPI issues
Sort by recently updated
recently updated
newest added

Is it possible to use Animal Crossing features ?

While trying to obtain a session token, it returns: `UnhandledPromiseRejectionWarning: StatusCodeError: 400 - {"error":"invalid_request","error_description":"The provided session_token_code is invalid"}` However, I think I correctly obtained Client ID, Login Page Token Code...

Is there any way to determine what game a friend is currently playing either as the API stands now, or in the future?

Hi, I'm having an issue with Step 2 of authentication, [getting service token](https://github.com/ZekeSnider/NintendoSwitchRESTAPI/blob/master/NintendoAccountBlueprint.md#service-token-connect100apitoken). When I use Postman to make the request, I get the error "Invalid request: The request does...

When trying to log into the Nintendo Switch Online App, an error message pops up: ```Communication Error: The Internet connection is unstable. Make sure you are connected to the Internet...

Would be great to have more information about the parental control API to get a detailed playtime per game. I have a Wireshark recording, but I'll first have to figure...

Everything is good up until the Account Login step at /v1/Account/Login. I get returned an error message saying "Upgrade required." I assume this has to do with the new version...

It would make future endeavours with the Nintendo APIs easier if the documentation was also present in Swagger format (preferably OpenAPI 3.0).

I did a bit of research and while I still don't fully understand how auth works I have some additional information. I'm creating an issue instead of a PR, as...

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...