I need to get whole user's tracklist by SC api. Before I use the next link format:
But it has stopped to work correct recently. Changes:
- limit has been decreased by SC from 200 tracks to 50;
- returned tracks have become random (eg user has 300 tracks, but request above returns 54 tracks and link to the next page of tracks where fields "offset=50&limit=50" are appearing; when I change field "page_size" from 200 to 50, SC returns only 18 tracks).
Also I've tried to use fields "offset" and "limit" instead of "page_size" but it has worked incorrect, too.
How I can get whole user's tracklist?