API:2/wvw/guilds

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

/v2/wvw/guilds

HTTP method
GET
Format
json
API version
version 2
Release date
2024-08-18
Scope
none
Optional
none

This resource provides information about further available endpoints, used to identify which guild is associated with which region and matchmaking team for WvW.

Response

This request will return an array of the associated WvW guild region endpoints that may be requested.

Example

https://api.guildwars2.com/v2/wvw/guilds

  [
    "na",
    "eu"
  ]

See also