v1

latestOpenAPI 3.0.0Apache 2.02026-07-17181617.7 KB
guild

/guild/{guildName}

Returns a single guild <br><br>[cache 1 min]

get/guild/{guildName}

Path parameters

guildNamestring string required

Name of the guild to return

Response

successful operation

namestring
realmIDinteger
realm'Albion' | 'Midgard' | 'Hibernia'
embleminteger
realmPointsinteger
bountyPointsinteger
membersinteger

Example response

{
  "name": "Clan Cotswold",
  "realmID": 1,
  "realm": "Albion",
  "realmPoints": 77845992,
  "bountyPoints": 24669,
  "members": 123
}