GET All Venues

GET All Venues

https://cricket.sportmonks.com/api/v2.0/venues

Endpoint details

Authorization

API Key

Pagination

NO

Parameters

Available parameters

filter

Array of fields to filter on. Can be used by adding &filter[{field you want to filter}]. For example: &filter[country_id]=98.

fields[object]

Only return fields you are interested in. Simply add &fields[object]=id,name,code to your request url.

sort

One or comma separated list of fields to sort on. Can be used by adding &sort= to your request url.

Filters

city

Sort

You can sort on all fields.

Example response

https://cricket.sportmonks.com/api/v2.0/venues?api_token={API_TOKEN}

Last updated