API:2/build
From Guild Wars 2 Wiki
< API:2
Jump to navigationJump to search
/v2/build
- HTTP method
- GET
- Format
- json
- API version
- version 2
- Release date
- 2015-02-13
- Scope
- none
- Optional
- none
This resource returns the current build id of the game.
Parameters
None
Response
The response is an object with the single property id
containing the current build id as a number.
Example
https://api.guildwars2.com/v2/build
{ "id": 115267 }