v1

latestOpenAPI 3.0.0Apache 2.02026-07-17181617.7 KB
realm

/realm/{realmName}

Returns the Keep's status for a given Realm <br><br>[cache 1 min]

get/realm/{realmName}

Path parameters

realmNamestring string required

Name of the Realm to return

Response

successful operation

Namestring
originalRealm'Albion' | 'Midgard' | 'Hibernia'
currentRealm'Albion' | 'Midgard' | 'Hibernia' | 'None'
claimingGuildstring
Levelinteger
underSiege0 | 1

Example response

[
  {
    "Name": "Arvakr Faste",
    "originalRealm": "Midgard",
    "currentRealm": "Albion",
    "claimingGuild": "Cotswold Clan",
    "Level": 4
  }
]