← Viihde

Reaaliaikaiset tulokset

GET /sports/:sport/:league

Hae live and recent scores for a specific sport and league. Palauttaa match details mukaan lukien 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). Hyödyllinen sports dashboards, score tickers, betting apps, and fantasy sports tools. Data ESPN.

Katso se visualisoituna

Parametrit

sport pakollinen

Sport

league pakollinen

League

Esimerkkipyynnöt

Peruskäyttö
curl https://nordapi.ee/api/v1/sports/soccer/eng.1
English Premier League scores
curl https://nordapi.ee/api/v1/sports/soccer/eng.1
NBA basketball scores
curl https://nordapi.ee/api/v1/sports/basketball/nba
NFL football scores
curl https://nordapi.ee/api/v1/sports/football/nfl

Reaaliaikainen vastaus

{
  "count": 10,
  "data": [
    {
      "date": "2026-05-24T15:00Z",
      "id": "740966",
      "name": "Manchester United at Brighton & Hove Albion",
      "status": "Scheduled",
      "teams": [
        {
          "abbreviation": "BHA",
          "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/331.png",
          "name": "Brighton & Hove Albion",
          "score": "0",
          "winner": false
        },
        {
          "abbreviation": "MAN",
          "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/360.png",
          "name": "Manchester United",
          "score": "0",
          "winner": false
        }
      ]
    },
    {
      "date": "2026-05-24T15:00Z",
      "id": "740967",
      "name": "Wolverhampton Wanderers at Burnley",
      "status": "Scheduled",
      "teams": [
        {
          "abbreviation": "BUR",
          "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/379.png",
          "name": "Burnley",
          "score": "0",
          "winner": false
        },
        {
          "abbreviation": "WOL",
          "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/380.png",
          "name": "Wolverhampton Wanderers",
          "score": "0",
          "winner": false
        }
      ]
    },
    {
      "date": "2026-05-24T15:00Z",
      "id": "740968",
      "name": "Arsenal at Crystal Palace",
      "status": "Scheduled",
      "teams": [
        {
          "abbreviation": "CRY",
          "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/384.png",
          "name": "Crystal Palace",
          "score": "0",
          "winner": false
        },
        {
          "abbreviation": "ARS",
          "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/359.png",
          "name": "Arsenal",
          "score": "0",
          "winner": false
        }
      ]
    },
    {
      "date": "2026-05-24T15:00Z",
      "id": "740969",
      "name": "Newcastle United at Fulham",
      "status": "Scheduled",
      "teams": [
        {
          "abbreviation": "FUL",
          "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/370.png",
          "name": "Fulham",
          "score": "0",
          "winner": false
        },
        {
          "abbreviation": "NEW",
          "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/361.png",
          "name": "Newcastle United",
          "score": "0",
          "winner": false
        }
      ]
    },
    {
      "date": "2026-05-24T15:00Z",
      "id": "740975",
      "name": "Brentford at Liverpool",
      "status": "Scheduled",
      "teams": [
        {
          "abbreviation": "LIV",
          "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/364.png",
          "name": "Liverpool",
          "score": "0",
          "winner": false
        },
        {
          "abbreviation": "BRE",
          "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/337.png",
          "name": "Brentford",
          "score": "0",
          "winner": false
        }
      ]
    },
    {
      "date": "2026-05-24T15:00Z",
      "id": "740970",
      "name": "Aston Villa at Manchester City",
      "status": "Scheduled",
      "teams": [
        {
          "abbreviation": "MNC",
          "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/382.png",
          "name": "Manchester City",
          "score": "0",
          "winner": false
        },
        {
          "abbreviation": "AVL",
          "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/362.png",
          "name": "Aston Villa",
          "score": "0",
          "winner": false
        }
      ]
    },
    {
      "date": "2026-05-24T15:00Z",
      "id": "740972",
      "name": "AFC Bournemouth at Nottingham Forest",
      "status": "Scheduled",
      "teams": [
        {
          "abbreviation": "NFO",
          "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/393.png",
          "name": "Nottingham Forest",
          "score": "0",
          "winner": false
        },
        {
          "abbreviation": "BOU",
          "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/349.png",
          "name": "AFC Bournemouth",
          "score": "0",
          "winner": false
        }
      ]
    },
    {
      "date": "2026-05-24T15:00Z",
      "id": "740973",
      "name": "Chelsea at Sunderland",
      "status": "Scheduled",
      "teams": [
        {
          "abbreviation": "SUN",
          "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/366.png",
          "name": "Sunderland",
          "score": "0",
          "winner": false
        },
        {
          "abbreviation": "CHE",
          "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/363.png",
          "name": "Chelsea",
          "score": "0",
          "winner": false
        }
      ]
    },
    {
      "date": "2026-05-24T15:00Z",
      "id": "740974",
      "name": "Everton at Tottenham Hotspur",
      "status": "Scheduled",
      "teams": [
        {
          "abbreviation": "TOT",
          "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/367.png",
          "name": "Tottenham Hotspur",
          "score": "0",
          "winner": false
        },
        {
          "abbreviation": "EVE",
          "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/368.png",
          "name": "Everton",
          "score": "0",
          "winner": false
        }
      ]
    },
    {
      "date": "2026-05-24T15:00Z",
      "id": "740971",
      "name": "Leeds United at West Ham United",
      "status": "Scheduled",
      "teams": [
        {
          "abbreviation": "WHU",
          "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/371.png",
          "name": "West Ham United",
          "score": "0",
          "winner": false
        },
        {
          "abbreviation": "LEE",
          "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/357.png",
          "name": "Leeds United",
          "score": "0",
          "winner": false
        }
      ]
    }
  ],
  "league": "eng.1",
  "sport": "soccer",
  "success": true
}