The SeasonPlayerHeatmap endpoint returns a rendered heatmap visualization of a player’s on-field activity during a specific season. GET /api.php

Parameters

module
string
Module API fixed and cannot be changed. Always use api.
api
string
Endpoint name. Use SeasonPlayerHeatmap.
version
string
API version. Use V2.
season_id
integer
Unique identifier of the season from which the player heatmap is generated.
player_id
integer
Unique identifier of the player whose activity heatmap is requested.
lang
string
Language used for any optional metadata. Supported values: en, ar.
type
string
Output format. Use image to return the rendered heatmap visualization.
key
string
Authentication key used to authorize the API request.
The response generates a visual heatmap based on the player’s event locations during the selected season. This endpoint is useful for:
  • Player movement analysis
  • Tactical scouting
  • Identifying positional tendencies
  • Visualizing player involvement across the pitch
  • Media and broadcast graphics

Example Request

curl "https://korastats.pro/pro/api.php?module=api&api=SeasonPlayerHeatmap&version=V2&type=image&lang=en&season_id=560&player_id=5817&key=YOUR_API_KEY"
HTTP/1.1 200 OK
Content-Type: image/png