For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Create tokenDev Discord
  • Get started
    • Introduction
    • Authentication
    • API Privacy
    • Exceptions
    • Dev Discord
  • Modules
      • GETList map markers
      • GETList visible player locations
      • GETList world events
      • GETList map camps
      • GETList map raids
      • GETList map loot pools
      • GETList gathering nodes
      • GETGet total quest count
  • Changelog
    • v3.7.2 - OAuth2
    • v3.7.1
    • v3.7
    • v3.6 - Fruma Expansion
    • v3.5.2
    • v3.5.1
    • v3.5 - User System
    • v3.4
    • v3.3.4
    • v3.3.3
    • v3.3.2
    • v3.3.1
    • v3.3 - Rekindled World
    • v3.2.5
    • v3.2.4
    • v3.2.3
    • v3.2.2
    • v3.2.1
    • v3.2
    • v3.1
    • v3.0
LogoLogoWynncraft API - Documentation
Create tokenDev Discord
ModulesMap

List visible player locations

GET
https://api.wynncraft.com/v3/map/locations/player
GET
/v3/map/locations/player
$curl https://api.wynncraft.com/v3/map/locations/player
1[
2 {
3 "uuid": "98bc2236-ada5-4039-b560-8aaa4cc50384",
4 "name": "Nepmia",
5 "nickname": "Neplicopter",
6 "character": "5b6ab8a0-8f7c-4f50-bd2c-bfabe22d74bc",
7 "server": "WC1",
8 "x": 100,
9 "y": 64,
10 "z": -100,
11 "friends": [
12 {
13 "uuid": "98bc2236-ada5-4039-b560-8aaa4cc50384",
14 "name": "Nepmia",
15 "nickname": "Neplicopter",
16 "character": "5b6ab8a0-8f7c-4f50-bd2c-bfabe22d74bc",
17 "server": "WC1",
18 "x": 100,
19 "y": 64,
20 "z": -100
21 }
22 ],
23 "party": [
24 {
25 "uuid": "98bc2236-ada5-4039-b560-8aaa4cc50384",
26 "name": "Nepmia",
27 "nickname": "Neplicopter",
28 "character": "5b6ab8a0-8f7c-4f50-bd2c-bfabe22d74bc",
29 "server": "WC1",
30 "x": 100,
31 "y": 64,
32 "z": -100
33 }
34 ],
35 "guild": [
36 {
37 "uuid": "98bc2236-ada5-4039-b560-8aaa4cc50384",
38 "name": "Nepmia",
39 "nickname": "Neplicopter",
40 "character": "5b6ab8a0-8f7c-4f50-bd2c-bfabe22d74bc",
41 "server": "WC1",
42 "x": 100,
43 "y": 64,
44 "z": -100
45 }
46 ]
47 }
48]
<Note> This endpoint is cached for <Badge intent="success" minimal>15 seconds</Badge> in the <Badge intent="warning" minimal>USER</Badge> cache source. See [Caching](/welcome#caching). <Indent></Indent> This endpoint belongs to the <Badge intent="warning" minimal>MAP</Badge> rate-limit bucket. See [Throttling and Rate Limits](/welcome#throttling-and-rate-limits). </Note> <Warning> Try it will not return usable data for this route. It depends on authentication and IP-aware context, so test it against the live API outside the docs. </Warning>
Was this page helpful?
Previous

List map markers

Next

List world events

Built with

This endpoint is cached for 15 seconds in the USER cache source. See Caching.

This endpoint belongs to the MAP rate-limit bucket. See Throttling and Rate Limits.

Try it will not return usable data for this route. It depends on authentication and IP-aware context, so test it against the live API outside the docs.

Response

Visible player locations.
uuidstringformat: "uuid"
namestring
nicknamestring or null
characterstringformat: "uuid"
serverstring or null
xinteger
yinteger
zinteger
friendslist of objects
partylist of objects
guildlist of objects

Errors

403
Forbidden Error