Character
This endpoint allows you to search for a character.
Endpoint
- URL:
/api/rw/character
- Method:
GET
- Response:
application/json
Query Parameters
ℹ️
limit
has a maximum value of 10.
ℹ️
Please use restrict
to limit the amount of data you request. I don’t have money to pay for the servers :(.
Name | Type | Description |
---|---|---|
id | int | The ID of the character. |
name | string | The name of character. |
restrict | string | Restricts the fields to return. |
element | string [Mercury, Saltstone, Brimstone, Aether] | The element of characters. |
vocation | string [Guardian, Destroyer, Assassin, Compeller, Healer, Mage, Witch] | The vocation of characters. |
rarity | int [1-5] | The rarity of characters. |
offset | int | The amount of characters you want to skip. |
limit | int | The amount of characters to return. |
Last updated on