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 guild seasons

GET
https://api.wynncraft.com/v3/guild/seasons
GET
/v3/guild/seasons
$curl https://api.wynncraft.com/v3/guild/seasons
200Guild season definitions keyed by season name
1{
2 "32": {
3 "territoryHoldingSrPerHour": 120,
4 "srPerWar": 40,
5 "ratingRewards": [
6 {
7 "condition": {
8 "type": "SR",
9 "value": 1
10 },
11 "type": "BADGE",
12 "value": "Season 32 - Contender",
13 "expires": null
14 },
15 {
16 "condition": {
17 "type": "SR",
18 "value": 200
19 },
20 "type": "EMERALD",
21 "value": 2048,
22 "expires": null
23 }
24 ],
25 "leaderboardRewards": [
26 {
27 "condition": {
28 "type": "LEADERBOARD_POSITION",
29 "value": 100
30 },
31 "type": "BADGE",
32 "value": "S32_TOP_100",
33 "expires": null
34 },
35 {
36 "condition": {
37 "type": "LEADERBOARD_POSITION",
38 "value": 1
39 },
40 "type": "BADGE",
41 "value": "S32_PLACE_1",
42 "expires": null
43 }
44 ],
45 "initDate": "2026-07-24T23:01:00Z",
46 "endDate": "2026-09-27T04:01:00Z"
47 }
48}
<Note> This endpoint is cached for <Badge intent="warning" minimal>10 minutes</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> Only enabled seasons whose `initDate` is in the past are returned. Use this endpoint to inspect public guild season rules, including SR gain values and reward thresholds.
Was this page helpful?
Previous

List territories

Next

Get guild by prefix

Built with

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

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

Only enabled seasons whose initDate is in the past are returned.

Use this endpoint to inspect public guild season rules, including SR gain values and reward thresholds.

Response

Guild season definitions keyed by season name.
territoryHoldingSrPerHourinteger
srPerWarinteger
ratingRewardslist of objects
leaderboardRewardslist of objects
initDatedatetime or null
endDatedatetime or null