API:2/account/dailycrafting

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

/v2/account/dailycrafting

HTTP method
GET
Format
json
API version
version 2
Release date
2019-04-08
Scope
account
progression
Optional
none

This resource returns information about time-gated recipes that have been crafted by the account since daily-reset. This endpoint is only accessible with a valid API key.

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

The endpoint returns an array of strings, each representing a time-gated recipe name that can be resolved against /v2/dailycrafting. If no timed-gated recipes have been crafted since daily-reset by the account, it will return an empty array ([]).

Example

Request

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

Response

[
  "lump_of_mithrilium",
  "spool_of_silk_weaving_thread",
  "spool_of_thick_elonian_cord"
]