API:2/backstory

From Guild Wars 2 Wiki
Jump to navigationJump to search

/v2/backstory

HTTP method
GET
Format
json
API version
version 2
Release date
2016-04-29
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/backstory

Response

[
  "questions",
  "answers"
]

See also