MusicBrainz API/Search/TagJsonOutput: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(Created page with "{ "created": "2013-02-05T08:20:52.180Z", ===Json=== <pre><nowiki> "tag-list": { "count": 5, "offset": 0, "tag": [ { ...")
 
m (→‎Json: move this to a deeper level)
Line 2: Line 2:


"created": "2013-02-05T08:20:52.180Z",
"created": "2013-02-05T08:20:52.180Z",
===Json===
====Json====
<pre><nowiki>
<pre><nowiki>
"tag-list": {
"tag-list": {

Revision as of 17:09, 18 March 2013

{

   "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"
            }
        ]
    }