Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Playstation Network API to get information?

Is it possible to get a Playstation network API working on a site? I'm wanting to create a site where PSN users can join online competitions using their PSN name

like image 631
Duggy G Avatar asked Aug 02 '17 08:08

Duggy G


People also ask

Does PSN have an API?

psn-api is a well-tested JavaScript library that lets you get trophy, user, and game data from the PlayStation Network.

How do I find my PlayStation Network Info?

To view and edit information for your account, select (Settings) > [Account Management] > [Account Information]. The account information available to you varies depending on the country or region and the type of account. For details, visit the customer support website for your country or region.

What API does the PS5 use?

But this is not true as such, since there is a point where it differs and it is precisely said graphic API used. RDNA 2 on PC was designed around DirectX 12 Ultimate which is also found on Xbox, instead, PS5 uses a proprietary API with similar specifications to DX12 Ultimate.

How do you see someone's activity on PSN?

Select the Friend whose profile you want to view. This appears on an account that has been verified by PlayStation®. You can follow this account by selecting [Follow]. When you follow the account, you can view its activities under [What's New] and other areas.


1 Answers

There is a PHP wrapper for the PSN API. It is called psn-php by Tustin and is the only one I have found online that is actively maintained. Link to GitHub:

https://github.com/Tustin/psn-php

like image 70
user982467 Avatar answered Oct 04 '22 06:10

user982467