+-----+------------------+
|month|finishes_per_month|
+-----+------------------+
|5 |1 |
|6 |18 |
|7 |37 |
|8 |31 |
|9 |15 |
|10 |10 |
|11 |9 |
|12 |18 |
+-----+------------------+
(edited)+-----+------------------+
|month|finishes_per_month|
+-----+------------------+
|5 |1 |
|6 |18 |
|7 |37 |
|8 |31 |
|9 |15 |
|10 |10 |
|11 |9 |
|12 |18 |
+-----+------------------+
(edited)+-----+------------------+
|month|finishes_per_month|
+-----+------------------+
|3 |77 |
|4 |57 |
|5 |57 |
|6 |50 |
|7 |45 |
|8 |37 |
|9 |21 |
|10 |16 |
|11 |29 |
|12 |32 |
+-----+------------------+
+-----+------------------+
|month|finishes_per_month|
+-----+------------------+
|3 |77 |
|4 |57 |
|5 |57 |
|6 |50 |
|7 |45 |
|8 |37 |
|9 |21 |
|10 |16 |
|11 |29 |
|12 |32 |
+-----+------------------+
+-----+------------------+
|month|finishes_per_month|
+-----+------------------+
|3 |77 |
|4 |57 |
|5 |57 |
|6 |50 |
|7 |45 |
|8 |37 |
|9 |21 |
|10 |16 |
|11 |29 |
|12 |32 |
+-----+------------------+
(async () => {
const response = await fetch("https://kog.tw/api.php", {
body: JSON.stringify({ type: "players", player: "JuKKi" }),
method: "POST",
});
const body = await response.json();
console.log(JSON.parse(body.data).points.TPoints);
})();