GET /sports/:sport/:league
Get live and recent scores for a specific sport and league. Returns match details including team names, current scores, game status (scheduled/in-progress/final), and timing. Provide the sport and league codes from the available sports endpoint (e.g., soccer/eng.1 for the English Premier League). Useful for sports dashboards, score tickers, betting apps, and fantasy sports tools. Data from ESPN.
sport
required
Sport
league
required
League
| Name | Required | Default | Description |
|---|---|---|---|
sport |
Yes | - | Sport |
league |
Yes | - | League |
curl https://nordapi.ee/api/v1/sports/soccer/eng.1
curl https://nordapi.ee/api/v1/sports/soccer/eng.1
curl https://nordapi.ee/api/v1/sports/basketball/nba
curl https://nordapi.ee/api/v1/sports/football/nfl
HTTP 502: {
"error": "ESPN returned 403",
"success": false
}