/guild/{guildName}
Returns a single guild <br><br>[cache 1 min]
Path parameters
Name of the guild to return
Response
successful operation
Example response
{
"name": "Clan Cotswold",
"realmID": 1,
"realm": "Albion",
"realmPoints": 77845992,
"bountyPoints": 24669,
"members": 123
}Changes
Changed in 4 of the 18 revisions of this API.156
- ●
added the new
Albionenum value to therealmresponse property for the response status200response-property-enum-value-added
- ●
added the new
Hiberniaenum value to therealmresponse property for the response status200response-property-enum-value-added
- ●
added the new
Midgardenum value to therealmresponse property for the response status200response-property-enum-value-added
- ●
- ○
added the optional property
membersto the response with the200statusresponse-optional-property-added
- ○
- ▲
removed the required property
Namefrom the response with the200statusresponse-required-property-removed
- ○
added the optional property
nameto the response with the200statusresponse-optional-property-added
- ▲
- ●
removed the optional property
membersfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
namefrom the response with the200statusresponse-optional-property-removed
- ○
removed the
Albionenum value from therealmresponse property for the response status200response-property-enum-value-removed
- ○
removed the
Hiberniaenum value from therealmresponse property for the response status200response-property-enum-value-removed
- ○
removed the
Midgardenum value from therealmresponse property for the response status200response-property-enum-value-removed
- ○
added the required property
Nameto the response with the200statusresponse-required-property-added
This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●