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
Example response
{
"name": "Clan Cotswold",
"realmID": 1,
"realm": "Albion",
"realmPoints": 77845992,
"bountyPoints": 24669,
"members": 123
}