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

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 4 of the 18 revisions of this API.156

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the optional property members to the response with the 200 status

      response-optional-property-added

    • removed the required property Name from the response with the 200 status

      response-required-property-removed

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

      response-optional-property-added

    • removed the optional property members from the response with the 200 status

      response-optional-property-removed

    • removed the optional property name from the response with the 200 status

      response-optional-property-removed

    • removed the Albion enum value from the realm response property for the response status 200

      response-property-enum-value-removed

    • removed the Hibernia enum value from the realm response property for the response status 200

      response-property-enum-value-removed

    • removed the Midgard enum value from the realm response property for the response status 200

      response-property-enum-value-removed

    • added the required property Name to the response with the 200 status

      response-required-property-added

    This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog