LolStatusApiV3

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

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

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

Initialize a new LolStatusApiV3 which uses the provided base_api

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

Get League of Legends status for the given shard.

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

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