{ "opencollection": "1.0.0", "info": { "name": "Sportmonks Football Fixtures Standings API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Standings", "type": "folder" }, "items": [ { "info": { "name": "Get Standings By Season", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportmonks.com/v3/football/standings/seasons/:seasonId", "params": [ { "name": "seasonId", "value": "", "type": "path" }, { "name": "include", "value": "", "type": "query", "description": "Semicolon-separated list of related entities to embed in the response." } ] }, "docs": "Returns the league table for a given season." } ] } ], "bundled": true }