guild

/guild/{guildName}

Returns a single guild

get/guild/{guildName}

Path parameters

guildNamestring string required

Name of the guild to return

Response

successful operation

Namestring required
realmIDinteger
realmstring
embleminteger
realmPointsinteger
bountyPointsinteger

Example response

{
  "Name": "Clan Cotswold",
  "realmID": 1,
  "realm": "Albion",
  "realmPoints": 77845992,
  "bountyPoints": 24669
}

Changes