{ "opencollection": "1.0.0", "info": { "name": "Fixtures-v2 Competitions Matches API", "version": "2.0.280" }, "items": [ { "info": { "name": "Matches", "type": "folder" }, "items": [ { "info": { "name": "List matches", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/matches", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Record limit (default 10, maximum 500)" }, { "name": "offset", "value": "", "type": "query", "description": "Skip the first N records" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to return" }, { "name": "competitionId", "value": "", "type": "query" }, { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" } ] }, "docs": "List matches" }, { "info": { "name": "Get a match", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/matches/:matchId", "params": [ { "name": "matchId", "value": "", "type": "path" } ] }, "docs": "Get a match" } ] } ], "bundled": true }