/guild/{guildName}/members
Returns all players in a guild <br><br>[cache 120 min]
Path parameters
Name of the guild of which return players
Response
successful operation
Example response
[
{
"name": "Player",
"lastname": "Lastname",
"guild": "Atlas",
"realm": "Hibernia",
"race": "Lurikeen",
"raceID": 12,
"class": "Eldritch",
"classID": 40,
"level": 50,
"realmPoints": 91014,
"realmRank": "3L2",
"killsAlbionPlayers": 198,
"killsMidgardPlayers": 245,
"killsAlbionDeathBlows": 39,
"killsMidgardDeathBlows": 38,
"killsAlbionSolo": 1,
"killsMidgardSolo": 1,
"pvpDeaths": 549
}
]Changes
Changed in 5 of the 18 revisions of this API.22025
- ●
removed the optional property
items/primaryTradeSkillfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/tradeSkillsfrom the response with the200statusresponse-optional-property-removed
- ●
- ○
added the optional property
items/primaryTradeSkillto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/tradeSkillsto the response with the200statusresponse-optional-property-added
- ○
- ▲
removed the required property
items/Namefrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
items/ClassIDfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/ClassNamefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/Guildfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/KillsAlbionDeathBlowsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/KillsAlbionPlayersfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/KillsAlbionSolofrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/KillsHiberniaDeathBlowsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/KillsHiberniaPlayersfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/KillsHiberniaSolofrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/KillsMidgardDeathBlowsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/KillsMidgardPlayersfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/KillsMidgardSolofrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/Lastnamefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/Levelfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/Realmfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/RealmIDfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/RealmPointsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/RealmRankfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
items/classto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/classIDto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/guildto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/killsAlbionDeathBlowsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/killsAlbionPlayersto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/killsAlbionSoloto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/killsHiberniaDeathBlowsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/killsHiberniaPlayersto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/killsHiberniaSoloto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/killsMidgardDeathBlowsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/killsMidgardPlayersto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/killsMidgardSoloto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/lastnameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/levelto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/nameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/pvpDeathsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/raceto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/raceIDto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/realmto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/realmIDto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/realmPointsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/realmRankto the response with the200statusresponse-optional-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲