API Endpoint for offline tournament games?

AlasYorik·11/10/2016, 4:20:13 PM·1 votes·6,040 views

I'm trying to use the Riot API to scrape stats for pro scene tournament games (this is for a uni class project). I can access the game info page for any given game in a tournament, such as this one: http://matchhistory.na.leagueoflegends.com/en/#match-details/TRLH3/1001380191?gameHash=43a46f49938bacca&tab=stats

However, where the region would usually be "NA1" or one of the other online regions, here it's "TRLH3", which the API doesn't seem to recognize. Is there any way to formulate a match API request for these games? Thanks!

3 Comments

RiotTiza11/11/2016, 11:18:26 PM2 votes

Hey AlasYorik,

The offline tournament realms are literally offline - they're not connected to the internet at all. As such, the Riot API can't access them. We have to port the data over ourselves for use on lolesports.com. At this time, there are no plans to make that data publicly accessible.

Personally, I'm a big fan of http://oracleselixir.com/ - they have a ton of data on pro games from around the world you can source from.