Skip to content

PandaScore ​

Esports data API with live matches, leagues, tournaments, and real-time odds.

DetailValue
CategoryiGaming
Base URLhttps://api.pandascore.co
AuthenticationBearer Token
Endpoints10
Connector keypandascore

Using PandaScore in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick PandaScore from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /leaguesList leagues
GET /leagues/{id}/matchesLeague matches
GET /leagues/{id}/tournamentsLeague tournaments
GET /matchesAll matches
GET /matches/runningLive matches
GET /matches/upcomingUpcoming matches
GET /matches/pastCompleted matches
GET /tournaments/{id}/rostersTournament rosters
GET /livesReal-time live data
GET /incidentsData change feed

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.