API:2/account/home/nodes

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

/v2/account/home/nodes

HTTP method
GET
Format
json
API version
version 2
Release date
2017-03-01
Scope
account
progression
unlocks
Optional
none

This resource returns information about unlocked home instance nodes.

Parameters

  • access_token (optional) – Can be used to specify an API key for the request if it is not given in the request header.

Response

This request will return an array of strings. Each string represents the id of a particular node that can be resolved against /v2/home/nodes.

Example

Request

https://api.guildwars2.com/v2/account/home/nodes
Authorization: Bearer <API key>

Response

[
  "quartz_node",
  "krait_obelisk",
  "sprocket_generator",
  "wintersday_tree",
  "bandit_chest",
  "aurilium_node",
  "exalted_chest",
  "airship_cargo",
  "crystallized_supply_cache"
]