PlayStation-Trophies icon indicating copy to clipboard operation
PlayStation-Trophies copied to clipboard

Endpoint limit parameter values

Open aron0306 opened this issue 1 year ago • 0 comments

First of all, thank you so much for all your work on this project, it is really something unique!

I'm doing some tests with the api (using isFakeAccount Python wrapper) and found out that the limit parameter values for the endpoint https://m.np.playstation.net/api/trophy/v1/users/{accountId}/trophyTitles are as follows:

Min 1 (already in the documentation) Max 800 (higher values will return an 400 bad request http error) Default 100 (if not specified it will limit to 100 game titles trophies)

Since the numbers os trophies and titles are very different in sizes I believe the values may be different on other endpoints, but I'll try to confirm it and let you know.

Since I'm not a developer and have little to no experience with Git commands etc I'm posting it here. 😅

aron0306 avatar Aug 29 '22 20:08 aron0306