# Status

Allows access to LOL platform status by region

## Methods

### V3.shard\_data(regionId, get\_url=False)

Get League of Legends status for the given shard.

**regionId**: LOL server ID. Accepted values: 0-11(inclusive) for 'BR1', 'EUN1', 'EUW1', 'JP1', 'KR', 'LA1', 'LA2', 'NA1', 'OC1', 'RU' & 'TR1'

**get\_url**: When true, don't make an API call and returns the url connection

**return**: JSON object retrieved from riot API call (or link when get\_url is True)

### V4.platform\_data(regionId, get\_url=False)

Get League of Legends status for the given platform

**regionId**: LOL server ID. Accepted values: 0-11(inclusive) for 'BR1', 'EUN1', 'EUW1', 'JP1', 'KR', 'LA1', 'LA2', 'NA1', 'OC1', 'RU' & 'TR1'

**get\_url**: When true, don't make an API call and returns the url connection

return: JSON object retrieved from riot API call (or link when get\_url is True)
