fetch drivers F1

PHOTO EMBED

Sat Aug 05 2023 17:32:40 GMT+0000 (Coordinated Universal Time)

Saved by @apatari6301

function findLatest() {
    fetch('http://ergast.com/api/f1/2023/12/results.json')
    .then(res => res.json())
    .then(data => console.log(data.MRData.RaceTable.Races[0].Results))
}
content_copyCOPY