API:2/minis
From Guild Wars 2 Wiki
< API:2
Jump to navigationJump to search
/v2/minis
- HTTP method
- GET
- Format
- json
- API version
- version 2
- Release date
- 2015-11-05
- Scope
- none
- Optional
- none
This resource returns all minis in the game.
Parameters
- Optional parameters
lang
– The language to query the names for.
Response
If the root endpoint (/v2/minis
) is accessed without specifying an id, a list of all ids is returned. When multiple ids are requested using the ids
parameter, a list of response objects is returned.
For each requested mini id, an object with the following properties is returned:
id
- The mini id.name
(string) – The mini name.unlock
(string) – A description of how to unlock the mini (only present on a few entries).icon
(string) – The mini icon.order
(number) – The sort order that is used for displaying the mini in-game.item_id
(number) – The item which unlocks the mini and can be resolved against /v2/items
Example
https://api.guildwars2.com/v2/minis/1
{ "id":1, "name":"Mini-Rytlock", "icon":"https://render.guildwars2.com/file/795ED1B945A29EC3E3066797DF57FFB25ABAA631/340551.png", "order":1, "item_id":21047 }