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)) }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments