API:2/account/homestead/glyphs

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

/v2/account/homestead/glyphs

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

This resource returns information about glyphs stored in homestead collection boxes.

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 glyph that can be resolved against /v2/homestead/glyphs.

Example

Request

https://api.guildwars2.com/v2/account/homestead/glyphs
Authorization: Bearer <API key>

Response

[
  "volatility_harvesting",
  "volatility_logging",
  "volatility_mining"
]