Get Guild Realm Guildname
GET {{baseUrl}}/guild/:realm/:guildName?fields=<>
Fetches a single guild at a time through an HTTP GET request to a url describing the guild profile resource. By default, a basic dataset will be returned and with each request and zero or more additional fields can be retrieved. The core dataset returned includes the guild's name, level, faction and achievement points.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string | Indicates that one or more of the optional datasets is to be retrieved. The list of the optional fields that can be requested:n- guild: A summary of the guild that the character belongs to. If the character does not belong to a guild and this field is requested, this field will not be exposed.n- stats: A map of character attributes and stats.n- talents: A list of talent structures.n- items: A list of items equipted by the character. Use of this field will also include the average item level and |