API:2/jadebots
From Guild Wars 2 Wiki
< API:2
Jump to navigationJump to search
/v2/jadebots
- HTTP method
- GET
- Format
- json
- API version
- version 2
- Release date
- 2023-11-02
- Scope
- none
- Optional
- none
This resource returns all Jade Bot skins in the game.
Parameters
- Optional parameters
lang– The language to query the names for.
Response
If the root endpoint (/v2/jadebots) 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 jade bot skin id, an object with the following properties is returned:
id- The id of the jade bot skin.name(string) – The name of the jade bot skin.description(string) – A description of how to unlock the skin.unlock_item(number) – The item which unlocks the skin and can be resolved against /v2/items
Example
https://api.guildwars2.com/v2/jadebots/2
{
"id": 2,
"name": "Cuddly Cat",
"description": "<c=@reminder>This is only available from the Black Lion Trading Company during limited-time sales.</c>",
"unlock_item": 98311
}