-
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".
[SEARCH-383] JSON return an array called 'artist' instead of 'artists'
Comment |
[ From http://musicbrainz.org/doc/Development/JSON_Web_Service "WARNING: This web service is available on the production server (musicbrainz.org/ws/2/), but should be not be considered stable. There are still some known bugs, and we may decide to make some small changes to the API as documented below" ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Reopened [ 4 ] | New: Closed [ 6 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Closed [ 6 ] | New: Reopened [ 4 ] |
Funnily, MBS itself fell into that trap, too.