Finding artist spcific album is not accurate

I’m trying to find the release ‘Imagine’ from the artist ‘Armin van Buuren’ This group, Why the api doesnt give me the accurate information ? I tried this call :

http://musicbrainz.org/ws/2/recording/?query=artist:armin%20van%20buuren+recording:imagine&fmt=json

But there is no ‘Imagine’ at all, Anyone can help ?

You are searching for a recording that contains the keywords van, buuren or imagine by an artist called “Armin”.

What you instead want is to put the artist name in quotes like this:

http://musicbrainz.org/ws/2/recording/?query=artist:“armin%20van%20buuren”+recording:imagine&fmt=json

6 Likes