API:2/emblem

From Guild Wars 2 Wiki
Jump to navigationJump to search

/v2/emblem

HTTP method
GET
Format
json
API version
version 2
Release date
2015-11-20
Scope
none
Optional
none

Requested by itself, (/v2/emblem) will return an array containing two strings, foregrounds and backgrounds. Each of these symbolize a sub-endpoint that will return the images needed for emblem foregrounds and backgrounds, respectively. These resources will return image resources that are needed to render guild emblems.

Response

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

Example

Request

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

Response

[
  "foregrounds",
  "backgrounds"
]

See also