{"openapi":"3.2.0","info":{"title":"League of Legends Rank API API","description":"The purpose of this API is to show your rank in League of Legends through Twitch bots. It works with URL parameters and returns text.","version":"1.0.0"},"servers":[{"url":"https://flqeu.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/v1/lol-rank":{"get":{"operationId":"get_v1_lol_rank","summary":"Get Player Rank","parameters":[{"name":"summonerName","in":"query","required":false,"schema":{"type":"string","example":"Stalken Hendrix"}},{"name":"tag","in":"query","required":false,"schema":{"type":"string","example":"316"}},{"name":"queue","in":"query","description":"solo, flex","required":false,"schema":{"type":"string","title":"This is for queue type.","example":"solo"}},{"name":"region","in":"query","description":"BR1, EUW1, EUN1, JP1, KR, LA1, LA2, NA1, OC1, PH2, RU, SG, TH2, TR1, TW2, VN2","required":false,"schema":{"type":"string","title":"This is for region.","example":"tr1"}},{"name":"nick","in":"query","description":"true, false","required":false,"schema":{"type":"string","title":"This is for showing nickname and tag.","example":"true"}},{"name":"lp","in":"query","description":"true, false","required":false,"schema":{"type":"string","title":"This is for showing league points. (LP)","example":"true"}},{"name":"wr","in":"query","description":"true, false","required":false,"schema":{"type":"string","title":"This is for showing win rate.","example":"true"}},{"name":"log","in":"query","description":"true, false","required":false,"schema":{"type":"string","title":"This is for showing League of Graphs link.","example":"true"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}