Race
{{ nextRaceTime }}
Practice 1
{{ fp1 }}
Practice 2
{{ fp2 }}
Practice 3
{{ fp3 }}
Qualifying
{{ nextQualiTime }}
Sprint
{{ sprint }}
Round | Race Name | Date | Time | Circuit | Location | Country |
---|---|---|---|---|---|---|
{{ race.round }} | {{ race.raceName }} | {{ convertDateForRace(race.date) }} | {{ convertTimeForRace(race.date, race.time) }} | {{ race.Circuit.circuitName }} | {{ race.Circuit.Location.locality }} | {{ race.Circuit.Location.country }} |
Position | Points | First Name | Last Name | Nationality | Constructor |
---|---|---|---|---|---|
🏆 🥈 🥉 {{ driver.position }} | {{ driver.points }} | {{ driver.Driver.givenName }} | {{ driver.Driver.familyName }} | {{ driver.Driver.nationality }} | {{ driver.Constructors[0].name }} |
Position | Constructor | Points | Wins |
---|---|---|---|
🏆 🥈 🥉 {{ standing.position }} | {{ standing.Constructor.name }} | {{ standing.points }} | {{ standing.wins }} |
Position | Driver | Constructor | Laps | Status | Points |
---|---|---|---|---|---|
🏆 🥈 🥉 {{ result.position }} | {{ result.Driver.givenName }} {{ result.Driver.familyName }} | {{ result.Constructor.name }} | {{ result.laps }} | {{ result.status }} | {{ result.points }} |
Name | Number | Nationality | Age | Date of Birth |
---|---|---|---|---|
{{ driver2.givenName }} {{ driver2.familyName }} | {{ driver2.permanentNumber }} | {{ driver2.nationality }} | {{ calculateAge(driver2.dateOfBirth) }} | {{ driver2.dateOfBirth }} |