guild

/guild/getAll

Returns all guilds<br><br>[cache 120 min]

get/guild/getAll

Response

successful operation

namestring
realmIDinteger
realm'Albion' | 'Midgard' | 'Hibernia'
embleminteger
realmPointsinteger
bountyPointsinteger
membersinteger

Example response

[
  {
    "name": "Clan Cotswold",
    "realmID": 1,
    "realm": "Albion",
    "realmPoints": 77845992,
    "bountyPoints": 24669,
    "members": 123
  }
]

Changes

Changed in 3 of the 18 revisions of this API.131

    • added the new Albion enum value to the items/realm response property for the response status 200

      response-property-enum-value-added

    • added the new Hibernia enum value to the items/realm response property for the response status 200

      response-property-enum-value-added

    • added the new Midgard enum value to the items/realm response property for the response status 200

      response-property-enum-value-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