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. | |
start | number | The number of items to skip before starting to collect the result set. Default: 0 |
RESPONSES
status: OK
{"generated_at":"2014-08-04T16:22:08.815Z","season_competitors":[{"id":"amet dolore nostrud dolore","name":"ut minim commodo","abbreviation":"Ut fugiat exercitation","short_name":"id incididunt"},{"id":"amet culpa eu","name":"et sunt","abbreviation":"proident sunt fugiat","short_name":"officia"}]}