-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
-
None
Hi,
Searching for artists, I use the following URL : http://musicbrainz.org/ws/2/artist?query=artist:"foo"&limit=10&fmt=json
The response look like :
{ "created" => "2013-11-10T07:52:48.173Z",
"count" => 506,
"offset" => 0,
"artist" => [...]
}
Accordingly to the doc, I expected to get an "artists" key instead of "artist".