MusicBrainz API/Search/ReleaseJsonOutput: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(Created page with "====Json==== <pre><nowiki> { "created": "2017-03-12T17:20:00.235Z", "count": 1, "offset": 0, "releases": [ { "id": "62d1c4ef-fc00-37af-8df7-485f6a31fcc4",...")
 
(→‎Json: Add release status ID for https://tickets.metabrainz.org/browse/SEARCH-624)
 
(One intermediate revision by one other user not shown)
Line 11: Line 11:
"count": 1,
"count": 1,
"title": "Fred Schneider & The Shake Society",
"title": "Fred Schneider & The Shake Society",
"status-id": "4e304316-386d-3409-af2e-78857eec5cfe",
"status": "Official",
"status": "Official",
"packaging": "Cardboard/Paper Sleeve",
"packaging": "Cardboard/Paper Sleeve",

Latest revision as of 08:56, 21 December 2020

Json

{
  "created": "2017-03-12T17:20:00.235Z",
  "count": 1,
  "offset": 0,
  "releases": [
    {
      "id": "62d1c4ef-fc00-37af-8df7-485f6a31fcc4",
      "score": "100",
      "count": 1,
      "title": "Fred Schneider & The Shake Society",
      "status-id": "4e304316-386d-3409-af2e-78857eec5cfe",
      "status": "Official",
      "packaging": "Cardboard/Paper Sleeve",
      "text-representation": {
        "language": "eng",
        "script": "Latn"
      },
      "artist-credit": [
        {
          "artist": {
            "id": "43bcca8b-9edc-4997-8343-122350e790bf",
            "name": "Fred Schneider",
            "sort-name": "Schneider, Fred",
            "aliases": [
              {
                "sort-name": "Schneider, Frederick William",
                "name": "Frederick William Schneider",
                "locale": null,
                "type": "Legal name",
                "primary": null,
                "begin-date": null,
                "end-date": null
              },
              {
                "sort-name": "Fred Schneider & the Shake Society",
                "name": "Fred Schneider & the Shake Society",
                "locale": null,
                "type": null,
                "primary": null,
                "begin-date": null,
                "end-date": null
              }
            ]
          }
        }
      ],
      "release-group": {
        "id": "0ef97d52-3f00-31bf-8413-f83ccb362675",
        "primary-type": "Album"
      },
      "date": "1984",
      "country": "US",
      "release-events": [
        {
          "date": "1984",
          "area": {
            "id": "489ce91b-6658-3307-9877-795b68554c98",
            "name": "United States",
            "sort-name": "United States",
            "iso-3166-1-codes": [
              "US"
            ]
          }
        }
      ],
      "barcode": "07599251581",
      "label-info": [
        {
          "catalog-number": "1-25158",
          "label": {
            "id": "c595c289-47ce-4fba-b999-b87503e8cb71",
            "name": "Warner Bros. Records"
          }
        }
      ],
      "track-count": 9,
      "media": [
        {
          "format": "12\" Vinyl",
          "disc-count": 0,
          "track-count": 9
        }
      ]
    }
  ]
}