MusicBrainz API/Search/TagJsonOutput

From MusicBrainz Wiki
< MusicBrainz API‎ | Search
Revision as of 17:09, 18 March 2013 by Mineo (talk | contribs) (→‎Json: move this to a deeper level)
Jump to navigationJump to search

{

   "created": "2013-02-05T08:20:52.180Z",

Json

 
   "tag-list": {
        "count": 5,
        "offset": 0,
        "tag": [
            {
                "score": "100",
                "name": "shoegaze"
            },
            {
                "score": "62",
                "name": "rock shoegaze"
            },
            {
                "score": "62",
                "name": "indie shoegaze"
            },
            {
                "score": "50",
                "name": "doom metal ethereal shoegaze"
            },
            {
                "score": "31",
                "name": "ambient folk classical electronic shoegaze alternative rock indie"
            }
        ]
    }