v1

latestSwagger 2.02026-07-13153383.1 KB
/1.0/artist/{mbid}

.

Returns an artist for a given Musicbrainz MBID

get/1.0/artist/{mbid}

Path parameters

mbidstring required

a Musicbrainz MBID, e.g. 0bfba3d3-6a04-4779-bb0a-df07df5b0558

Response

Success

mbidstring

unique Musicbrainz Identifier (MBID), e.g. <em>"b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"</em>

tmidnumber

unique Ticket Master Identifier (TMID), e.g. <em>735610</em> (deprecated)

namestring

the artist's name, e.g. <em>"The Beatles"</em>

sortNamestring

the artist's sort name, e.g. <em>"Beatles, The"</em> or <em>"Springsteen, Bruce"</em>

disambiguationstring

disambiguation to distinguish between artists with same names

urlstring

the attribution url

Example response

{
  "mbid": "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d",
  "name": "The Beatles",
  "sortName": "Beatles, The",
  "disambiguation": "John, Paul, George and Ringo",
  "url": "https://www.setlist.fm/setlists/the-beatles-23d6a88b.html"
}