Sports
Formula 1 logo

Formula 1 API

formula1.com

Formula 1 - schedules, standings, driver and team profiles, and live race data.

Actions
6
Category
Sports
Login
Not required
Output
JSON

Call the Formula 1 API

Submit a task, then poll the job until it settles. This example runs act_formula1_driver_profile_rsc.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_formula1_driver_profile_rsc",
    "params": {
      "driver_slug": "george-russell"
    }
  }'

6 actions on formula1.com

Read

  • Driver Profile

    act_formula1_driver_profile_rscread2 credits / call

    Returns a driver profile with team, season and career stats, and biography.

    driver_slug
    string · required
  • Drivers Listing

    act_formula1_drivers_listing_ssrread1 credit / call

    Returns all current grid drivers with names, teams, and profile slugs.

  • Event Details

    act_formula1_event_detail_ssrread2 credits / call

    Returns grand prix detail with circuit info, session schedule, and results.

    season_year
    string · required
    event_slug
    string · required
  • Homepage Feed

    act_formula1_homepage_ssrread1 credit / call

    Returns the homepage with upcoming race events, rounds, and dates.

  • Live Event Tracker

    act_formula1_live_event_trackerread1 credit / call

    Returns the live race hub with current state, session timetables, and timing links.

  • Season Schedule

    act_formula1_season_schedule_listing_ssrread2 credits / call

    Returns the full season calendar with grand prix names, tracks, and dates.

    season_year
    string · required

Formula 1 API questions

Is there an API for Formula 1?
Formula 1 does not offer a public data API for this, but Anakin Wire provides 6 maintained endpoints for formula1.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Formula 1 data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when formula1.com changes its markup, Anakin updates the action.
Do I need a Formula 1 account?
No. Every Formula 1 action listed here runs anonymously — no account and no credentials required.
What does the Formula 1 API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Sports APIs

All Sports sites