{ "opencollection": "1.0.0", "info": { "name": "The Odds Events Participants API", "version": "4.0.0" }, "request": { "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "items": [ { "info": { "name": "Participants", "type": "folder" }, "items": [ { "info": { "name": "Get Sport Participants", "type": "http" }, "http": { "method": "GET", "url": "https://api.the-odds-api.com/v4/sports/:sport/participants", "params": [ { "name": "sport", "value": "", "type": "path", "description": "Sport key from /v4/sports." }, { "name": "apiKey", "value": "", "type": "query", "description": "Your API key." } ] }, "docs": "Returns a list of teams or players participating in the specified sport. Quota: 1 credit." } ] } ], "bundled": true }