GET Client Region

https://127.0.0.1:{port}/riotclient/region-locale

Gets info about the region and locale from the Riot client

Headers:

URL Parameters:

Other Variables:

Response:

type ClientRegionResponse = {
    locale: string;
    region: string;
    webLanguage: string;
    webRegion: string;
};