API:1/build
From Guild Wars 2 Wiki
< API:1
Jump to navigationJump to search
/v1/build.json
- HTTP method
- GET
- Format
- json
- API version
- version 1
- Release date
- ?
- Scope
- none
- Optional
- none
This resource returns the current build id of the game. This can be used to for example register when event timers reset due to server restarts.
Parameters
None
Response
The response is an object with the single property build_id
containing the current build id as a number.
Example
https://api.guildwars2.com/v1/build.json
{ "build_id": 22120 }