API:2/files
From Guild Wars 2 Wiki
< API:2
Jump to navigationJump to search
/v2/files
- HTTP method
- GET
- Format
- json
- API version
- version 2
- Release date
- 2015-02-13
- Scope
- none
- Optional
- none
This resource returns commonly requested in-game assets that may be used to enhance API-derived applications.
Resource response
The response is an object with the following properties:
id
(string) – The file identifier.icon
(string) – The URL to the image.
Example
https://api.guildwars2.com/v2/files?ids=all
[ { "id": "map_complete", "icon": "https://render.guildwars2.com/file/5A4E663071250EC72668C09E3C082E595A380BF7/528724.png" }, { "id": "map_dungeon", "icon": "https://render.guildwars2.com/file/943538394A94A491C8632FBEF6203C2013443555/102478.png" }, ... ]
icon | id |
---|