API:1/skins
From Guild Wars 2 Wiki
< API:1
Jump to navigationJump to search
/v1/skins.json
- HTTP method
- GET
- Format
- json
- API version
- version 1
- Release date
- ?
- Scope
- none
- Optional
- none
This resource returns a list of skins that are available in the game. Details about a single skin can be obtained using the skin_details resource.
Parameters
None
Response
The response is an object with the following single property:
skins(array of numbers) – An array of all the available skin ids.
Example
https://api.guildwars2.com/v1/skins.json
{
"skins": [
1343,
1344,
1345,
1346,
...
]
}