MusicBrainz API/Search/CDStubsSearchJsonOutput: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
No edit summary
(→‎Json: Updated with current results of https://beta.musicbrainz.org/ws/2/cdstub/?query=title:Doo&limit=1&fmt=json)
Line 2: Line 2:
<pre><nowiki>
<pre><nowiki>
{
{
"created": "2017-02-14T11:00:32.046Z",

"created": "2013-02-05T08:20:53.231Z",
"count": 53,
"cdstub-list": {
"offset": 0,
"count": 1,
"cdstubs": [
"offset": 0,
{
"cdstub": [
"id": "NKpg6j_S6swmiKYEYsFhYrSwgQA-",
{
"score": "100",
"id": "NKpg6j_S6swmiKYEYsFhYrSwgQA-",
"count": 15,
"score": "100",
"title": "Stupid Doo Doo Dumb",
"title": "Stupid Doo Doo Dumb",
"artist": "Mac Dre",
"artist": "Mac Dre",
"barcode": "618763105025",
"barcode": "618763105025",
"comment": "CD Baby id:macdremusic5"
}
"comment": "CD Baby id:macdremusic5",
]
"track-list": {
"count": 15
}
}
]
}
}
}
</nowiki></pre>
</nowiki></pre>

Revision as of 11:14, 14 February 2017

Json

{
    "created": "2017-02-14T11:00:32.046Z",
    "count": 53,
    "offset": 0,
    "cdstubs": [
        {
            "id": "NKpg6j_S6swmiKYEYsFhYrSwgQA-",
            "score": "100",
            "count": 15,
            "title": "Stupid Doo Doo Dumb",
            "artist": "Mac Dre",
            "barcode": "618763105025",
            "comment": "CD Baby id:macdremusic5"
        }
    ]
}