I want to fetch the last week top tracks
of an artist using the last.fm API but I don't see any relevant method call for that.
I looked at artist.getTopTracks
method but it returns the overall top tracks of an artist.
So, is there any way I can fetch just the last week top tracks using the API.