API:2/mounts

From Guild Wars 2 Wiki
Jump to navigationJump to search

/v2/mounts

HTTP method
GET
Format
json
API version
version 2
Release date
2018-11-13
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/mounts

Response

[
  "types",
  "skins"
]

See also