API:2/homestead

From Guild Wars 2 Wiki
Jump to navigationJump to search

/v2/homestead

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

This resource returns a list of available sub-endpoints.

Response

This request will return an array of the endpoints that may be requested.

Example

Request

https://api.guildwars2.com/v2/homestead

Response

[
  "decorations",
  "decorationcategories"
]

Note

The sub-endpoint "glyphs" is not returned in the response.
  • "decorationcategories" seems to be a typo, the correct endpoint is "decorations/categories".

See also