PandaScore ​
Esports data API with live matches, leagues, tournaments, and real-time odds.
| Detail | Value |
|---|---|
| Category | iGaming |
| Base URL | https://api.pandascore.co |
| Authentication | Bearer Token |
| Endpoints | 10 |
| Connector key | pandascore |
Using PandaScore in a workflow ​
- Go to Connections and click New Connection.
- Pick PandaScore from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /leagues | List leagues |
| GET /leagues/{id}/matches | League matches |
| GET /leagues/{id}/tournaments | League tournaments |
| GET /matches | All matches |
| GET /matches/running | Live matches |
| GET /matches/upcoming | Upcoming matches |
| GET /matches/past | Completed matches |
| GET /tournaments/{id}/rosters | Tournament rosters |
| GET /lives | Real-time live data |
| GET /incidents | Data change feed |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.