Map module
This module manages:
- GET Map locations
It is located at https://web-api.wynncraft.com/api/map
Map locations
GET .../map/locations 1 hour TTL
[
{
"name": str,
"icon": str,
"x": int,
"y": int,
"z": int
},
# [...]
]
[
{
"name": "Seaskipper Fast Travel",
"icon": "Special_SeaskipperFastTravel.png",
"x": 188,
"y": 36,
"z": -2272
}
]
Examples results have been truncated to a small amount of items