LoLMatchPlayer
Player's data for a LoL Match
Properties
Name | Type | Required | Description |
---|---|---|---|
assists | int | ✅ | |
deaths | int | ✅ | |
first_name | str | ✅ | First name of the player. null if unknown |
image_url | str | ✅ | URL to the photo of the player. null if not available. |
kills | int | ✅ | |
last_name | str | ✅ | Last name of the player. null if unknown |
name | str | ✅ | Professional name of the player |
nationality | str | ✅ | Country code matching the nationality of the player according to the ISO 3166-1 standard (Alpha-2 code). In addition to the standard, the XK code is used for Kosovo. null if unknown |
number_of_games | int | ✅ | Number of games |
player_id | int | ✅ | ID of the player |
role | LoLMatchPlayerRole | ✅ | |
slug | str | ✅ | Unique, human-readable identifier for the player. id and slug can be used interchangeably throughout the API. |
LoLMatchPlayerRole
Properties
Name | Type | Required | Description |
---|---|---|---|
ADC | str | ✅ | "adc" |
JUN | str | ✅ | "jun" |
MID | str | ✅ | "mid" |
SUP | str | ✅ | "sup" |
TOP | str | ✅ | "top" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs