Uploaded image for project: 'MusicBrainz Server'
  1. MusicBrainz Server
  2. MBS-9734

Inconsistency between the JSON search API and the lookup/browse one in ws/2/

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 2018-06-30
    • None
    • Search
    • None

      Ive found an inconsistency in the returned form of isrcs when using JSON search API.
      I am only finding the isrcs in the for of a kvp when "Search" requests return, as in contrast to Browse/Lookup requests where only an array of isrc values are returned.

      So for example when requesting:
      http://musicbrainz.org/ws/2/recording/?query="Blow%20Your%20Mind"&fmt=json

      In each returned recording you will find each isrc in the kvp form:
      "isrcs":[

      {"id":"GBAMC9900024"}

      ,

      {"id":"GBAMC9900025"}

      ]

      but as mentioned all other Browse/Loolup request return something like:
      "isrcs":["GB01A0801425","GBCHB9810013"]

      and from what im told this is inconsistent with the what the xml API defines.
      (I havent used the xml API) thus im assuming its a bug rather than an improvement

            samj1912 Sambhav Kothari
            axa88 T
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package
                2018-06-30