Overview
This endpoint returns the complete list of statistic types used in the KoraStats analytics system. Each stat type defines:- The statistic name
- The aggregation method (SUM, AVG, etc.)
- Whether the stat applies to:
- Teams
- Players
- Goalkeepers
- Referees
- Coaches
Typical use cases
- Build dynamic analytics dashboards
- Map stat IDs to human-readable names
- Discover available metrics for players, teams, and coaches
- Integrate stat catalogs into external analytics tools
Parameters
Always use
apiThe API name, use
ListStatTypesThe API version (use
V2)en for English, ar for ArabicOutput format (
json or xml)Your API key
Example Request
Response
Field Explanation
| Field | Description |
|---|---|
intID | Unique identifier of the stat type |
strStatName | Human-readable name of the statistic |
strAccumulativeType | Aggregation method used (e.g. SUM, AVG) |
boolTeam | Indicates if the stat applies to teams |
boolGK | Indicates if the stat applies to goalkeepers |
boolPlayer | Indicates if the stat applies to players |
boolReferee | Indicates if the stat applies to referees |
boolCoach | Indicates if the stat applies to coaches |