I am trying to get a track's metadata from Last.fm web api. I tried getting the details using the track name and track artists and it worked. But to get more accurate results I wanted to use a song's MusicBrainzId(mbid) to get the details.
last.fm api's documentaion for reference
Now I am using the following GET request to get a json response
But I am getting an error response i.e.
{"error":6,"message":"Track not found","links":[]}
As I understood from the api documentation we can use mbid instead of track and artist params. Its not working for me. Please help me on this.
189002e7-3285-4e2e-92a3-7f6c30d407a2
(courtesy of [musicbrainz.org/doc/MusicBrainz_Identifier](MusicBrainz)), does the problem persist? – Martijn