{ "opencollection": "1.0.0", "info": { "name": "Sportmonks Football Fixtures Leagues API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Leagues", "type": "folder" }, "items": [ { "info": { "name": "List Leagues", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportmonks.com/v3/football/leagues", "params": [ { "name": "include", "value": "", "type": "query", "description": "Semicolon-separated list of related entities to embed in the response." }, { "name": "page", "value": "", "type": "query", "description": "Page number for paginated collection responses." } ] }, "docs": "Returns all leagues accessible to the authenticated subscription." }, { "info": { "name": "Get League By ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportmonks.com/v3/football/leagues/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "include", "value": "", "type": "query", "description": "Semicolon-separated list of related entities to embed in the response." } ] }, "docs": "Returns a single league by identifier." } ] } ], "bundled": true }