Discover/leagueofgraphs.com API
live

leagueofgraphs.com APIleagueofgraphs.com

Access League of Legends and TFT player stats, champion win rates, live game status, and ranked leaderboards via the League of Graphs API.

Endpoints
6
Updated
3mo ago
Try it
Summoner name and tag (format: Name-Tag or Name#Tag, e.g. Faker-KR1)
Region code (e.g. kr, na, euw, br, jp, vn)
api.parse.bot/scraper/a37a789e-d312-4d4e-b7cc-9407bfc6963f/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/a37a789e-d312-4d4e-b7cc-9407bfc6963f/get_lol_summoner_details?name=Faker-KR1&region=kr' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for a summoner's profile and match history by their Riot ID and region. Returns rank information and recent match history with champion, result, KDA, game type, and duration.

Input
ParamTypeDescription
namerequiredstringSummoner name and tag (format: Name-Tag or Name#Tag, e.g. Faker-KR1)
regionstringRegion code (e.g. kr, na, euw, br, jp, vn)
Response
{
  "type": "object",
  "fields": {
    "name": "string, the summoner name as provided",
    "rank": "object with tier (string) and lp (string)",
    "region": "string, the region queried",
    "match_history": "array of match objects with champion, result, kda, type, duration"
  },
  "sample": {
    "data": {
      "name": "Faker-KR1",
      "rank": {
        "lp": "",
        "tier": "Silver IV"
      },
      "region": "kr",
      "match_history": [
        {
          "kda": "5/10/13",
          "type": "Normal (Draft Pick)",
          "result": "Defeat",
          "champion": "Bard",
          "duration": "34min 5s"
        }
      ]
    },
    "status": "success"
  }
}

About the leagueofgraphs.com API

The League of Graphs API covers 6 endpoints for League of Legends and Teamfight Tactics data, including summoner profiles with match history, champion statistics, and ranked leaderboards. get_lol_summoner_details returns a player's current rank tier, LP, and up to recent matches with per-game champion, KDA, result, game type, and duration. All major regions are supported, including KR, NA, EUW, BR, JP, and VN.

Summoner and Live Game Endpoints

The get_lol_summoner_details endpoint accepts a Riot ID in Name-Tag or Name#Tag format alongside an optional region code, and returns a rank object containing tier and lp fields plus a match_history array. Each match entry includes champion, result, kda, type (game mode), and duration. The get_lol_live_game endpoint takes the same inputs and returns an in_game boolean and a human-readable status string — useful for real-time presence checks without polling a full match record.

Champion Statistics

get_lol_champion_stats returns a champions array covering every champion in the current patch. Each object includes win_rate, pick_rate, ban_rate, kda, role, and tier. No inputs are required. The TFT counterpart, get_tft_champion_stats, returns a simpler list of objects with championName and championSlug for the current TFT set — useful for building navigation or lookup tables against other TFT data sources.

Rankings and Pagination

Both get_lol_rankings and get_tft_rankings accept an optional page integer and a region filter. The LoL endpoint returns rank, summoner, region, lp, and tier per entry. The TFT endpoint adds wins and played fields, giving a fuller picture of activity at the top of the ladder. Setting region to all returns the global leaderboard across all supported regions.

Common use cases
  • Display a player's current rank tier and LP alongside their last N match results in a stats dashboard
  • Build a champion tier list using win_rate, pick_rate, ban_rate, and role fields from get_lol_champion_stats
  • Trigger alerts when a tracked summoner enters a live game using the in_game boolean from get_lol_live_game
  • Populate a regional or global LoL leaderboard with paginated ranked player data
  • Compare TFT top players by wins and games played using get_tft_rankings with region filtering
  • Seed a champion selector or team builder with current TFT set champion names and slugs
  • Track rank progression for a roster of competitive players across KR, NA, and EUW regions
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does League of Graphs have an official developer API?+
League of Graphs does not publish an official developer API. Riot Games provides an official API at https://developer.riotgames.com for raw match and summoner data, but League of Graphs' aggregated statistics, rankings, and champion performance tables are only accessible through their website. This API surfaces that data programmatically.
What does get_lol_summoner_details return beyond basic rank info?+
It returns a rank object with tier and lp, plus a match_history array. Each match entry includes the champion played, the game result, KDA, game type (such as ranked solo or normal), and duration. The Riot ID must be passed in Name-Tag format, and an optional region code narrows the lookup to a specific server.
Does the TFT champion stats endpoint include win rates or placement data for the current set?+
Not currently. get_tft_champion_stats returns championName and championSlug only — no win rate, pick rate, or average placement data is exposed. The LoL champion stats endpoint does cover those fields. You can fork this API on Parse and revise it to add a TFT champion performance endpoint that includes placement and frequency statistics.
How does pagination work for the ranking endpoints?+
Both get_lol_rankings and get_tft_rankings accept a page integer parameter. The response echoes back the current page number and the region filter used. Page 1 is the default if the parameter is omitted. There is no total_pages field in the response, so you advance pages until the rankings array returns fewer entries than expected.
Is individual match detail — items, damage, gold — available for matches in the match history?+
Not currently. The match_history array from get_lol_summoner_details includes champion, result, kda, type, and duration per game, but not per-player item builds, damage dealt, gold earned, or vision scores. You can fork this API on Parse and revise it to add a dedicated match detail endpoint that returns those deeper per-game fields.
Page content last updated . Spec covers 6 endpoints from leagueofgraphs.com.
Related APIs in SportsSee all →
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
maxpreps.com API
Access high school sports data from MaxPreps. Search for schools, retrieve team rosters and schedules, look up athlete profiles, and browse national or state rankings across all sports.
vg.no API
Access VG.no's latest news, articles, sports scores, and TV guides through a single interface where you can browse the front page, search articles by topic, view category-specific content, and find related stories. Get real-time sports scores and television schedules alongside comprehensive news coverage from Norway's leading news outlet.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
puntoticket.com API
Browse and search events happening in Chile with PuntoTicket, viewing featured shows, filtering by category, and checking detailed pricing and availability for concerts, theater, sports, and more. Find the perfect event by exploring all listings or discovering what's trending right now.
130point.com API
Search for sold trading cards across eBay, Goldin, Heritage Auctions, Pristine Auction, MySlabs, and Fanatics Collect to find historical prices, sale dates, and marketplace information all in one place. Get comprehensive sales data to research card values and track market trends across multiple platforms instantly.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.
whoscored.com API
Search for players and teams, then dive deep into their performance metrics, match statistics, and detailed passing data to analyze football games and player abilities. Get comprehensive insights on team performance, individual player stats, and play-by-play event information to power your football analysis and decision-making.