Pandascore
Connector for the pandascore API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.pandascore.co - Auth:
query:token(pass your key via theapiKeyinput)
Operations
get_additions— GET /additions — List additionsget_changes— GET /changes — List changesget_deletions— GET /deletions — List deletionsget_incidents— GET /incidents — List changes, additions and deletionsget_leagues— GET /leagues — List leaguesget_leagues_leagueidorslug— GET /leagues/{league_id_or_slug} — Get a league
Inputs
apiKey— your pandascore API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_additions
apiKey: <your key>