{ "opencollection": "1.0.0", "info": { "name": "Sportmonks Football Fixtures Livescores API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Livescores", "type": "folder" }, "items": [ { "info": { "name": "List Livescores", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportmonks.com/v3/football/livescores", "params": [ { "name": "include", "value": "", "type": "query", "description": "Semicolon-separated list of related entities to embed in the response." }, { "name": "filters", "value": "", "type": "query", "description": "Semicolon-separated filter expressions applied to the collection." }, { "name": "select", "value": "", "type": "query", "description": "Comma-separated list of fields to include in each entity (field selection)." } ] }, "docs": "Returns all currently in-play and recently played fixtures." }, { "info": { "name": "List In-Play Livescores", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportmonks.com/v3/football/livescores/inplay", "params": [ { "name": "include", "value": "", "type": "query", "description": "Semicolon-separated list of related entities to embed in the response." }, { "name": "filters", "value": "", "type": "query", "description": "Semicolon-separated filter expressions applied to the collection." } ] }, "docs": "Returns only fixtures currently in progress." } ] } ], "bundled": true }