andshrew / PlayStation-Trophies

Sony has an API for retrieving details of the trophies an account has earned, but there is no public documentation for using it. This is an attempt at documenting the API by capturing the requests made by the https://my.playstation.com web site.
MIT License
100 stars 4 forks source link

Getting the region of a game ... API Endpoint needed #23

Open MedusaLuchs85 opened 10 months ago

MedusaLuchs85 commented 10 months ago

Hello together, it's not an issue, but a question form my side. I have done some research on the internet, but until now, there seems no way.

I want to get the region / country of a game. Because currently I have some games which has not the console registered region. I can play the games, and everything works well, but when I search for the trophies which I have done, I don't know the region code of the game. The region belongs to the CUSA /PPSA code or maybe to the NPWR id. But fetching the user game list or the trophy list, the regions will not be available inside the JSON structure.

Do you guys know a trick or a API endpoint to fetch this data?

Thanks in advanced