{ "opencollection": "1.0.0", "info": { "name": "PandaScore Changes Game - League of Legends API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Game - League of Legends", "type": "folder" }, "items": [ { "info": { "name": "List League of Legends matches", "type": "http" }, "http": { "method": "GET", "url": "https://api.pandascore.co/lol/matches" }, "docs": "List League of Legends matches" } ] } ], "bundled": true }