Add sorting to the Web API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My Question or Issue
Hi everyone. I have a small project which will retrieve the albums for an artist, and then get the tracks for these albums.
My application only cares about the latest new tracks and albums. But, the API doesn't provide me any option to sort by date. This means, I have to go through all albums of an artist, find the new ones, and then get the tracks for those albums.
This is inefficient, and gets me rate limited.
Request: please allow us to sort the responses based on date (asc, desc), so that we do a single request, instead of potentially thousands.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page