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

gamesList route is unavailable #28

Closed rafaelfgyn closed 3 weeks ago

rafaelfgyn commented 3 weeks ago

https://m.np.playstation.com/api/gamelist/v2/users/{id}/titles?limit=20&offset=0

The given service is returning 503 for the past 2/3 days.

This route should return, among other things, the playDuration for a user's game.

Someone is aware of that?