ConsoleCatalog
Sign in
Formula 1 logo

Formula 1

formula1.comSportsno auth

Schedules, standings, driver and team profiles, and live race data.

Driver Profile

ASYNCREADNo auth

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

ParametersFormJSON

URL slug for the F1 driver profile page (e.g. george-russell, max-verstappen)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -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"
    }
  }'