setlist.fm · Schema

tour

The tour a setlist was a part of.

MusicConcertsSetlistsLive MusicVenuesArtistsTour DatesEvents

Properties

Name Type Description
name string The name of the tour.
View JSON Schema on GitHub

JSON Schema

setlist-fm-Tour.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.setlist.fm/schema/Tour",
  "title": "tour",
  "description": "The tour a setlist was a part of.",
  "type": "object",
  "properties": {
    "name": {
      "example": "North American Tour 1964",
      "description": "The name of the tour.",
      "type": "string"
    }
  },
  "example": {
    "name": "North American Tour 1964"
  }
}