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 |
RESPONSES
status: OK
{"generated_at":"1952-09-26T00:26:11.429Z","season_competitors":[{"id":"eu id pariatur","name":"in sit dolor","abbreviation":"irure aute Duis laborum id","short_name":"commodo ex in Ut"},{"id":"cillum ad laboris","name":"nulla","abbreviation":"esse minim sed labore veniam","short_name":"commodo qui in enim"}]}