SoccersAPIDocs
DocsReference › Venues

Venues

Stadiums with capacity, city, coordinates and images in several sizes.

Open in the interactive reference

Operations

Route reference

Operations

The t query parameter selects the operation. Parameters not listed for an operation are ignored.

t Operation Required Optional
list All venues. All venues, or the venues of a country. Paginated, 100 items per page. country_id, page
byseason Venues by season. Venues of the teams taking part in a season. season_id
info Venue by ID. One venue with capacity, city, coordinates and image. id

Examples

All venues:

GET /v2.2/venues/?user=USER&token=TOKEN&t=list&country_id=15

Venues by season:

GET /v2.2/venues/?user=USER&token=TOKEN&t=byseason&season_id=14192

Venue by ID:

GET /v2.2/venues/?user=USER&token=TOKEN&t=info&id=191