MusicBrainz API/Search/TagJsonOutput

From MusicBrainz Wiki
< MusicBrainz API‎ | Search
Revision as of 12:36, 5 February 2013 by Ijabz (talk | contribs) (Created page with "{ "created": "2013-02-05T08:20:52.180Z", ===Json=== <pre><nowiki> "tag-list": { "count": 5, "offset": 0, "tag": [ { ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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"
            }
        ]
    }