APIEndpoint referenceCompetitions
/v2/competitions
List competition identities
List competition identities
Query Parameters
limit?integer
Maximum resources to return; defaults to 25
Range
1 <= value <= 100Default
25after?string
Opaque cursor for the next page
before?string
Opaque cursor for the previous page
q?string
Case-insensitive competition name search
Length
length <= 100regionId?string
Filter by region
Match
^[1-9][0-9]*$Response Body
application/json
application/problem+json
application/problem+json
curl -X GET "https://example.com/api/v2/competitions"{ "data": [ { "capabilities": { "liveAlerts": true, "performanceGraph": true, "playerStatistics": true }, "id": "string", "name": "string", "primaryColor": "string", "region": { "id": "string", "name": "string", "slug": "string" }, "secondaryColor": "string", "slug": "string" } ], "links": { "next": "string", "previous": "string", "self": "string" }, "page": { "hasNext": true, "hasPrevious": true, "limit": 0, "nextCursor": "string", "previousCursor": "string" }}