An open API service indexing awesome lists of open source software.

https://github.com/softwave-technology/fast1

F1 Application with Seasonal informations
https://github.com/softwave-technology/fast1

ergast-api expo-router hooks mapbox react react-native react-native-maps rest-api supabase supabase-auth supabase-functions supabase-js typescript

Last synced: 4 months ago
JSON representation

F1 Application with Seasonal informations

Awesome Lists containing this project

README

          

# 🏎️ Fast1 — Formula 1 App

An all-in-one Formula 1 companion app. Track live race data, driver and constructor standings, and explore up-to-date race information. Stay connected with official F1 news and media — **now available for Closed Testing on the Google Play Store**. Public release coming soon!

---

## 🚀 Features

- 📅 **Live race list** for the current F1 season
- 🏁 **Real-time race results** with rankings and positions
- 🧑‍🏎️ **Driver championship standings** updated throughout the season
- 🏢 **Constructor standings** with live updates
- 📱 **Social feed** from the official F1 X (Twitter) account

---

## 🔌 API Reference

### 🧩 Ergast API Overview

The [Ergast Developer API](http://ergast.com/mrd/) offers a comprehensive collection of historical and current Formula 1 data, including:

- Race results
- Driver & constructor standings
- Circuit details
- Seasonal statistics

> ⚠️ **Note**: Starting from the 2025 season, the API has moved to a new base URL due to deprecation of the original Ergast API.

### 📡 Base URL

- **Base URL**: https://api.jolpi.ca/ergast/f1

### 📂 Common Endpoints

| Purpose | Endpoint | Example |
|--------------------------|----------------------------------------------------|----------------------------------|
| Current Season Races | `/current.json` | Get all races in the season |
| Specific Race Results | `/current/{raceId}/results.json` | `/current/1/results.json` |
| Driver Standings | `/current/driverStandings.json` | - |
| Constructor Standings | `/current/constructorStandings.json` | - |
| Historical Race Data | `/season/{year}/race/{round}.json` | `/season/2023/race/10.json` |

---

## 📸 Screenshots

🎬 [Watch the Demo Video](https://github.com/user-attachments/assets/dac3d2e3-9405-4dbc-a97f-7f5c44eaaf0e)