---
title: "/realm/{realmName}"
method: GET
path: "/realm/{realmName}"
tags: ["realm"]
---

# /realm/{realmName}

`GET /realm/{realmName}`

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

## Path parameters

- `realmName` string, string, required

## Response `200`

successful operation

- Keep[]
  - `Name` string
  - `originalRealm` 'Albion' | 'Midgard' | 'Hibernia'
  - `currentRealm` 'Albion' | 'Midgard' | 'Hibernia' | 'None'
  - `claimingGuild` string
  - `Level` integer
  - `underSiege` 0 | 1

## Other responses

- `404` — Realm $realmName not found

## Changes

- **2022-05-26** `c853de26dadb` — 3 warning
  - added the new `0.00` enum value to the `items/underSiege` response property for the response status `200`
  - added the new `1.00` enum value to the `items/underSiege` response property for the response status `200`
  - added the new `None` enum value to the `items/currentRealm` response property for the response status `200`
- **2022-05-21** `eceb7955a431` — 6 warning
  - added the new `Albion` enum value to the `items/currentRealm` response property for the response status `200`
  - added the new `Albion` enum value to the `items/originalRealm` response property for the response status `200`
  - added the new `Hibernia` enum value to the `items/currentRealm` response property for the response status `200`
  - added the new `Hibernia` enum value to the `items/originalRealm` response property for the response status `200`
  - …2 more
- **2022-05-20** `73b8c306ded8` — 2 info
  - added the optional property `items/Level` to the response with the `200` status
  - added the optional property `items/underSiege` to the response with the `200` status
- **2022-01-12** `5eafc02c7919` — 1 info
  - endpoint added
- **2021-12-08** `ed9c251dd091` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/opendaoc/apis/atlasapi/changes/realm/:realmName/get.md)

---

[API](https://skmtc.dev/opendaoc/apis/atlasapi.md) · [All operations](https://skmtc.dev/opendaoc/apis/atlasapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opendaoc/atlasapi/revisions/c52550dc12b8/schema)
