🏄
Sports API
League Partner

WSL API

By AltSportsData

Docs

World Surf League competitive surfing data with event results, athlete rankings, and full coverage of the Championship Tour and Challenger Series.

Packages Offered

Base

Full access to core data endpoints

About

As an official AltSportsData league partner, the World Surf League provides exclusive access to Championship Tour event results, heat-by-heat scores, athlete world rankings, wave and ride scores, and full coverage of the WSL Finals. The only official structured WSL data source.

Coverage

  • WSL Championship Tour (CT)
  • WSL Challenger Series
  • WSL Big Wave Tour
  • Surf Ranch Pro (Wave Pool)
  • WSL Finals

SDK Quick Start

Install the AltSportsData Python SDK to get started in minutes:

$ pip install altsportsdata
# Quick start (Python — altsportsdata)
from altsportsdata import AltSportsData
client = AltSportsData(api_key="YOUR_API_KEY")
leagues = client.get_leagues()