Season Competitors
GET {{baseUrl}}/:locale/seasons/:urn_season/competitors.{{format}}?offset=0&limit=5&start=5
Provides a list of competitors 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 |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"generated_at":"1982-03-12T13:34:07.916Z","season_competitors":[{"id":"ut labore in","name":"irure proident","abbreviation":"sed Lorem","short_name":"Lorem irure est","virtual":false},{"id":"do magna in","name":"ut minim velit","abbreviation":"fugiat consectetur dolore l","short_name":"officia enim","virtual":false}]}