JamBase · Example Payload

Getcountries

Returns all Countries in alphabetical order by ISO2.

ArtistsConcertsEventsFestivalsLive MusicMusicSetlistsTicketsToursVenues

Getcountries is an example object payload from JamBase, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pathmethodoperationIdsummarydescriptionparameters

Example Payload

Raw ↑
{
  "path": "/geographies/countries",
  "method": "GET",
  "operationId": "getCountries",
  "summary": "Get Countries",
  "description": "Returns all Countries in alphabetical order by ISO2.\n",
  "parameters": [
    {
      "name": "countryHasUpcomingEvents",
      "in": "query",
      "required": false,
      "description": "Only include Countries with / without upcoming events. Omit for both."
    }
  ]
}