API:2/guild/search

From Guild Wars 2 Wiki
< API:2‎ | guild
Jump to navigationJump to search

/v2/guild/search

HTTP method
GET
Format
json
API version
version 2
Release date
2016-07-26
Scope
none
Optional
none

This resource returns information on guild ids to be used for other API queries.

Parameters

  • name - The guild name must be given in order to obtain the relevant id.

Response

The endpoint returns an array, each value being a string of the guild id for the given name.

Example

https://api.guildwars2.com/v2/guild/search?name=Edit%20Conflict

 [
   "116E0C0E-0035-44A9-BB22-4AE3E23127E5"
 ]