psn-api
Version:
A well-tested library that lets you get trophy, user, and game data from the PlayStation Network.
6 lines (5 loc) • 481 B
TypeScript
export declare const USER_BASE_URL = "https://m.np.playstation.com/api/userProfile/v1/internal/users";
export declare const USER_GAMES_BASE_URL = "https://m.np.playstation.com/api/gamelist/v2/users";
export declare const USER_LEGACY_BASE_URL = "https://us-prof.np.community.playstation.net/userProfile/v1/users";
export declare const USER_CPSS_BASE_URL = "https://m.np.playstation.com/api/cpss";
export declare const USER_DMS_BASE_URL = "https://dms.api.playstation.com/api";