LolStatusApiV4

class riotwatcher._apis.league_of_legends.LolStatusApiV4(base_api: riotwatcher._apis.BaseApi.BaseApi)

This class wraps the LoL-Status-v4 Api calls provided by the Riot API.

See https://developer.riotgames.com/api-methods/#lol-status-v3 for more detailed information

Initialize a new LolStatusApiV4 which uses the provided base_api

Parameters:base_api (BaseApi) – the root API object to use for making all requests.
platform_data(region: str)

Get League of Legends status for the given platform.

Requests to this API are not counted against the application Rate Limits.

Parameters:region (string) – the region to execute this request on
Returns:PlatformStatus