Flashback API
Flashback API
The API behind the Flashback android app. Check out the API here
Schema
- /news.json
- /overview.json
- /overview/[season].json
- /races
- /races/[season].json
- /races/[season]/[round].json
- /races/[season]/events.json
- /drivers.json
- /drivers/[driverid].json
- /constructors.json
- /constructors/[constructorId].json
- /circuits.json
- /circuits/[circuitId].json
About the API
- Race, Qualifying, and Sprint data is synchronised and updated between 2 and 6 hours after the event (this depends on the timezone)
- Weather data of upcoming events is updated at least every day
- Youtube links for race highlights are attached to the data on the Monday after a race weekend
- Breaking news stories are added to news.json as and when they occur. This is usually driver changes or team changes, but may include other noteworthy events. This is populated at the authors discression, and news will be removed when no longer relevant
See other projects