Season Competitors
GET {{baseUrl}}/:locale/seasons/:urn_season/competitors.{{format}}?offset=0&limit=5&start=5
Provides a list of teams participating for a given season.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | number | The number of items to skip before starting to collect the result set. Default: 0 | |
limit | number | The numbers of items to return. Maximum: 200 | |
start | number | The number of items to skip before starting to collect the result set. Default: 0 |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"generated_at":"2013-08-24T15:56:55.406Z","season_competitors":[{"id":"reprehenderit in","name":"adipisicing culpa","abbreviation":"consectetur dolor aliqu","short_name":"officia Ut Duis id","virtual":false},{"id":"enim ad dolore dolor laborum","name":"ad laboris enim esse ipsum","abbreviation":"nostrud sunt quis","short_name":"proident eiusmod amet","virtual":true}]}