setlist.fm · Schema

artist

This class represents an artist. An artist is a musician or a group of musicians. Each artist has a definite Musicbrainz Identifier (MBID) with which the artist can be uniquely identified.

MusicConcertsSetlistsLive MusicVenuesArtiststour datesEvent

Properties

Name Type Description
mbid string unique Musicbrainz Identifier (MBID), e.g. "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
tmid number unique Ticket Master Identifier (TMID), e.g. 735610 (deprecated)
name string the artist's name, e.g. "The Beatles"
sortName string the artist's sort name, e.g. "Beatles, The" or "Springsteen, Bruce"
disambiguation string disambiguation to distinguish between artists with same names
url string the attribution url
View JSON Schema on GitHub

JSON Schema

setlist-fm-Artist.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.setlist.fm/schema/Artist",
  "title": "artist",
  "description": "This class represents an artist. An artist is a musician or a group of musicians. Each artist has a definite\n<a href=\"http://wiki.musicbrainz.org/MBID\">Musicbrainz Identifier</a> (MBID) with which the artist can be uniquely\nidentified.",
  "type": "object",
  "properties": {
    "mbid": {
      "example": "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d",
      "description": "unique Musicbrainz Identifier (MBID), e.g. <em>&quot;b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d&quot;</em>",
      "type": "string"
    },
    "tmid": {
      "example": 735610,
      "description": "unique Ticket Master Identifier (TMID), e.g. <em>735610</em> (deprecated)",
      "type": "number"
    },
    "name": {
      "example": "The Beatles",
      "description": "the artist's name, e.g. <em>&quot;The Beatles&quot;</em>",
      "type": "string"
    },
    "sortName": {
      "example": "Beatles, The",
      "description": "the artist's sort name, e.g. <em>&quot;Beatles, The&quot;</em> or <em>&quot;Springsteen, Bruce&quot;</em>",
      "type": "string"
    },
    "disambiguation": {
      "example": "John, Paul, George and Ringo",
      "description": "disambiguation to distinguish between artists with same names",
      "type": "string"
    },
    "url": {
      "example": "https://www.setlist.fm/setlists/the-beatles-23d6a88b.html",
      "description": "the attribution url",
      "type": "string"
    }
  },
  "example": {
    "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"
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/setlist-fm-Artist"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.