TibiaData/tibiadata-api-go

Problem with highscores pages

Closed this issue · 0 comments

For some combinations of server, voc, category, there are more than 20 pages to a highscores list (e.g. antica has 40 pages for knight magic level). But when I request some of these later pages, the API does not give me results.

e.g. on v3, any page above 23 doesn't give results: https://api.tibiadata.com/v3/highscores/Antica/magiclevel/knight/24
And on v4, any page above 30 doesn't give results: https://dev.tibiadata.com/v4/highscores/Antica/magiclevel/knight/31
This is despite both of these endpoints returning total_pages: 40
I am able to browse these high page numbers without a problem on the tibia website