V2 API Lookup

Lookup Venue by ID

Lookup for any sports Venue using the unique ID.

get/lookup/venue/{idVenue}

Path parameters

idVenueinteger required

The ID of the venue to lookup.

Response

Venue details for the given ID

idVenuestring
strVenuestring
strVenueAlternatestring
strSportstring
strDescriptionENstring
intCapacitystring
strCountrystring
strLocationstring
strThumbstring uri nullable

Example response

{
  "idVenue": "15910",
  "strVenue": "Guldfågeln Arena",
  "strVenueAlternate": "GFA",
  "strSport": "Soccer",
  "intCapacity": "12182",
  "strCountry": "Sweden",
  "strLocation": "Kalmar",
  "strThumb": "https://www.thesportsdb.com/images/media/venue/thumb/dwkssd1718798607.jpg"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.