UNPKG

psn-api

Version:

A well-tested library that lets you get trophy, user, and game data from the PlayStation Network.

6 lines (4 loc) 189 B
export const USER_BASE_URL = "https://m.np.playstation.com/api/userProfile/v1/internal/users"; export const USER_GAMES_BASE_URL = "https://m.np.playstation.com/api/gamelist/v2/users";