Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Releases: taycaldwell/riot-api-java

riot-api-java-v3.3.2

17 Dec 09:59

Choose a tag to compare

PBE is now a valid region constant.
PBE is now a supported region for the following APIs:

  • Match API
  • Match History API
  • Status API

The Korean region has been removed as a supported region for the Status
API, as it never was.

riot-api-java-v3.3.1

17 Dec 02:15

Choose a tag to compare

Fixed queue type constant for the Legend of the Poro King game mode.

riot-api-java-v3.3.0

15 Dec 23:46

Choose a tag to compare

  • Added support for featured game mode King Poro.

riot-api-java-v3.2.6

17 Nov 15:12

Choose a tag to compare

-Region default is now North America.
-Season default is now null.
-Stats API bugs brought on by v3.2.5 fixed.
-Linnun added to contributor list for correcting logic added in v3.2.5.

riot-api-java-v3.2.5

16 Nov 22:15

Choose a tag to compare

The season parameter for the Stats API is now optional, and doesn't throw a NullPointerException when null.

Thanks, fKunstner

riot-api-java-v3.2.4

10 Nov 07:27

Choose a tag to compare

Updates -
Match API: platformId added to MatchDetail
MatchHistory API: platformId added to MatchSummary

Requested Additions -
clone() method added to RiotApi

riot-api-java-v3.2.3

05 Nov 18:59

Choose a tag to compare

Added support for Hexakill game mode
Bugfixes:
Fixed bug where the SummonerMethod, getSummonersById calls getSummonerbyName instead.

riot-api-java-v3.2.2

30 Sep 22:53

Choose a tag to compare

Bugfix -

Fixed encoding to account for summoner names containing special characters.

riot-api-java-v3.2.0

18 Sep 19:21

Choose a tag to compare

Disclaimer

This product is not endorsed, certified or otherwise approved in any way by Riot Games, Inc. or any of its affiliates.

Requirements

riot-api-java requires the following libraries:

API Versions

The current version of this library supports the following Riot Games API versions:

  • champion-v1.2 [BR, EUNE, EUW, KR, LAN, LAS, NA, OCE, RU, TR]
  • game-v1.3 [BR, EUNE, EUW, KR, LAN, LAS, NA, OCE, RU, TR]
  • league-v2.5 [BR, EUNE, EUW, KR, LAN, LAS, NA, OCE, RU, TR]
  • lol-static-data-v1.2 [BR, EUNE, EUW, KR, LAN, LAS, NA, OCE, RU, TR]
  • lol-status-v1.0 [BR, EUNE, EUW, KR, LAN, LAS, NA, OCE, RU, TR]
  • match-v2.2 [BR, EUNE, EUW, KR, LAN, LAS, NA, OCE, RU, TR]
  • matchhistory-v2.2 [BR, EUNE, EUW, KR, LAN, LAS, NA, OCE, RU, TR]
  • stats-v1.3 [BR, EUNE, EUW, KR, LAN, LAS, NA, OCE, RU, TR]
  • summoner-v1.4 [BR, EUNE, EUW, KR, LAN, LAS, NA, OCE, RU, TR]
  • team-v2.4 [BR, EUNE, EUW, KR, LAN, LAS, NA, OCE, RU, TR]