MusicBrainz API/Search/WorkJsonOutput: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(Created page with "====Json==== <pre><nowiki> { "created": "2017-03-12T17:25:03.53Z", "count": 1, "offset": 0, "works": [ { "id": "10c1a66a-8166-32ec-a00f-540f111ce7a3",...")
 
 
(No difference)

Latest revision as of 00:16, 8 July 2020

Json

{
  "created": "2017-03-12T17:25:03.53Z",
  "count": 1,
  "offset": 0,
  "works": [
    {
      "id": "10c1a66a-8166-32ec-a00f-540f111ce7a3",
      "score": "100",
      "title": "Frozen Fred",
      "relations": [
        {
          "type": "composer",
          "direction": "backward",
          "artist": {
            "id": "4c006444-ccbf-425e-b3e7-03a98bab5997",
            "name": "Michiel Peters",
            "sort-name": "Peters, Michiel"
          }
        },
        {
          "type": "performance",
          "direction": "backward",
          "recording": {
            "id": "17b376c8-68a8-43bb-a065-ff27c04cfd5f",
            "title": "Frozen Fred",
            "video": null
          }
        }
      ]
    }
  ]
}