MusicBrainz API/Search/FreeDBSearchJsonOutput: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(Created page with "===Json==== <pre><nowiki> { "freedb-disc-list": { "count": 2, "offset": 0, "freedb-disc": [ { "id": "6e108c07", ...")
 
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
===Json====
<pre><nowiki>
{

"freedb-disc-list": {
"count": 2,
"offset": 0,
"freedb-disc": [
{
"id": "6e108c07",
"score": "100",
"title": "To the power of three",
"artist": "Laura Lippman",
"category": "misc",
"year": "2005",
"track-list": {
"count": 7
}
},
{
"id": "6e108c07",
"score": "100",
"title": "Doo-Doo-Doo",
"artist": "Ole Lukkoye",
"category": "folk",
"year": "1997",
"track-list": {
"count": 7
}
}
]
}

}
</nowiki></pre>

Latest revision as of 00:09, 8 July 2020