MusicBrainz API/Search/CDStubsSearchJsonOutput: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(Created page with "<pre><nowiki> { "created": "2013-02-05T08:20:53.231Z", "cdstub-list": { "count": 1, "offset": 0, "cdstub": [ { "id...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
====Json====
<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>

Latest revision as of 00:08, 8 July 2020

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