Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fast1-labs/fast1
F1 Application with Seasonal informations
https://github.com/fast1-labs/fast1
Last synced: 1 day ago
JSON representation
F1 Application with Seasonal informations
- Host: GitHub
- URL: https://github.com/fast1-labs/fast1
- Owner: Fast1-Labs
- License: mit
- Created: 2024-09-27T10:31:13.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T11:52:56.000Z (3 days ago)
- Last Synced: 2025-01-07T12:39:23.476Z (3 days ago)
- Language: TypeScript
- Homepage:
- Size: 3.78 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fast1 Formula 1 App
Seasonally updated Formula 1 races content with races, drivers, and information about races with race results. Current standings for drivers and constructors championship. Social media posts from official F1 X account. Now available for Closed Testing on Google Play Store. Soon to be published...
## API Reference
### Ergast API Reference
#### Overview
The Ergast API provides a comprehensive database of historical Formula 1 data, including race results, driver and constructor standings, circuit information, and more. It is a valuable resource for developers looking to access detailed information about Formula 1.#### API Base URL
- **Base URL**: `https://ergast.com/api/f1`#### Common Endpoints
Here are some of the commonly used endpoints for accessing specific data:- **Current Season Races**
- **Endpoint**: `/current.json`
- **Description**: Retrieves data about the current season's races.- **Race Results**
- **Endpoint**: `/current/{raceId}/results.json`
- **Description**: Fetches results for a specific race in the current season.
- **Example**: To get results for the Australian Grand Prix, use `/current/1/results.json`.- **Driver Standings**
- **Endpoint**: `/current/driverStandings.json`
- **Description**: Retrieves the current standings of drivers.- **Constructor Standings**
- **Endpoint**: `/current/constructorStandings.json`
- **Description**: Retrieves the current standings of constructors.- **Historical Data**
- **Endpoint**: `/season/{year}/race/{round}.json`
- **Description**: Fetches data for a specific race in a specific season.---
## Features
- Live race list of current season
- Live race rankings and race results
- Live drivers championship standings
- Live constructors championship standings
- Social media contents from F1 X account## Screenshots
[Watch the video](https://github.com/user-attachments/assets/dac3d2e3-9405-4dbc-a97f-7f5c44eaaf0e)