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":"2018-09-29T20:13:53.421Z","season_competitors":[{"id":"ut anim aliqua amet","name":"incididunt eiusmod id","abbreviation":"fugiat ea exercitation consectetur","short_name":"amet veniam"},{"id":"in veniam Duis id","name":"in velit nostrud","abbreviation":"ut sit consequat aute","short_name":"ullamco elit"}]}