The API for Global Clicker
Get the count from here
fetch('https://gc1.stats100.xyz')
.then(res => { return res.json() })
.then(data => {
console.dir(data, { depth: null })
})
The API for Global Clicker
Get the count from here
fetch('https://gc1.stats100.xyz')
.then(res => { return res.json() })
.then(data => {
console.dir(data, { depth: null })
})