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 guilds
      • GETList territories
      • GETList guild seasons
      • GETGet guild by prefix
      • GETGet guild by UUID
      • GETGet guild by name
  • 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
ModulesGuild

List territories

GET
https://api.wynncraft.com/v3/guild/list/territory
GET
/v3/guild/list/territory
$curl https://api.wynncraft.com/v3/guild/list/territory
1{
2 "Ragni": {
3 "guild": {
4 "uuid": "adb5f0b5-5289-439c-9293-a29d220e7152",
5 "name": "Spectral Cabbage",
6 "prefix": "SPC",
7 "hq": "Detlas"
8 },
9 "acquired": "2026-04-23T14:33:23.733000Z",
10 "hq": false,
11 "resources": [
12 {
13 "type": "EMERALD",
14 "generation": 3600,
15 "stored": 1800,
16 "limit": 9000
17 },
18 {
19 "type": "ORE",
20 "generation": 900,
21 "stored": 450,
22 "limit": 2400
23 }
24 ],
25 "links": [
26 "Katoa Ranch",
27 "Maltic"
28 ],
29 "treasury": "MEDIUM",
30 "defences": "HIGH",
31 "location": {
32 "start": [
33 -955,
34 -1415
35 ],
36 "end": [
37 -756,
38 -1748
39 ]
40 }
41 }
42}
<Note> This endpoint is cached for <Badge intent="success" minimal>10 seconds</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>GUILD</Badge> rate-limit bucket. See [Throttling and Rate Limits](/welcome#throttling-and-rate-limits). </Note> <Warning> The `resources` field is refreshed every <Badge intent="warning" minimal>1 minute</Badge>. All other territory fields continue to refresh every <Badge intent="success" minimal>10 seconds</Badge>. </Warning>
Was this page helpful?
Previous

List guilds

Next

List guild seasons

Built with

This endpoint is cached for 10 seconds in the SHARED cache source. See Caching.

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

The resources field is refreshed every 1 minute. All other territory fields continue to refresh every 10 seconds.

Response

Territory ownership map keyed by territory name.
guildobject
acquireddatetime
hqboolean
Whether this territory is currently a headquarters.
resourceslist of objects
linkslist of strings
Connected territory names for the current territory.
treasuryenum
Allowed values:
defencesenum
Allowed values:
locationobject

Errors

500
Internal Server Error