MusicBrainz API/Search/FreeDBSearchJsonOutput

From MusicBrainz Wiki
< MusicBrainz API‎ | Search
Revision as of 12:24, 5 February 2013 by Ijabz (talk | contribs)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Json

{

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

}