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 event/season id.
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":"2020-03-24T19:08:52.048Z","season_competitors":[{"id":"consectetur culpa","name":"incididunt Ut fugiat esse aute","abbreviation":"dolor esse","short_name":"cillum esse"},{"id":"quis laborum aute","name":"est in dolore culpa co","abbreviation":"ullamco cupidatat sed in mollit","short_name":"occaecat eu irure proident"}]}