Questions tagged [riot-games-api]

A JSON API for retrieving game data for the popular computer game League of Legends.

A API for retrieving game data for the popular computer game League of Legends.

For more information, see the official homepage.

112 questions
-1
votes
1 answer

NODE JS API RIOT for list rank friends

Good morning, everyone, I'm a young developer and I really like nodejs, I try to learn by myself by creating small personal applications. So I created an application that uses the RIOT API, to display the nickname, the league with its points, the…
-1
votes
1 answer

Modifying textviews reliant on threaded API calls?

public View getView(int position, View convertView, ViewGroup parent) { LayoutInflater inflater = LayoutInflater.from(getContext()); View theView = inflater.inflate(R.layout.match_layout, parent, false); matchID = getItem(position); …
robert le
  • 45
  • 5
-2
votes
1 answer

Multiple python nested for loops, possibly recursively traverse lists. python 3

I am trying to match the first item in participantId to the first list in str(each['participantId']). And then the second item in participantId to second list, and so on. participantId = ['2','5','7','4','10','9','2'] each['participantId'] =…
ldizzle
  • 3
  • 3
-3
votes
1 answer

Valorant HWID Band

I have a HWID Ban in Valorant (Van 152) I used several spoofer like Woofer or InvisionCheats or Cheat City Spoofer (all paid ones) and flashed Bios afterwords. I even reinstalled Windoows and Valorant/Riot Games/Vanguard several times. I need help.…
YFF
  • 1
-3
votes
2 answers

How to get a LoL player's rank only with HTML/CSS, is it even possible ? Riot API is confusing me

Novice html developer here, I was wondering how I could get my Lol Rank onto my site from Riot's API. Is it possible to do it without Javascript ?
Daitan
  • 29
  • 2
  • 4
-3
votes
2 answers

Read JSON error: org.json.JSONException: A JSONObject text must begin with '{' at 1 [character 2 line 1]

As you can see in the title, I get an error when I try to read a JSON file which is available at the Riot-Games API. I try to return the current tier and rank of a user using its summonerID. I don't get this error when I try to obtain the…
JieBaef
  • 122
  • 1
  • 11
-3
votes
1 answer

How to use php inside of javascript?

I am using javascript to retrieve a bunch of values from the Riot API, however I want to store them in my own database using php. For example, I'm trying to store the gameID and this is what I'm trying right now.
ghadams
  • 41
  • 6
1 2 3 4 5 6 7
8