API:2/home/cats
From Guild Wars 2 Wiki
Jump to navigationJump to search
/v2/home/cats
- HTTP method
- GET
- Format
- json
- API version
- version 2
- Release date
- 2017-06-06
- Scope
- none
- Optional
- none
Resource response
This endpoints returns an array of ids. Specifying an id returns information about the selected cat with the following format:
id
(number) - The id for the cat.hint
(string) (optional) - A hint to identify what is needed for each cat.
Example
https://api.guildwars2.com/v2/home/cats/1
{ "id": 1, "hint": "chicken" } ]
https://api.guildwars2.com/v2/home/cats?ids=33
[ { "id": 33, "hint": "sab" } ]
Notes
This endpoint is also available under /v2/cats
which was introduced before /v2/home
existed.