{ "opencollection": "1.0.0", "info": { "name": "PandaScore Changes API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Changes", "type": "folder" }, "items": [ { "info": { "name": "Get the latest additions", "type": "http" }, "http": { "method": "GET", "url": "https://api.pandascore.co/additions", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "since", "value": "", "type": "query" } ] }, "docs": "Get the latest additions" }, { "info": { "name": "Get the latest updates", "type": "http" }, "http": { "method": "GET", "url": "https://api.pandascore.co/changes" }, "docs": "Get the latest updates" }, { "info": { "name": "Get the latest updates and additions", "type": "http" }, "http": { "method": "GET", "url": "https://api.pandascore.co/incidents" }, "docs": "Get the latest updates and additions" } ] } ], "bundled": true }