Show / Hide Table of Contents

Enum RegionalRoute

Regional routes, used in tournament services, Legends of Runeterra (LoR), and some other endpoints.

Namespace: Camille.Enums
Assembly: Camille.Enums.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum RegionalRoute : byte

Fields

Name Description
AMERICAS

North and South America.

1 (riotapi-schema ID/repr)

APAC

Asia-Pacific, deprecated, for some old matches in lor-match-v1.

10 (riotapi-schema ID/repr)

ASIA

Asia, used for LoL matches (match-v5) and TFT matches (tft-match-v1).

2 (riotapi-schema ID/repr)

ESPORTS

Special esports platform for account-v1. Do not confuse with the esports Valorant platform route.

11 (riotapi-schema ID/repr)

ESPORTSEU

Special Europe esports platform for account-v1. Do not confuse with the esports Valorant platform route.

12 (riotapi-schema ID/repr)

EUROPE

Europe.

3 (riotapi-schema ID/repr)

SEA

South East Asia, used for LoR, LoL matches (match-v5), and TFT matches (tft-match-v1).

4 (riotapi-schema ID/repr)

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX