fetch('https://api.simracing.co.uk/v0.1/leaderboards?limit=3', {
headers: {'Authorization': 'Bearer 74153a69-3e37-43c9-84c7-b5ce2ec17132'}
})
.then(r => r.json())
.then(data => console.log(data))
.catch(e => console.error(e));
Loading Race Club leaderboard…