Standings Fantasy League
Description
This request will return standings information for Fantasy WGL
| URI | api.fantasywgl.com/request/{API_KEY}/fantasy_standings/ |
| Request Method | GET, POST |
Parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| limit | FALSE | integer | 50 | How many results per page |
| offset | FALSE | integer | 0 | Offset value for standings list |
| search | FALSE | string | null | Map name search string. Minimum length: 3 characters. |
Response
Meta Information
| Field | Type | Description |
|---|---|---|
| searchResults | integer | Total number of players that can be returned (inlcuding those not listed within the defined limits.) |
| count | integer | Number of achievements included in this response |
| pages | integer | Number of achievements included in this response |
| offset | integer | Current offset value |
| prevPage | string, null | Request string for the previous page of results |
| nextPage | string, null | Request string for the next page of results |
Data
| Field | Type | Description |
|---|---|---|
| playerid | integer | The player's account ID |
| playerName | string | The player's name |
| clanid | integer | Player's Clan ID |
| points | decimal | Player's current Fantasy WGL score |
| rank | integer | Player's current Fantasy WGL rank |
| lastPoints | decimal | Player's score before the most recent scoring round was calculated |
| lastRank | integer | Player's score before the most recent scoring round was calculated |
| q1Score | decimal | Player's score at the end of the first quarter of the season |
| q2Score | decimal | Player's score at the end of the second quarter of the season |
| q3Score | decimal | Player's score at the end of the third quarter of the season |
| vp | integer | Player's current Victory Points |
| displayAchieve | integer | Achievement that the player wishes to display. (More) |
Errors
Full List| Code | Message | Description |
|---|---|---|
| 622 | INVALID_SEARCH | The search parameter was not valid. It could have been too short or of the wrong format. |
| 623 | NO_SEARCH_RESULTS | There were results found based on the value sent in the search parameter. |
| 624 | INVALID_OFFSET_VALUE | The offset requested is invalid. It must be an integer greater than 0 and less than the total number of results. |
| 625 | INVALID_LIMIT_VALUE | The limit requested is invalid. It must be an integer between 10 and 100. |
<?xml version="1.0"?>
<response>
<status>ok</status>
<requestDetails>
<key>demo</key>
<request>fantasy_standings</request>
<output>xml</output>
<apiKeyAlias>Hyp's Test Environment</apiKeyAlias>
</requestDetails>
<meta>
<searchResults>4751</searchResults>
<count>50</count>
<pages>96</pages>
<prevPage/>
<nextPage>?key=demo&request=fantasy_standings&output=xml&limit=50&offset=50</nextPage>
</meta>
<data>
<player>
<playerid>1001292346</playerid>
<playerName>Yoott</playerName>
<clanid>1000012800</clanid>
<points>38131.6</points>
<rank>1</rank>
<lastPoints>35531.0</lastPoints>
<lastRank>1</lastRank>
<q1Score>9135.8</q1Score>
<q2Score>18795.1</q2Score>
<q3Score>28239.6</q3Score>
<vp>0</vp>
<displayAchieve>3</displayAchieve>
</player>
<player>
<playerid>1013962879</playerid>
<playerName>8at_eNTrOpY</playerName>
<clanid>1000011330</clanid>
<points>38112.0</points>
<rank>2</rank>
<lastPoints>35377.7</lastPoints>
<lastRank>2</lastRank>
<q1Score>9458.0</q1Score>
<q2Score>18981.2</q2Score>
<q3Score>28163.3</q3Score>
<vp>52</vp>
<displayAchieve>4</displayAchieve>
</player>
<player>
<playerid>1001401433</playerid>
<playerName>SweatshopKid</playerName>
<clanid>1000003624</clanid>
<points>37920.0</points>
<rank>3</rank>
<lastPoints>35185.7</lastPoints>
<lastRank>5</lastRank>
<q1Score>9564.1</q1Score>
<q2Score>18864.9</q2Score>
<q3Score>28034.6</q3Score>
<vp>55</vp>
<displayAchieve>5</displayAchieve>
</player>
<player>
<playerid>1001112367</playerid>
<playerName>ninjagumby</playerName>
<clanid>1000001505</clanid>
<points>37827.5</points>
<rank>4</rank>
<lastPoints>35362.8</lastPoints>
<lastRank>3</lastRank>
<q1Score>9608.7</q1Score>
<q2Score>18867.1</q2Score>
<q3Score>28033.0</q3Score>
<vp>75</vp>
<displayAchieve>6</displayAchieve>
</player>
<player>
<playerid>1001409395</playerid>
<playerName>Adroxis</playerName>
<clanid>1000001960</clanid>
<points>37759.9</points>
<rank>5</rank>
<lastPoints>35267.9</lastPoints>
<lastRank>4</lastRank>
<q1Score>10014.1</q1Score>
<q2Score>19248.4</q2Score>
<q3Score>28040.7</q3Score>
<vp>0</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1003381777</playerid>
<playerName>Cran77</playerName>
<clanid>1000023248</clanid>
<points>37743.9</points>
<rank>6</rank>
<lastPoints>35067.5</lastPoints>
<lastRank>7</lastRank>
<q1Score>8480.3</q1Score>
<q2Score>17909.7</q2Score>
<q3Score>27233.4</q3Score>
<vp>107</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1007596587</playerid>
<playerName>GymLeader_Surge</playerName>
<clanid>1000002161</clanid>
<points>37610.1</points>
<rank>7</rank>
<lastPoints>34788.9</lastPoints>
<lastRank>19</lastRank>
<q1Score>8864.2</q1Score>
<q2Score>18326.7</q2Score>
<q3Score>27579.7</q3Score>
<vp>62</vp>
<displayAchieve>6</displayAchieve>
</player>
<player>
<playerid>1000216202</playerid>
<playerName>MacGyver04</playerName>
<clanid>1000001505</clanid>
<points>37607.5</points>
<rank>8</rank>
<lastPoints>35160.2</lastPoints>
<lastRank>6</lastRank>
<q1Score>9389.2</q1Score>
<q2Score>18772.3</q2Score>
<q3Score>27897.7</q3Score>
<vp>92</vp>
<displayAchieve>15</displayAchieve>
</player>
<player>
<playerid>1002868401</playerid>
<playerName>Gravery</playerName>
<clanid>1000001505</clanid>
<points>37598.8</points>
<rank>9</rank>
<lastPoints>34967.6</lastPoints>
<lastRank>13</lastRank>
<q1Score>8742.7</q1Score>
<q2Score>18299.6</q2Score>
<q3Score>27251.3</q3Score>
<vp>80</vp>
<displayAchieve>6</displayAchieve>
</player>
<player>
<playerid>1004353324</playerid>
<playerName>BTed72</playerName>
<clanid>1000021167</clanid>
<points>37513.3</points>
<rank>10</rank>
<lastPoints>34823.6</lastPoints>
<lastRank>17</lastRank>
<q1Score>8851.0</q1Score>
<q2Score>18440.0</q2Score>
<q3Score>27347.7</q3Score>
<vp>58</vp>
<displayAchieve>6</displayAchieve>
</player>
<player>
<playerid>1003004014</playerid>
<playerName>Diego_Kai</playerName>
<clanid>1000011916</clanid>
<points>37498.5</points>
<rank>11</rank>
<lastPoints>34764.2</lastPoints>
<lastRank>22</lastRank>
<q1Score>8720.7</q1Score>
<q2Score>18139.2</q2Score>
<q3Score>27390.3</q3Score>
<vp>33</vp>
<displayAchieve>15</displayAchieve>
</player>
<player>
<playerid>1001044140</playerid>
<playerName>lft</playerName>
<clanid>1000002392</clanid>
<points>37497.3</points>
<rank>12</rank>
<lastPoints>34676.1</lastPoints>
<lastRank>27</lastRank>
<q1Score>9563.1</q1Score>
<q2Score>18631.6</q2Score>
<q3Score>27670.5</q3Score>
<vp>107</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1001482141</playerid>
<playerName>TempestSC</playerName>
<clanid>1000001505</clanid>
<points>37492.9</points>
<rank>13</rank>
<lastPoints>35028.2</lastPoints>
<lastRank>9</lastRank>
<q1Score>9457.9</q1Score>
<q2Score>18960.7</q2Score>
<q3Score>27862.1</q3Score>
<vp>81</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1001385888</playerid>
<playerName>Rockstarx1</playerName>
<clanid>1000021200</clanid>
<points>37469.1</points>
<rank>14</rank>
<lastPoints>34977.9</lastPoints>
<lastRank>11</lastRank>
<q1Score>9280.6</q1Score>
<q2Score>18566.8</q2Score>
<q3Score>27522.9</q3Score>
<vp>60</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1000961498</playerid>
<playerName>sr360</playerName>
<clanid>0</clanid>
<points>37467.6</points>
<rank>15</rank>
<lastPoints>34659.0</lastPoints>
<lastRank>28</lastRank>
<q1Score>9283.3</q1Score>
<q2Score>18671.7</q2Score>
<q3Score>27591.8</q3Score>
<vp>75</vp>
<displayAchieve>15</displayAchieve>
</player>
<player>
<playerid>1007368098</playerid>
<playerName>lets_get_ready_to_rumble</playerName>
<clanid>1000000000</clanid>
<points>37446.5</points>
<rank>16</rank>
<lastPoints>34651.3</lastPoints>
<lastRank>29</lastRank>
<q1Score>8855.4</q1Score>
<q2Score>18277.3</q2Score>
<q3Score>27318.3</q3Score>
<vp>0</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1000752718</playerid>
<playerName>shutupshake</playerName>
<clanid>1000001505</clanid>
<points>37420.0</points>
<rank>17</rank>
<lastPoints>35011.1</lastPoints>
<lastRank>10</lastRank>
<q1Score>8863.7</q1Score>
<q2Score>18266.8</q2Score>
<q3Score>27621.9</q3Score>
<vp>128</vp>
<displayAchieve>33</displayAchieve>
</player>
<player>
<playerid>1000194290</playerid>
<playerName>too374</playerName>
<clanid>1000009095</clanid>
<points>37399.3</points>
<rank>18</rank>
<lastPoints>34784.9</lastPoints>
<lastRank>20</lastRank>
<q1Score>9275.5</q1Score>
<q2Score>18494.5</q2Score>
<q3Score>27595.9</q3Score>
<vp>25</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1001456164</playerid>
<playerName>SirShakes</playerName>
<clanid>1000001505</clanid>
<points>37383.4</points>
<rank>19</rank>
<lastPoints>34768.1</lastPoints>
<lastRank>21</lastRank>
<q1Score>8948.5</q1Score>
<q2Score>18272.4</q2Score>
<q3Score>27438.3</q3Score>
<vp>25</vp>
<displayAchieve>8</displayAchieve>
</player>
<player>
<playerid>1008190292</playerid>
<playerName>_Thurm_</playerName>
<clanid>1000006957</clanid>
<points>37376.8</points>
<rank>20</rank>
<lastPoints>34845.9</lastPoints>
<lastRank>14</lastRank>
<q1Score>8615.2</q1Score>
<q2Score>18506.4</q2Score>
<q3Score>27669.6</q3Score>
<vp>75</vp>
<displayAchieve>14</displayAchieve>
</player>
<player>
<playerid>1000932632</playerid>
<playerName>canadianimpact</playerName>
<clanid>1000008386</clanid>
<points>37375.2</points>
<rank>21</rank>
<lastPoints>35048.4</lastPoints>
<lastRank>8</lastRank>
<q1Score>9234.8</q1Score>
<q2Score>18297.4</q2Score>
<q3Score>27735.1</q3Score>
<vp>0</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1010663942</playerid>
<playerName>CarefreeTongue</playerName>
<clanid>0</clanid>
<points>37373.4</points>
<rank>22</rank>
<lastPoints>34758.1</lastPoints>
<lastRank>23</lastRank>
<q1Score>9056.7</q1Score>
<q2Score>18562.7</q2Score>
<q3Score>27463.8</q3Score>
<vp>71</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1010374340</playerid>
<playerName>awesomeperson3</playerName>
<clanid>1000018666</clanid>
<points>37340.9</points>
<rank>23</rank>
<lastPoints>34747.4</lastPoints>
<lastRank>24</lastRank>
<q1Score>9528.5</q1Score>
<q2Score>18721.9</q2Score>
<q3Score>27332.6</q3Score>
<vp>73</vp>
<displayAchieve>15</displayAchieve>
</player>
<player>
<playerid>1001376675</playerid>
<playerName>GotchMaster</playerName>
<clanid>1000020231</clanid>
<points>37254.7</points>
<rank>24</rank>
<lastPoints>34714.7</lastPoints>
<lastRank>25</lastRank>
<q1Score>9254.4</q1Score>
<q2Score>18524.6</q2Score>
<q3Score>27591.1</q3Score>
<vp>44</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1000416675</playerid>
<playerName>Ledif</playerName>
<clanid>1000001505</clanid>
<points>37248.4</points>
<rank>25</rank>
<lastPoints>34839.5</lastPoints>
<lastRank>15</lastRank>
<q1Score>9185.6</q1Score>
<q2Score>18251.1</q2Score>
<q3Score>27432.3</q3Score>
<vp>29</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1005088643</playerid>
<playerName>EliteMilkman</playerName>
<clanid>1000001505</clanid>
<points>37239.7</points>
<rank>26</rank>
<lastPoints>34830.8</lastPoints>
<lastRank>16</lastRank>
<q1Score>8835.7</q1Score>
<q2Score>18321.5</q2Score>
<q3Score>27342.7</q3Score>
<vp>34</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1001183991</playerid>
<playerName>ToFuSmurF</playerName>
<clanid>1000008386</clanid>
<points>37228.9</points>
<rank>27</rank>
<lastPoints>34714.3</lastPoints>
<lastRank>26</lastRank>
<q1Score>9387.0</q1Score>
<q2Score>18630.0</q2Score>
<q3Score>27771.3</q3Score>
<vp>0</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1000166104</playerid>
<playerName>Conflict_Serum</playerName>
<clanid>0</clanid>
<points>37208.4</points>
<rank>28</rank>
<lastPoints>34796.9</lastPoints>
<lastRank>18</lastRank>
<q1Score>8757.7</q1Score>
<q2Score>18061.7</q2Score>
<q3Score>27433.9</q3Score>
<vp>59</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1002301795</playerid>
<playerName>TacoJohnHG</playerName>
<clanid>1000001505</clanid>
<points>37203.5</points>
<rank>29</rank>
<lastPoints>34614.5</lastPoints>
<lastRank>32</lastRank>
<q1Score>9140.9</q1Score>
<q2Score>18408.1</q2Score>
<q3Score>27391.9</q3Score>
<vp>35</vp>
<displayAchieve>12</displayAchieve>
</player>
<player>
<playerid>1006643878</playerid>
<playerName>TCUKLOH_BeInVegas</playerName>
<clanid>1000016195</clanid>
<points>37196.6</points>
<rank>30</rank>
<lastPoints>34638.8</lastPoints>
<lastRank>31</lastRank>
<q1Score>9592.3</q1Score>
<q2Score>19147.5</q2Score>
<q3Score>27608.6</q3Score>
<vp>101</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1002974486</playerid>
<playerName>Watchurstep</playerName>
<clanid>1000018337</clanid>
<points>37188.7</points>
<rank>31</rank>
<lastPoints>34972.9</lastPoints>
<lastRank>12</lastRank>
<q1Score>9169.5</q1Score>
<q2Score>18551.6</q2Score>
<q3Score>27806.2</q3Score>
<vp>64</vp>
<displayAchieve>9</displayAchieve>
</player>
<player>
<playerid>1007587884</playerid>
<playerName>ArcticLazer31</playerName>
<clanid>1000018314</clanid>
<points>37188.2</points>
<rank>32</rank>
<lastPoints>34596.4</lastPoints>
<lastRank>33</lastRank>
<q1Score>9124.7</q1Score>
<q2Score>18261.7</q2Score>
<q3Score>27483.0</q3Score>
<vp>3</vp>
<displayAchieve>12</displayAchieve>
</player>
<player>
<playerid>1000288822</playerid>
<playerName>Bryant21</playerName>
<clanid>1000001505</clanid>
<points>37173.1</points>
<rank>33</rank>
<lastPoints>34649.8</lastPoints>
<lastRank>30</lastRank>
<q1Score>9009.0</q1Score>
<q2Score>18239.7</q2Score>
<q3Score>27470.7</q3Score>
<vp>29</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1000681104</playerid>
<playerName>_Lion</playerName>
<clanid>1000021200</clanid>
<points>37171.1</points>
<rank>34</rank>
<lastPoints>34569.2</lastPoints>
<lastRank>35</lastRank>
<q1Score>8640.5</q1Score>
<q2Score>18087.0</q2Score>
<q3Score>27408.7</q3Score>
<vp>0</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1004301666</playerid>
<playerName>Pow3rBar</playerName>
<clanid>1000008386</clanid>
<points>37109.6</points>
<rank>35</rank>
<lastPoints>34569.6</lastPoints>
<lastRank>34</lastRank>
<q1Score>8324.2</q1Score>
<q2Score>18056.4</q2Score>
<q3Score>26798.3</q3Score>
<vp>71</vp>
<displayAchieve>9</displayAchieve>
</player>
<player>
<playerid>1004184480</playerid>
<playerName>akerz</playerName>
<clanid>1000006957</clanid>
<points>37056.6</points>
<rank>36</rank>
<lastPoints>34380.4</lastPoints>
<lastRank>40</lastRank>
<q1Score>9086.4</q1Score>
<q2Score>18138.1</q2Score>
<q3Score>27318.3</q3Score>
<vp>44</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1005407822</playerid>
<playerName>Sanevar</playerName>
<clanid>1000001579</clanid>
<points>37037.3</points>
<rank>37</rank>
<lastPoints>34334.2</lastPoints>
<lastRank>42</lastRank>
<q1Score>8523.2</q1Score>
<q2Score>17793.3</q2Score>
<q3Score>27152.6</q3Score>
<vp>34</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1002033092</playerid>
<playerName>Incytatus</playerName>
<clanid>1000001505</clanid>
<points>37037.1</points>
<rank>38</rank>
<lastPoints>34361.2</lastPoints>
<lastRank>41</lastRank>
<q1Score>8951.7</q1Score>
<q2Score>17851.1</q2Score>
<q3Score>27294.5</q3Score>
<vp>51</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1002168564</playerid>
<playerName>ice33b</playerName>
<clanid>1000014636</clanid>
<points>36939.5</points>
<rank>39</rank>
<lastPoints>34416.2</lastPoints>
<lastRank>38</lastRank>
<q1Score>8530.8</q1Score>
<q2Score>17971.3</q2Score>
<q3Score>26935.2</q3Score>
<vp>1</vp>
<displayAchieve>33</displayAchieve>
</player>
<player>
<playerid>1004270456</playerid>
<playerName>AllHardAllTheTime</playerName>
<clanid>1000009177</clanid>
<points>36932.4</points>
<rank>40</rank>
<lastPoints>34418.7</lastPoints>
<lastRank>37</lastRank>
<q1Score>9045.0</q1Score>
<q2Score>18226.3</q2Score>
<q3Score>26980.6</q3Score>
<vp>97</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1003116010</playerid>
<playerName>GeeForcer</playerName>
<clanid>1000021200</clanid>
<points>36925.3</points>
<rank>41</rank>
<lastPoints>34493.9</lastPoints>
<lastRank>36</lastRank>
<q1Score>9267.8</q1Score>
<q2Score>18078.9</q2Score>
<q3Score>26997.0</q3Score>
<vp>75</vp>
<displayAchieve>5</displayAchieve>
</player>
<player>
<playerid>1000955296</playerid>
<playerName>Klaus_von_Angry</playerName>
<clanid>1000001505</clanid>
<points>36912.1</points>
<rank>42</rank>
<lastPoints>34296.8</lastPoints>
<lastRank>44</lastRank>
<q1Score>8948.2</q1Score>
<q2Score>18265.9</q2Score>
<q3Score>27029.6</q3Score>
<vp>47</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1003826279</playerid>
<playerName>T1_Diabetic</playerName>
<clanid>1000011903</clanid>
<points>36882.4</points>
<rank>43</rank>
<lastPoints>34272.0</lastPoints>
<lastRank>45</lastRank>
<q1Score>8847.0</q1Score>
<q2Score>18529.0</q2Score>
<q3Score>26919.5</q3Score>
<vp>0</vp>
<displayAchieve>41</displayAchieve>
</player>
<player>
<playerid>1011794680</playerid>
<playerName>_Lady_</playerName>
<clanid>1000015699</clanid>
<points>36778.5</points>
<rank>44</rank>
<lastPoints>34395.3</lastPoints>
<lastRank>39</lastRank>
<q1Score>8144.6</q1Score>
<q2Score>17174.3</q2Score>
<q3Score>26807.7</q3Score>
<vp>46</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1010767144</playerid>
<playerName>Talonbat</playerName>
<clanid>1000017123</clanid>
<points>36760.1</points>
<rank>45</rank>
<lastPoints>34084.2</lastPoints>
<lastRank>52</lastRank>
<q1Score>7618.1</q1Score>
<q2Score>17052.8</q2Score>
<q3Score>26506.6</q3Score>
<vp>20</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1011008238</playerid>
<playerName>stalli17</playerName>
<clanid>0</clanid>
<points>36753.8</points>
<rank>46</rank>
<lastPoints>34205.8</lastPoints>
<lastRank>46</lastRank>
<q1Score>8499.6</q1Score>
<q2Score>17730.1</q2Score>
<q3Score>26911.8</q3Score>
<vp>29</vp>
<displayAchieve>35</displayAchieve>
</player>
<player>
<playerid>1000979625</playerid>
<playerName>RSH427R</playerName>
<clanid>1000001960</clanid>
<points>36725.7</points>
<rank>47</rank>
<lastPoints>33904.5</lastPoints>
<lastRank>64</lastRank>
<q1Score>8726.9</q1Score>
<q2Score>18343.4</q2Score>
<q3Score>27086.7</q3Score>
<vp>73</vp>
<displayAchieve>41</displayAchieve>
</player>
<player>
<playerid>1011059473</playerid>
<playerName>HUD_33</playerName>
<clanid>1000014126</clanid>
<points>36713.9</points>
<rank>48</rank>
<lastPoints>33992.2</lastPoints>
<lastRank>57</lastRank>
<q1Score>7826.0</q1Score>
<q2Score>17668.2</q2Score>
<q3Score>26760.7</q3Score>
<vp>47</vp>
<displayAchieve>33</displayAchieve>
</player>
<player>
<playerid>1008096804</playerid>
<playerName>invictus97</playerName>
<clanid>1000004439</clanid>
<points>36712.3</points>
<rank>49</rank>
<lastPoints>33891.1</lastPoints>
<lastRank>66</lastRank>
<q1Score>8712.9</q1Score>
<q2Score>18195.0</q2Score>
<q3Score>27166.4</q3Score>
<vp>95</vp>
<displayAchieve>0</displayAchieve>
</player>
<player>
<playerid>1000976259</playerid>
<playerName>Dorsai11</playerName>
<clanid>1000001960</clanid>
<points>36697.5</points>
<rank>50</rank>
<lastPoints>34091.1</lastPoints>
<lastRank>50</lastRank>
<q1Score>9176.4</q1Score>
<q2Score>18331.0</q2Score>
<q3Score>27193.4</q3Score>
<vp>38</vp>
<displayAchieve>0</displayAchieve>
</player>
</data>
</response>
{
"status": "ok",
"requestDetails": {
"key": "demo",
"request": "fantasy_standings",
"output": "json",
"apiKeyAlias": "Hyp's Test Environment"
},
"meta": {
"searchResults": "4751",
"count": "50",
"pages": 96,
"prevPage": null,
"nextPage": "?key=demo&request=fantasy_standings&output=json&limit=50&offset=50"
},
"data": [
{
"playerid": "1001292346",
"playerName": "Yoott",
"clanid": "1000012800",
"points": "38131.6",
"rank": "1",
"lastPoints": "35531.0",
"lastRank": "1",
"q1Score": "9135.8",
"q2Score": "18795.1",
"q3Score": "28239.6",
"vp": "0",
"displayAchieve": "3"
},
{
"playerid": "1013962879",
"playerName": "8at_eNTrOpY",
"clanid": "1000011330",
"points": "38112.0",
"rank": "2",
"lastPoints": "35377.7",
"lastRank": "2",
"q1Score": "9458.0",
"q2Score": "18981.2",
"q3Score": "28163.3",
"vp": "52",
"displayAchieve": "4"
},
{
"playerid": "1001401433",
"playerName": "SweatshopKid",
"clanid": "1000003624",
"points": "37920.0",
"rank": "3",
"lastPoints": "35185.7",
"lastRank": "5",
"q1Score": "9564.1",
"q2Score": "18864.9",
"q3Score": "28034.6",
"vp": "55",
"displayAchieve": "5"
},
{
"playerid": "1001112367",
"playerName": "ninjagumby",
"clanid": "1000001505",
"points": "37827.5",
"rank": "4",
"lastPoints": "35362.8",
"lastRank": "3",
"q1Score": "9608.7",
"q2Score": "18867.1",
"q3Score": "28033.0",
"vp": "75",
"displayAchieve": "6"
},
{
"playerid": "1001409395",
"playerName": "Adroxis",
"clanid": "1000001960",
"points": "37759.9",
"rank": "5",
"lastPoints": "35267.9",
"lastRank": "4",
"q1Score": "10014.1",
"q2Score": "19248.4",
"q3Score": "28040.7",
"vp": "0",
"displayAchieve": "0"
},
{
"playerid": "1003381777",
"playerName": "Cran77",
"clanid": "1000023248",
"points": "37743.9",
"rank": "6",
"lastPoints": "35067.5",
"lastRank": "7",
"q1Score": "8480.3",
"q2Score": "17909.7",
"q3Score": "27233.4",
"vp": "107",
"displayAchieve": "0"
},
{
"playerid": "1007596587",
"playerName": "GymLeader_Surge",
"clanid": "1000002161",
"points": "37610.1",
"rank": "7",
"lastPoints": "34788.9",
"lastRank": "19",
"q1Score": "8864.2",
"q2Score": "18326.7",
"q3Score": "27579.7",
"vp": "62",
"displayAchieve": "6"
},
{
"playerid": "1000216202",
"playerName": "MacGyver04",
"clanid": "1000001505",
"points": "37607.5",
"rank": "8",
"lastPoints": "35160.2",
"lastRank": "6",
"q1Score": "9389.2",
"q2Score": "18772.3",
"q3Score": "27897.7",
"vp": "92",
"displayAchieve": "15"
},
{
"playerid": "1002868401",
"playerName": "Gravery",
"clanid": "1000001505",
"points": "37598.8",
"rank": "9",
"lastPoints": "34967.6",
"lastRank": "13",
"q1Score": "8742.7",
"q2Score": "18299.6",
"q3Score": "27251.3",
"vp": "80",
"displayAchieve": "6"
},
{
"playerid": "1004353324",
"playerName": "BTed72",
"clanid": "1000021167",
"points": "37513.3",
"rank": "10",
"lastPoints": "34823.6",
"lastRank": "17",
"q1Score": "8851.0",
"q2Score": "18440.0",
"q3Score": "27347.7",
"vp": "58",
"displayAchieve": "6"
},
{
"playerid": "1003004014",
"playerName": "Diego_Kai",
"clanid": "1000011916",
"points": "37498.5",
"rank": "11",
"lastPoints": "34764.2",
"lastRank": "22",
"q1Score": "8720.7",
"q2Score": "18139.2",
"q3Score": "27390.3",
"vp": "33",
"displayAchieve": "15"
},
{
"playerid": "1001044140",
"playerName": "lft",
"clanid": "1000002392",
"points": "37497.3",
"rank": "12",
"lastPoints": "34676.1",
"lastRank": "27",
"q1Score": "9563.1",
"q2Score": "18631.6",
"q3Score": "27670.5",
"vp": "107",
"displayAchieve": "0"
},
{
"playerid": "1001482141",
"playerName": "TempestSC",
"clanid": "1000001505",
"points": "37492.9",
"rank": "13",
"lastPoints": "35028.2",
"lastRank": "9",
"q1Score": "9457.9",
"q2Score": "18960.7",
"q3Score": "27862.1",
"vp": "81",
"displayAchieve": "0"
},
{
"playerid": "1001385888",
"playerName": "Rockstarx1",
"clanid": "1000021200",
"points": "37469.1",
"rank": "14",
"lastPoints": "34977.9",
"lastRank": "11",
"q1Score": "9280.6",
"q2Score": "18566.8",
"q3Score": "27522.9",
"vp": "60",
"displayAchieve": "0"
},
{
"playerid": "1000961498",
"playerName": "sr360",
"clanid": "0",
"points": "37467.6",
"rank": "15",
"lastPoints": "34659.0",
"lastRank": "28",
"q1Score": "9283.3",
"q2Score": "18671.7",
"q3Score": "27591.8",
"vp": "75",
"displayAchieve": "15"
},
{
"playerid": "1007368098",
"playerName": "lets_get_ready_to_rumble",
"clanid": "1000000000",
"points": "37446.5",
"rank": "16",
"lastPoints": "34651.3",
"lastRank": "29",
"q1Score": "8855.4",
"q2Score": "18277.3",
"q3Score": "27318.3",
"vp": "0",
"displayAchieve": "0"
},
{
"playerid": "1000752718",
"playerName": "shutupshake",
"clanid": "1000001505",
"points": "37420.0",
"rank": "17",
"lastPoints": "35011.1",
"lastRank": "10",
"q1Score": "8863.7",
"q2Score": "18266.8",
"q3Score": "27621.9",
"vp": "128",
"displayAchieve": "33"
},
{
"playerid": "1000194290",
"playerName": "too374",
"clanid": "1000009095",
"points": "37399.3",
"rank": "18",
"lastPoints": "34784.9",
"lastRank": "20",
"q1Score": "9275.5",
"q2Score": "18494.5",
"q3Score": "27595.9",
"vp": "25",
"displayAchieve": "0"
},
{
"playerid": "1001456164",
"playerName": "SirShakes",
"clanid": "1000001505",
"points": "37383.4",
"rank": "19",
"lastPoints": "34768.1",
"lastRank": "21",
"q1Score": "8948.5",
"q2Score": "18272.4",
"q3Score": "27438.3",
"vp": "25",
"displayAchieve": "8"
},
{
"playerid": "1008190292",
"playerName": "_Thurm_",
"clanid": "1000006957",
"points": "37376.8",
"rank": "20",
"lastPoints": "34845.9",
"lastRank": "14",
"q1Score": "8615.2",
"q2Score": "18506.4",
"q3Score": "27669.6",
"vp": "75",
"displayAchieve": "14"
},
{
"playerid": "1000932632",
"playerName": "canadianimpact",
"clanid": "1000008386",
"points": "37375.2",
"rank": "21",
"lastPoints": "35048.4",
"lastRank": "8",
"q1Score": "9234.8",
"q2Score": "18297.4",
"q3Score": "27735.1",
"vp": "0",
"displayAchieve": "0"
},
{
"playerid": "1010663942",
"playerName": "CarefreeTongue",
"clanid": "0",
"points": "37373.4",
"rank": "22",
"lastPoints": "34758.1",
"lastRank": "23",
"q1Score": "9056.7",
"q2Score": "18562.7",
"q3Score": "27463.8",
"vp": "71",
"displayAchieve": "0"
},
{
"playerid": "1010374340",
"playerName": "awesomeperson3",
"clanid": "1000018666",
"points": "37340.9",
"rank": "23",
"lastPoints": "34747.4",
"lastRank": "24",
"q1Score": "9528.5",
"q2Score": "18721.9",
"q3Score": "27332.6",
"vp": "73",
"displayAchieve": "15"
},
{
"playerid": "1001376675",
"playerName": "GotchMaster",
"clanid": "1000020231",
"points": "37254.7",
"rank": "24",
"lastPoints": "34714.7",
"lastRank": "25",
"q1Score": "9254.4",
"q2Score": "18524.6",
"q3Score": "27591.1",
"vp": "44",
"displayAchieve": "0"
},
{
"playerid": "1000416675",
"playerName": "Ledif",
"clanid": "1000001505",
"points": "37248.4",
"rank": "25",
"lastPoints": "34839.5",
"lastRank": "15",
"q1Score": "9185.6",
"q2Score": "18251.1",
"q3Score": "27432.3",
"vp": "29",
"displayAchieve": "0"
},
{
"playerid": "1005088643",
"playerName": "EliteMilkman",
"clanid": "1000001505",
"points": "37239.7",
"rank": "26",
"lastPoints": "34830.8",
"lastRank": "16",
"q1Score": "8835.7",
"q2Score": "18321.5",
"q3Score": "27342.7",
"vp": "34",
"displayAchieve": "0"
},
{
"playerid": "1001183991",
"playerName": "ToFuSmurF",
"clanid": "1000008386",
"points": "37228.9",
"rank": "27",
"lastPoints": "34714.3",
"lastRank": "26",
"q1Score": "9387.0",
"q2Score": "18630.0",
"q3Score": "27771.3",
"vp": "0",
"displayAchieve": "0"
},
{
"playerid": "1000166104",
"playerName": "Conflict_Serum",
"clanid": "0",
"points": "37208.4",
"rank": "28",
"lastPoints": "34796.9",
"lastRank": "18",
"q1Score": "8757.7",
"q2Score": "18061.7",
"q3Score": "27433.9",
"vp": "59",
"displayAchieve": "0"
},
{
"playerid": "1002301795",
"playerName": "TacoJohnHG",
"clanid": "1000001505",
"points": "37203.5",
"rank": "29",
"lastPoints": "34614.5",
"lastRank": "32",
"q1Score": "9140.9",
"q2Score": "18408.1",
"q3Score": "27391.9",
"vp": "35",
"displayAchieve": "12"
},
{
"playerid": "1006643878",
"playerName": "TCUKLOH_BeInVegas",
"clanid": "1000016195",
"points": "37196.6",
"rank": "30",
"lastPoints": "34638.8",
"lastRank": "31",
"q1Score": "9592.3",
"q2Score": "19147.5",
"q3Score": "27608.6",
"vp": "101",
"displayAchieve": "0"
},
{
"playerid": "1002974486",
"playerName": "Watchurstep",
"clanid": "1000018337",
"points": "37188.7",
"rank": "31",
"lastPoints": "34972.9",
"lastRank": "12",
"q1Score": "9169.5",
"q2Score": "18551.6",
"q3Score": "27806.2",
"vp": "64",
"displayAchieve": "9"
},
{
"playerid": "1007587884",
"playerName": "ArcticLazer31",
"clanid": "1000018314",
"points": "37188.2",
"rank": "32",
"lastPoints": "34596.4",
"lastRank": "33",
"q1Score": "9124.7",
"q2Score": "18261.7",
"q3Score": "27483.0",
"vp": "3",
"displayAchieve": "12"
},
{
"playerid": "1000288822",
"playerName": "Bryant21",
"clanid": "1000001505",
"points": "37173.1",
"rank": "33",
"lastPoints": "34649.8",
"lastRank": "30",
"q1Score": "9009.0",
"q2Score": "18239.7",
"q3Score": "27470.7",
"vp": "29",
"displayAchieve": "0"
},
{
"playerid": "1000681104",
"playerName": "_Lion",
"clanid": "1000021200",
"points": "37171.1",
"rank": "34",
"lastPoints": "34569.2",
"lastRank": "35",
"q1Score": "8640.5",
"q2Score": "18087.0",
"q3Score": "27408.7",
"vp": "0",
"displayAchieve": "0"
},
{
"playerid": "1004301666",
"playerName": "Pow3rBar",
"clanid": "1000008386",
"points": "37109.6",
"rank": "35",
"lastPoints": "34569.6",
"lastRank": "34",
"q1Score": "8324.2",
"q2Score": "18056.4",
"q3Score": "26798.3",
"vp": "71",
"displayAchieve": "9"
},
{
"playerid": "1004184480",
"playerName": "akerz",
"clanid": "1000006957",
"points": "37056.6",
"rank": "36",
"lastPoints": "34380.4",
"lastRank": "40",
"q1Score": "9086.4",
"q2Score": "18138.1",
"q3Score": "27318.3",
"vp": "44",
"displayAchieve": "0"
},
{
"playerid": "1005407822",
"playerName": "Sanevar",
"clanid": "1000001579",
"points": "37037.3",
"rank": "37",
"lastPoints": "34334.2",
"lastRank": "42",
"q1Score": "8523.2",
"q2Score": "17793.3",
"q3Score": "27152.6",
"vp": "34",
"displayAchieve": "0"
},
{
"playerid": "1002033092",
"playerName": "Incytatus",
"clanid": "1000001505",
"points": "37037.1",
"rank": "38",
"lastPoints": "34361.2",
"lastRank": "41",
"q1Score": "8951.7",
"q2Score": "17851.1",
"q3Score": "27294.5",
"vp": "51",
"displayAchieve": "0"
},
{
"playerid": "1002168564",
"playerName": "ice33b",
"clanid": "1000014636",
"points": "36939.5",
"rank": "39",
"lastPoints": "34416.2",
"lastRank": "38",
"q1Score": "8530.8",
"q2Score": "17971.3",
"q3Score": "26935.2",
"vp": "1",
"displayAchieve": "33"
},
{
"playerid": "1004270456",
"playerName": "AllHardAllTheTime",
"clanid": "1000009177",
"points": "36932.4",
"rank": "40",
"lastPoints": "34418.7",
"lastRank": "37",
"q1Score": "9045.0",
"q2Score": "18226.3",
"q3Score": "26980.6",
"vp": "97",
"displayAchieve": "0"
},
{
"playerid": "1003116010",
"playerName": "GeeForcer",
"clanid": "1000021200",
"points": "36925.3",
"rank": "41",
"lastPoints": "34493.9",
"lastRank": "36",
"q1Score": "9267.8",
"q2Score": "18078.9",
"q3Score": "26997.0",
"vp": "75",
"displayAchieve": "5"
},
{
"playerid": "1000955296",
"playerName": "Klaus_von_Angry",
"clanid": "1000001505",
"points": "36912.1",
"rank": "42",
"lastPoints": "34296.8",
"lastRank": "44",
"q1Score": "8948.2",
"q2Score": "18265.9",
"q3Score": "27029.6",
"vp": "47",
"displayAchieve": "0"
},
{
"playerid": "1003826279",
"playerName": "T1_Diabetic",
"clanid": "1000011903",
"points": "36882.4",
"rank": "43",
"lastPoints": "34272.0",
"lastRank": "45",
"q1Score": "8847.0",
"q2Score": "18529.0",
"q3Score": "26919.5",
"vp": "0",
"displayAchieve": "41"
},
{
"playerid": "1011794680",
"playerName": "_Lady_",
"clanid": "1000015699",
"points": "36778.5",
"rank": "44",
"lastPoints": "34395.3",
"lastRank": "39",
"q1Score": "8144.6",
"q2Score": "17174.3",
"q3Score": "26807.7",
"vp": "46",
"displayAchieve": "0"
},
{
"playerid": "1010767144",
"playerName": "Talonbat",
"clanid": "1000017123",
"points": "36760.1",
"rank": "45",
"lastPoints": "34084.2",
"lastRank": "52",
"q1Score": "7618.1",
"q2Score": "17052.8",
"q3Score": "26506.6",
"vp": "20",
"displayAchieve": "0"
},
{
"playerid": "1011008238",
"playerName": "stalli17",
"clanid": "0",
"points": "36753.8",
"rank": "46",
"lastPoints": "34205.8",
"lastRank": "46",
"q1Score": "8499.6",
"q2Score": "17730.1",
"q3Score": "26911.8",
"vp": "29",
"displayAchieve": "35"
},
{
"playerid": "1000979625",
"playerName": "RSH427R",
"clanid": "1000001960",
"points": "36725.7",
"rank": "47",
"lastPoints": "33904.5",
"lastRank": "64",
"q1Score": "8726.9",
"q2Score": "18343.4",
"q3Score": "27086.7",
"vp": "73",
"displayAchieve": "41"
},
{
"playerid": "1011059473",
"playerName": "HUD_33",
"clanid": "1000014126",
"points": "36713.9",
"rank": "48",
"lastPoints": "33992.2",
"lastRank": "57",
"q1Score": "7826.0",
"q2Score": "17668.2",
"q3Score": "26760.7",
"vp": "47",
"displayAchieve": "33"
},
{
"playerid": "1008096804",
"playerName": "invictus97",
"clanid": "1000004439",
"points": "36712.3",
"rank": "49",
"lastPoints": "33891.1",
"lastRank": "66",
"q1Score": "8712.9",
"q2Score": "18195.0",
"q3Score": "27166.4",
"vp": "95",
"displayAchieve": "0"
},
{
"playerid": "1000976259",
"playerName": "Dorsai11",
"clanid": "1000001960",
"points": "36697.5",
"rank": "50",
"lastPoints": "34091.1",
"lastRank": "50",
"q1Score": "9176.4",
"q2Score": "18331.0",
"q3Score": "27193.4",
"vp": "38",
"displayAchieve": "0"
}
]
}
