API:2/quaggans
From Guild Wars 2 Wiki
< API:2
Jump to navigationJump to search
/v2/quaggans
- HTTP method
- GET
- Format
- json
- API version
- version 2
- Release date
- 2014-07-16
- Scope
- none
- Optional
- none
This resource returns quaggan images.
Resource response
The response is an object with the following properties:
id
(string) – The quaggan identifier.url
– The URL to the quaggan image.
Example
https://api.guildwars2.com/v2/quaggans
[ "404", "aloha", "attack", "bear", "bowl", "box", "breakfast", "bubble", "cake", "cheer", "coffee", "construction", "cow", "cry", "elf", "ghost", "girl", "hat", "helmut", "hoodie-down", "hoodie-up", "killerwhale", "knight", "lollipop", "lost", "moving", "party", "present", "quaggan", "rain", "scifi", "seahawks", "sleep", "summer", "vacation"]
https://api.guildwars2.com/v2/quaggans/box
{ "id": "box", "url": "https://static.staticwars.com/quaggans/box.jpg" }