why some times
/lol/league/v3/positions/by-summoner/
return data like this:
[ { "tier": "SILVER", "leagueName": "Lee Sin's Redeemers", "queueType": "RANKED_SOLO_5x5" } ]
there is no:
1. Wins
2. Losses
3. LeaguePoints
4.Rank
5.Series info
What should I do with this data?
PS: I think we need something like /lol/league/v3/leagues/{leagueName} for this situation.
Answer by Colorfulstan (EUW) · Oct 17, 2017 at 06:25 PM
It's a known bug
leagueId is also currently unavailable, also a known issue
Answer by Magik Trik (NA) · Oct 17, 2017 at 06:21 PM
Interesting, it seems like it is fragmented data. Without getting an ID back from that request, it is virtually useless. I suppose you would need to filter it out by checking if there is a LeagueID present in the data, and if there isn't, omit it.