ConsoleCatalog
Sign in
World Surf League logo

World Surf League

worldsurfleague.comSportsno auth

Athlete rankings, tour standings, profiles, and live results.

Athlete Profile

ASYNCREADNo auth

Returns a surfer's bio, physical stats, season stats, and career results.

ParametersFormJSON

Numeric WSL athlete identifier

URL slug paired with athlete_id

Client cache-buster timestamp in epoch milliseconds

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_worldsurfleague_athlete_profile",
    "params": {
      "athlete_id": "1737",
      "athlete_slug": "italo-ferreira",
      "rnd": "1780646250976"
    }
  }'