Hi Banana,
Most of the bugs you've reported seems to be fixed, can you checked that ?
Here is some details about your comments.
For your first remark about rankings, you're calling the wrong URL.
For Environment it's not titles/rankings but [stadium|canyon|valley|storm|elite|royal]/rankings.
You first call
Code: Select all
titles/rankings/multiplayer/zone/index.txt?title=TMCanyon&offset=1&length=10
should be
Code: Select all
canyon/rankings/multiplayer/zone/index.txt?&offset=1&length=10
For your third comment, you should'nt be able to request Stadium ranking on Canyon url
I've tested today, and in fact the results are different if you call
Code: Select all
canyon/rankings/.../?title=TMStadium
or
But for the first url you will have canyon ranking with stadium as environment
Concerning this call
titles/rankings/multiplayer/player/banane9/index.txt, have you played online to titles different from stadium, canyon, valley, storm, royal or elite ?
If you have'nt played other titles it's completely normal as you have no rankings.
About servers, here is the supported filters:
TitleId (e.g: SMStormElite@nadeolabs), ZoneId, hide full, and hide empty
so if you want Elite servers in France non full and non empty you'll get:
Code: Select all
servers/index.txt?zoneId=2&titleUids[]=SMStormElite@nadeolabs&hideFull=1&hideEmpty=1