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 gathering nodes

GET
https://api.wynncraft.com/v3/map/gathering-nodes
GET
/v3/map/gathering-nodes
$curl https://api.wynncraft.com/v3/map/gathering-nodes
200Gathering node list
1[
2 {
3 "x": 1034,
4 "y": 72,
5 "z": -421,
6 "angle": 0,
7 "type": "NODE",
8 "resource": "OAK",
9 "level": 1
10 },
11 {
12 "x": 1802,
13 "y": 98,
14 "z": -1260,
15 "angle": 90,
16 "type": "WALL",
17 "resource": "DIAMOND",
18 "level": 80
19 }
20]
<Note> This endpoint is cached for <Badge intent="error" minimal>1 hour</Badge> in the <Badge intent="success" minimal>SHARED</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> `type` distinguishes normal node spots from wall and corner placements used by the web map.
Was this page helpful?
Previous

List map loot pools

Next

Get total quest count

Built with

This endpoint is cached for 1 hour in the SHARED cache source. See Caching.

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

type distinguishes normal node spots from wall and corner placements used by the web map.

Response

Gathering node positions.
xinteger
yinteger
zinteger
angleinteger
typeenum
Allowed values:
resourcestring
levelinteger