APIEndpoint referenceModels

/models/{id}

GET
/api/v2/models/{id}

Path Parameters

id*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/models/string"
{  "$schema": "https://example.com/schemas/Models.json",  "createdAt": "string",  "description": "string",  "group": 0,  "id": 0,  "lastXMatches": 0,  "marketType": "string",  "minimumMatches": 0,  "name": "string",  "onlyIfPlayerStarted": true,  "opponentMultiplier": "string",  "status": "string",  "updatedAt": "string"}