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
104 stars 4 forks source link

Game Region Data #20

Closed rafaelfgyn closed 1 year ago

rafaelfgyn commented 1 year ago

Hello, I would like to know if there's a way of getting the region of a game through Sony's API. For example. One game can have multiple instances by region, ASIA, USA, EU, etc...

andshrew commented 1 year ago

Hi @rafaelfgyn

I don't know of a direct way of finding this information.

You could indirectly figure this out using the Title Id trophy endpoint if you had a list of known Title Ids to run against it (hint: PlayStation-Titles).

But you'll run into the same limitation that all of the trophy endpoints have; you only get information back from the API if the account you are querying against has played the game.