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":"1972-05-11T09:59:09.101Z","season_competitors":[{"id":"Duis Excepteur velit aliquip minim","name":"sint Duis fugiat esse nulla","abbreviation":"ex sit non enim","short_name":"et"},{"id":"adipisicing t","name":"consequat dolore esse do ex","abbreviation":"sint et reprehenderit consequ","short_name":"Lorem nisi dolor in"}]}