⚽
Sports API
League Partner
MASL API
By AltSportsData
Major Arena Soccer League data with live game scores, player statistics, team standings, and indoor soccer coverage.
Packages Offered
Base
Full access to core data endpoints
About
As an official AltSportsData league partner, the Major Arena Soccer League provides exclusive access to real-time period scores, player statistics, team standings, and the full MASL historical archive. The premier indoor soccer league in North America with 15+ teams.
Coverage
- MASL Regular Season
- MASL Playoffs
- MASL Cup
- All Arena Soccer Venues
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()