---
title: "List gathering nodes"
method: GET
path: "/map/gathering-nodes"
tags: ["map"]
---

# List gathering nodes

`GET /map/gathering-nodes`

<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.

## Response `200`

Gathering node positions.

- GatheringNode[]
  - `x` integer, required
  - `y` integer, required
  - `z` integer, required
  - `angle` integer, required
  - `type` 'NODE' | 'WALL' | 'CORNER', required
  - `resource` string, required
  - `level` integer, required

---

[API](https://skmtc.dev/wynncraft/apis/modules.md) · [All operations](https://skmtc.dev/wynncraft/apis/modules/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wynncraft/modules/revisions/6c6214729eae/schema)
