🛹
Sports API
League Partner
SLS API
By AltSportsData
Street League Skateboarding data with contest results, athlete rankings, and coverage of the world's premier skateboarding competition series.
Packages Offered
Base
Full access to core data endpoints
About
As an official AltSportsData league partner, Street League Skateboarding provides exclusive contest results, trick scores, athlete world rankings, and event schedules from the world's premier street skateboarding competition. Covers both the SLS Super Crown World Championship and international stops.
Coverage
- SLS Super Crown World Championship
- SLS International Events
- Street League Pro Open
- SLS Nike SB Series
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()