guild

/guild/{guildName}/members

Returns all players in a guild <br><br>[cache 120 min]

get/guild/{guildName}/members

Path parameters

guildNamestring string required

Name of the guild of which return players

Response

successful operation

namestring
lastnamestring
guildstring
realm'Albion' | 'Midgard' | 'Hibernia' | 'None'
realmID1 | 2 | 3 | 0
racestring
raceIDinteger
classstring
classIDinteger
levelinteger
realmPointsinteger
realmRankstring
killsAlbionPlayersinteger
killsMidgardPlayersinteger
killsHiberniaPlayersinteger
killsAlbionDeathBlowsinteger
killsMidgardDeathBlowsinteger
killsHiberniaDeathBlowsinteger
killsAlbionSolointeger
killsMidgardSolointeger
killsHiberniaSolointeger
pvpDeathsinteger

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/primaryTradeSkill from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/tradeSkills from the response with the 200 status

      response-optional-property-removed

    • added the optional property items/primaryTradeSkill to the response with the 200 status

      response-optional-property-added

    • added the optional property items/tradeSkills to the response with the 200 status

      response-optional-property-added

  • aea8f19c218e11822See the full diff
    • removed the required property items/Name from the response with the 200 status

      response-required-property-removed

    • removed the optional property items/ClassID from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/ClassName from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/Guild from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/KillsAlbionDeathBlows from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/KillsAlbionPlayers from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/KillsAlbionSolo from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/KillsHiberniaDeathBlows from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/KillsHiberniaPlayers from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/KillsHiberniaSolo from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/KillsMidgardDeathBlows from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/KillsMidgardPlayers from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/KillsMidgardSolo from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/Lastname from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/Level from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/Realm from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/RealmID from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/RealmPoints from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/RealmRank from the response with the 200 status

      response-optional-property-removed

    • added the optional property items/class to the response with the 200 status

      response-optional-property-added

    • added the optional property items/classID to the response with the 200 status

      response-optional-property-added

    • added the optional property items/guild to the response with the 200 status

      response-optional-property-added

    • added the optional property items/killsAlbionDeathBlows to the response with the 200 status

      response-optional-property-added

    • added the optional property items/killsAlbionPlayers to the response with the 200 status

      response-optional-property-added

    • added the optional property items/killsAlbionSolo to the response with the 200 status

      response-optional-property-added

    • added the optional property items/killsHiberniaDeathBlows to the response with the 200 status

      response-optional-property-added

    • added the optional property items/killsHiberniaPlayers to the response with the 200 status

      response-optional-property-added

    • added the optional property items/killsHiberniaSolo to the response with the 200 status

      response-optional-property-added

    • added the optional property items/killsMidgardDeathBlows to the response with the 200 status

      response-optional-property-added

    • added the optional property items/killsMidgardPlayers to the response with the 200 status

      response-optional-property-added

    • added the optional property items/killsMidgardSolo to the response with the 200 status

      response-optional-property-added

    • added the optional property items/lastname to the response with the 200 status

      response-optional-property-added

    • added the optional property items/level to the response with the 200 status

      response-optional-property-added

    • added the optional property items/name to the response with the 200 status

      response-optional-property-added

    • added the optional property items/pvpDeaths to the response with the 200 status

      response-optional-property-added

    • added the optional property items/race to the response with the 200 status

      response-optional-property-added

    • added the optional property items/raceID to the response with the 200 status

      response-optional-property-added

    • added the optional property items/realm to the response with the 200 status

      response-optional-property-added

    • added the optional property items/realmID to the response with the 200 status

      response-optional-property-added

    • added the optional property items/realmPoints to the response with the 200 status

      response-optional-property-added

    • added the optional property items/realmRank to the response with the 200 status

      response-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