API:2/wvw/timers/lockout
From Guild Wars 2 Wiki
Jump to navigationJump to search
/v2/wvw/timers/lockout
- 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 lockout takes place for each region, prior to team changes occurring.
Response
The endpoint returns an array with a singular object containing the following:
na
(string) – ISO 8601 representation of the NA region lockout time.eu
(string) - ISO 8601 representation of the EU region lockout time.
Example
https://api.guildwars2.com/v2/wvw/timers/lockout
{ "na": "2025-03-04T07:59:00Z", "eu": "2025-03-04T07:59:00Z" }