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
  }
]

Changes

Changed in 5 of the 18 revisions of this API.193

    • added the new 0.00 enum value to the items/underSiege response property for the response status 200

      response-property-enum-value-added

    • added the new 1.00 enum value to the items/underSiege response property for the response status 200

      response-property-enum-value-added

    • added the new None enum value to the items/currentRealm response property for the response status 200

      response-property-enum-value-added

    • added the new Albion enum value to the items/currentRealm response property for the response status 200

      response-property-enum-value-added

    • added the new Albion enum value to the items/originalRealm response property for the response status 200

      response-property-enum-value-added

    • added the new Hibernia enum value to the items/currentRealm response property for the response status 200

      response-property-enum-value-added

    • added the new Hibernia enum value to the items/originalRealm response property for the response status 200

      response-property-enum-value-added

    • added the new Midgard enum value to the items/currentRealm response property for the response status 200

      response-property-enum-value-added

    • added the new Midgard enum value to the items/originalRealm response property for the response status 200

      response-property-enum-value-added

    • added the optional property items/Level to the response with the 200 status

      response-optional-property-added

    • added the optional property items/underSiege to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog