/sports namespace · APlicious

F1 API — current driver standings and race results in one GET

Two clean GET endpoints: /sports/f1/standings for the current driver and constructor championship table, and /sports/f1/results for the latest race results — all covered under the same key as cricket and football.

2F1 endpoints
Get free API key View docs
GET /api/v1/sports/f1/standings
const res = await fetch(
  'https://aplicious.com/api/v1/sports/f1/standings',
  { headers: { 'X-API-Key': 'lapi_live_••••' } }
);
const { data } = await res.json();
// { season: 2026, drivers: [
//   { position: 1, name: "Max Verstappen", team: "Red Bull", points: 195 }, ...] }

No credit card · Free to start · X-API-Key header auth

What's included in /sports

Current standings

Driver championship standings with points, wins, and team affiliation for the current season.

Race results

Latest race results including finishing position, gap to leader, and fastest lap for each driver.

No separate motorsport API

Covered under the APlicious /sports namespace — same key as cricket, football, basketball, and hockey.

Constructor standings

Team points alongside driver standings — useful for showing the full championship picture.

Pairs with /sports/football/scores

Build a multi-sport dashboard covering F1, cricket, football, and basketball under one key.

Start using the F1 API today

Free tier — 250 calls/month, no credit card. Upgrade when you need more.

Get free API keyExplore /sports docs

Frequently asked questions

Are historical season results available?

The current endpoints return the active season. Historical season data is on the roadmap.

How often is the data updated?

Standings update after each race weekend. During a race, results are posted within 30 minutes of the chequered flag.

Does this include qualifying and practice results?

Not currently — only race results and standings are available. Qualifying data is on the roadmap.

Related API guides

Cricket API — 150,000+ Matches, Player Stats, Head-to-Head

Cricket match data ingested from Cricsheet (ODC-BY licensed) into our own databa

Read guide

Football Scores API — Premier League, Live Scores, Free

GET live and recent football scores for the Premier League and other competition

Read guide

RapidAPI Alternative — One Key, 34 APIs, No Per-API Billing

Tired of managing multiple API keys and invoices? APlicious gives you 10 live na

Read guide

One key unlocks all 10 namespaces — finance, legal, property, jobs, wellness, and more.

View all plans and pricing →