API:2/wvw/timers/teamAssignment

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

/v2/wvw/timers/teamAssignment

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

This resource provides time/date information about when team assignment changes are implemented for each region.

Response

The endpoint returns an array with a singular object containing the following:

  • na (string) – ISO 8601 representation of the NA region change time.
  • eu (string) - ISO 8601 representation of the EU region change time.

Example

https://api.guildwars2.com/v2/wvw/timers/teamAssignment

  {
    "na": "2025-03-08T02:00:00Z",
    "eu": "2025-03-07T18:00:00Z"
  }