Achievements List
Description
This request will return a list of the available achievements on Fantasy WGL.
| URI | api.fantasywgl.com/request/{API_KEY}/achievements/ |
| Request Method | GET, POST |
Parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| lang | FALSE | string | en-us | Language code. See Languages for details. |
Response
Meta Information
| Field | Type | Description |
|---|---|---|
| count | integer | Number of achievements included in the response |
Data
| Field | Type | Description |
|---|---|---|
| id | integer | ID# of the achievement |
| name | string | Localized achievement name |
| description | string | Localized achievement description |
| image | string | Image file name representing the achievement |
| series | string | If the achievement is part of a collection, this will be the series ID of this achievement. |
| level | integer | Rank of achievement within a series. 0 indicates a non-series achievement. |
| seasonRestriction | integer | If applicable, indicates the season id # that an achievement is limited to. 0 indicates no restriction. |
Errors
Full List| Code | Message | Description |
|---|---|---|
| There are no common errors associated with this request. | ||
<?xml version="1.0"?>
<response>
<status>ok</status>
<requestDetails>
<key>demo</key>
<request>achievements</request>
<output>xml</output>
<apiKeyAlias>Hyp's Test Environment</apiKeyAlias>
</requestDetails>
<meta>
<count>41</count>
</meta>
<data>
<achievement>
<id>32</id>
<name>WGL Player</name>
<description>Be a pro player in WGL</description>
<image>j_wgl.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>7</id>
<name>Perfect Lineup</name>
<description>Pick all 7 of the 7 top players on any single night</description>
<image>c_perfection.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>3</id>
<name>Season Winner</name>
<description>Score the most points of any player for an entire WGL Season</description>
<image>b_season_win.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>4</id>
<name>Season Runner-Up</name>
<description>Score the 2nd most points of any player for an entire WGL Season</description>
<image>b_season_2nd.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>5</id>
<name>Season 3rd Place</name>
<description>Score the 3rd most points of any player for an entire WGL Season</description>
<image>b_season_3rd.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>6</id>
<name>Top 10 of the Season</name>
<description>Score within the top 10 of players for an entire WGL Season</description>
<image>b_season_ten.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>33</id>
<name>Top 100 of the Season</name>
<description>Score within the top 100 of players for an entire WGL Season</description>
<image>b_season_100.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>8</id>
<name>Almost Perfect</name>
<description>Pick at least 5 of the 7 top players on any single night</description>
<image>c_near_perfect.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>12</id>
<name>3000 Points</name>
<description>Score 3,000 or more points on any single night</description>
<image>d_3k.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>2</id>
<name>Top Scorer of the Quarter</name>
<description>Score the most points of any player in a quarter of the season.</description>
<image>a_top_qtr.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>1</id>
<name>Top Scorer of the Night</name>
<description>Score the most points of any player in a single night.</description>
<image>a_top_night.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>23</id>
<name>200K Points (Lifetime)</name>
<description>Score 200,000 or more points total (multiple seasons)</description>
<image>f_200k.png</image>
<series>f</series>
<level>6</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>17</id>
<name>45K Point Season</name>
<description>Score 45,000 or more points in a season</description>
<image>e_45k.png</image>
<series>e</series>
<level>5</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>22</id>
<name>150K Points (Lifetime)</name>
<description>Score 150,000 or more points total (multiple seasons)</description>
<image>f_150k.png</image>
<series>f</series>
<level>5</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>21</id>
<name>100K Points (Lifetime)</name>
<description>Score 100,000 or more points total (multiple seasons)</description>
<image>f_100k.png</image>
<series>f</series>
<level>4</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>16</id>
<name>40K Point Season</name>
<description>Score 40,000 or more points in a season</description>
<image>e_40k.png</image>
<series>e</series>
<level>4</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>20</id>
<name>75K Points (Lifetime)</name>
<description>Score 75,000 or more points total (multiple seasons)</description>
<image>f_75k.png</image>
<series>f</series>
<level>3</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>15</id>
<name>35K Point Season</name>
<description>Score 35,000 or more points in a season</description>
<image>e_35k.png</image>
<series>e</series>
<level>3</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>11</id>
<name>2500 Points</name>
<description>Score 2,500 or more points on any single night</description>
<image>d_2k5.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>14</id>
<name>30K Point Season</name>
<description>Score 30,000 or more points in a season</description>
<image>e_30k.png</image>
<series>e</series>
<level>2</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>19</id>
<name>50K Points (Lifetime)</name>
<description>Score 50,000 or more points total (multiple seasons)</description>
<image>f_50k.png</image>
<series>f</series>
<level>2</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>10</id>
<name>2000 Points</name>
<description>Score 2,000 or more points on any single night</description>
<image>d_2k.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>18</id>
<name>35K Points (Lifetime)</name>
<description>Score 35,000 or more points total (multiple seasons)</description>
<image>f_35k.png</image>
<series>f</series>
<level>1</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>13</id>
<name>25K Point Season</name>
<description>Score 25,000 or more points in a season</description>
<image>e_25k.png</image>
<series>e</series>
<level>1</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>9</id>
<name>Getting the Hang of It</name>
<description>Pick at least 4 of the 7 top players on any single night</description>
<image>c_learning.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>24</id>
<name>Season 3 Veteran</name>
<description>Compete in Fantasy WGLNA Season 3</description>
<image>g_season3.png</image>
<series/>
<level>0</level>
<seasonRestriction>3</seasonRestriction>
</achievement>
<achievement>
<id>25</id>
<name>Season 4 Veteran</name>
<description>Compete in Fantasy WGLNA Season 4</description>
<image>g_season4.png</image>
<series/>
<level>0</level>
<seasonRestriction>4</seasonRestriction>
</achievement>
<achievement>
<id>26</id>
<name>Season 5 Veteran</name>
<description>Compete in Fantasy WGLNA Season 5</description>
<image>g_season5.png</image>
<series/>
<level>0</level>
<seasonRestriction>5</seasonRestriction>
</achievement>
<achievement>
<id>27</id>
<name>Season I 2015-16 Veteran</name>
<description>Compete in Fantasy WGLNA Season I 2015-16</description>
<image>g_season6.png</image>
<series/>
<level>0</level>
<seasonRestriction>6</seasonRestriction>
</achievement>
<achievement>
<id>34</id>
<name>Season II 2015-16 Veteran</name>
<description>Compete in Fantasy WGLNA Season II 2015-16</description>
<image>g_season7.png</image>
<series/>
<level>0</level>
<seasonRestriction>7</seasonRestriction>
</achievement>
<achievement>
<id>28</id>
<name>Alpha Tester</name>
<description>Participate in the Alpha Test of Fantasy WGL</description>
<image>h_alpha.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>29</id>
<name>Beta Tester</name>
<description>Participate in the Beta Test of Fantasy WGL</description>
<image>h_beta.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>30</id>
<name>Bug Detector</name>
<description>Find a previously unknown bug on Fantasy WGL</description>
<image>i_bug.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>31</id>
<name>I have an Idea...</name>
<description>Come up with a new idea for Fantasy WGL that gets implemented.</description>
<image>i_idea.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>35</id>
<name>Killer Instinct</name>
<description>Pick a fantasy team that combines to score 45+ Kills in a single night</description>
<image>k_killers.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>36</id>
<name>Wreak Havoc</name>
<description>Pick a fantasy team that combines to score 100,000 or more Damage Dealt in a single night</description>
<image>k_damage.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>37</id>
<name>Love to Fight</name>
<description>Pick a fantasy team that combines to play 55+ Battles in a single night</description>
<image>k_battlers.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>38</id>
<name>Cap Fast!</name>
<description>Pick a fantasy team that combines to score 125 Capture Points in a single night</description>
<image>k_capfast.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>39</id>
<name>Defend the Base</name>
<description>Pick a fantasy team that combines to score 350 Defense Points in a single night</description>
<image>k_defenders.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>40</id>
<name>Helping Hand</name>
<description>Pick a fantasy team that combines to score 20,000 Assisted Damage in a single night</description>
<image>k_gretzky.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
<achievement>
<id>41</id>
<name>Meet Your Fellow Players</name>
<description>Attend a live WGL event</description>
<image>j_meeting.png</image>
<series/>
<level>0</level>
<seasonRestriction>0</seasonRestriction>
</achievement>
</data>
</response>
{
"status": "ok",
"requestDetails": {
"key": "demo",
"request": "achievements",
"output": "json",
"apiKeyAlias": "Hyp's Test Environment"
},
"meta": {
"count": 41
},
"data": [
{
"id": "32",
"name": "WGL Player",
"description": "Be a pro player in WGL",
"image": "j_wgl.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "7",
"name": "Perfect Lineup",
"description": "Pick all 7 of the 7 top players on any single night",
"image": "c_perfection.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "3",
"name": "Season Winner",
"description": "Score the most points of any player for an entire WGL Season",
"image": "b_season_win.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "4",
"name": "Season Runner-Up",
"description": "Score the 2nd most points of any player for an entire WGL Season",
"image": "b_season_2nd.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "5",
"name": "Season 3rd Place",
"description": "Score the 3rd most points of any player for an entire WGL Season",
"image": "b_season_3rd.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "6",
"name": "Top 10 of the Season",
"description": "Score within the top 10 of players for an entire WGL Season",
"image": "b_season_ten.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "33",
"name": "Top 100 of the Season",
"description": "Score within the top 100 of players for an entire WGL Season",
"image": "b_season_100.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "8",
"name": "Almost Perfect",
"description": "Pick at least 5 of the 7 top players on any single night",
"image": "c_near_perfect.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "12",
"name": "3000 Points",
"description": "Score 3,000 or more points on any single night",
"image": "d_3k.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "2",
"name": "Top Scorer of the Quarter",
"description": "Score the most points of any player in a quarter of the season.",
"image": "a_top_qtr.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "1",
"name": "Top Scorer of the Night",
"description": "Score the most points of any player in a single night.",
"image": "a_top_night.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "23",
"name": "200K Points (Lifetime)",
"description": "Score 200,000 or more points total (multiple seasons)",
"image": "f_200k.png",
"series": "f",
"level": "6",
"seasonRestriction": "0"
},
{
"id": "17",
"name": "45K Point Season",
"description": "Score 45,000 or more points in a season",
"image": "e_45k.png",
"series": "e",
"level": "5",
"seasonRestriction": "0"
},
{
"id": "22",
"name": "150K Points (Lifetime)",
"description": "Score 150,000 or more points total (multiple seasons)",
"image": "f_150k.png",
"series": "f",
"level": "5",
"seasonRestriction": "0"
},
{
"id": "21",
"name": "100K Points (Lifetime)",
"description": "Score 100,000 or more points total (multiple seasons)",
"image": "f_100k.png",
"series": "f",
"level": "4",
"seasonRestriction": "0"
},
{
"id": "16",
"name": "40K Point Season",
"description": "Score 40,000 or more points in a season",
"image": "e_40k.png",
"series": "e",
"level": "4",
"seasonRestriction": "0"
},
{
"id": "20",
"name": "75K Points (Lifetime)",
"description": "Score 75,000 or more points total (multiple seasons)",
"image": "f_75k.png",
"series": "f",
"level": "3",
"seasonRestriction": "0"
},
{
"id": "15",
"name": "35K Point Season",
"description": "Score 35,000 or more points in a season",
"image": "e_35k.png",
"series": "e",
"level": "3",
"seasonRestriction": "0"
},
{
"id": "11",
"name": "2500 Points",
"description": "Score 2,500 or more points on any single night",
"image": "d_2k5.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "14",
"name": "30K Point Season",
"description": "Score 30,000 or more points in a season",
"image": "e_30k.png",
"series": "e",
"level": "2",
"seasonRestriction": "0"
},
{
"id": "19",
"name": "50K Points (Lifetime)",
"description": "Score 50,000 or more points total (multiple seasons)",
"image": "f_50k.png",
"series": "f",
"level": "2",
"seasonRestriction": "0"
},
{
"id": "10",
"name": "2000 Points",
"description": "Score 2,000 or more points on any single night",
"image": "d_2k.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "18",
"name": "35K Points (Lifetime)",
"description": "Score 35,000 or more points total (multiple seasons)",
"image": "f_35k.png",
"series": "f",
"level": "1",
"seasonRestriction": "0"
},
{
"id": "13",
"name": "25K Point Season",
"description": "Score 25,000 or more points in a season",
"image": "e_25k.png",
"series": "e",
"level": "1",
"seasonRestriction": "0"
},
{
"id": "9",
"name": "Getting the Hang of It",
"description": "Pick at least 4 of the 7 top players on any single night",
"image": "c_learning.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "24",
"name": "Season 3 Veteran",
"description": "Compete in Fantasy WGLNA Season 3",
"image": "g_season3.png",
"series": "",
"level": "0",
"seasonRestriction": "3"
},
{
"id": "25",
"name": "Season 4 Veteran",
"description": "Compete in Fantasy WGLNA Season 4",
"image": "g_season4.png",
"series": "",
"level": "0",
"seasonRestriction": "4"
},
{
"id": "26",
"name": "Season 5 Veteran",
"description": "Compete in Fantasy WGLNA Season 5",
"image": "g_season5.png",
"series": "",
"level": "0",
"seasonRestriction": "5"
},
{
"id": "27",
"name": "Season I 2015-16 Veteran",
"description": "Compete in Fantasy WGLNA Season I 2015-16",
"image": "g_season6.png",
"series": "",
"level": "0",
"seasonRestriction": "6"
},
{
"id": "34",
"name": "Season II 2015-16 Veteran",
"description": "Compete in Fantasy WGLNA Season II 2015-16",
"image": "g_season7.png",
"series": "",
"level": "0",
"seasonRestriction": "7"
},
{
"id": "28",
"name": "Alpha Tester",
"description": "Participate in the Alpha Test of Fantasy WGL",
"image": "h_alpha.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "29",
"name": "Beta Tester",
"description": "Participate in the Beta Test of Fantasy WGL",
"image": "h_beta.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "30",
"name": "Bug Detector",
"description": "Find a previously unknown bug on Fantasy WGL",
"image": "i_bug.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "31",
"name": "I have an Idea...",
"description": "Come up with a new idea for Fantasy WGL that gets implemented.",
"image": "i_idea.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "35",
"name": "Killer Instinct",
"description": "Pick a fantasy team that combines to score 45+ Kills in a single night",
"image": "k_killers.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "36",
"name": "Wreak Havoc",
"description": "Pick a fantasy team that combines to score 100,000 or more Damage Dealt in a single night",
"image": "k_damage.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "37",
"name": "Love to Fight",
"description": "Pick a fantasy team that combines to play 55+ Battles in a single night",
"image": "k_battlers.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "38",
"name": "Cap Fast!",
"description": "Pick a fantasy team that combines to score 125 Capture Points in a single night",
"image": "k_capfast.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "39",
"name": "Defend the Base",
"description": "Pick a fantasy team that combines to score 350 Defense Points in a single night",
"image": "k_defenders.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "40",
"name": "Helping Hand",
"description": "Pick a fantasy team that combines to score 20,000 Assisted Damage in a single night",
"image": "k_gretzky.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
},
{
"id": "41",
"name": "Meet Your Fellow Players",
"description": "Attend a live WGL event",
"image": "j_meeting.png",
"series": "",
"level": "0",
"seasonRestriction": "0"
}
]
}
