{ "opencollection": "1.0.0", "info": { "name": "Sportmonks Football Fixtures Schedules API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Schedules", "type": "folder" }, "items": [ { "info": { "name": "Get Schedule By Season", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportmonks.com/v3/football/schedules/seasons/:seasonId", "params": [ { "name": "seasonId", "value": "", "type": "path" } ] }, "docs": "Returns the round-by-round schedule for a season." } ] } ], "bundled": true }