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

Current (PS5 / "v2") Base URL may have changed from .net to .com #15

Closed andshrew closed 1 year ago

andshrew commented 1 year ago

The base URL for accessing the API was https://m.np.playstation.net/api/trophy

It appears this may now be https://m.np.playstation.com/api/trophy

Avalanchee commented 1 year ago

Legend! I've been seeing errors all day so definitely felt like something broke.. only hoped it wasn't a serious issue.

Much appreciated :)

gamerxsocietydev commented 1 year ago

@andshrew @Avalanchee Do we have confirmation on if the API is back up and accessible? I am still receiving errors

andshrew commented 1 year ago

@gamerxsocietydev It's been working fine for me using the .com address since my post yesterday.

What errors are you seeing?

jeroenbourgois commented 1 year ago

@andshrew ABSOLUTE LEGEND!!!!!

andshrew commented 1 year ago

Documentation updated: https://github.com/andshrew/PlayStation-Trophies/commit/fc7a13d34646e16873baba0defbb2d50b4f2d620