API:2/characters/:id/quests

From Guild Wars 2 Wiki
Jump to navigationJump to search

/v2/characters/:id/quests

HTTP method
GET
Format
json
API version
version 2
Release date
2019-06-13
Scope
account
characters
progression
Optional
none

This resource returns information about the quests selected that by a character attached to a specific account.

Parameters

  • access_token - (optional) If the API key is not specified in the request header, it can be specified here.

Response

An array of strings representing quest IDs pertaining to the quests selected during a character's story progression. References /v2/quests.

Example

Request

  https://api.guildwars2.com/v2/characters/<character name>/quests
  Authorization: Bearer <API key>

  https://api.guildwars2.com/v2/characters/<character name>/quests?access_token=<API key>

Response

[
  337,
  310,
  162,
  335,
  ...
]

Notes

The same quest id may be returned more than once for the same character if they have completed the story Prologue: Uncertain Times (695).