{ "opencollection": "1.0.0", "info": { "name": "Sportmonks Football Fixtures Teams API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "List Teams", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportmonks.com/v3/football/teams", "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 paginated teams across covered leagues." }, { "info": { "name": "Get Team By ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportmonks.com/v3/football/teams/: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 team by identifier." } ] } ], "bundled": true }