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 |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"generated_at":"1958-10-18T07:03:07.151Z","season_competitors":[{"id":"ipsum in","name":"sed esse Lorem","abbreviation":"Excepteu","short_name":"non laborum ea labore"},{"id":"tempor volupt","name":"cul","abbreviation":"enim veniam commodo nostrud","short_name":"exercitation Duis d"}]}