Discover/lolpros.gg API
live

lolpros.gg APIlolpros.gg

Search pro League of Legends players, fetch regional ladder rankings, and retrieve full player profiles including accounts, teams, and social media via the lolpros.gg API.

Endpoints
3
Updated
14d ago
Try it
The name of the player to search for (e.g., 'caps', 'faker').
api.parse.bot/scraper/f9ee2f0b-256c-4347-a14d-d8d546e7047e/<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/f9ee2f0b-256c-4347-a14d-d8d546e7047e/search_players?name=faker' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for professional players by name and return their associated account details and ranks. Returns all accounts across matching player profiles.

Input
ParamTypeDescription
namerequiredstringThe name of the player to search for (e.g., 'caps', 'faker').
Response
{
  "type": "object",
  "fields": {
    "data": "array of account objects with accountName, current_rank, lp, wins, losses, last_played",
    "status": "string, 'success'"
  },
  "sample": {
    "data": [
      {
        "lp": 75,
        "wins": 162,
        "losses": 140,
        "accountName": "Kajmak#289",
        "last_played": "2026-05-05T14:25:19+00:00",
        "current_rank": "Diamond 1"
      },
      {
        "lp": 666,
        "wins": 483,
        "losses": 391,
        "accountName": "J1HUIV#000",
        "last_played": "2026-05-05T14:16:09+00:00",
        "current_rank": "Grandmaster"
      }
    ],
    "status": "success"
  }
}

About the lolpros.gg API

The lolpros.gg API exposes 3 endpoints covering professional League of Legends player data: search by name, fetch regional ladder rankings, and retrieve full player profiles. The get_player_profile endpoint alone returns fields spanning accounts, social media handles, league history, and previous teams — all keyed by a player slug such as 'caps' or 'faker'.

Search and Player Lookup

The search_players endpoint accepts a player name string (e.g., 'faker', 'caps') and returns an array of account objects. Each object includes accountName, current_rank, lp, wins, losses, and last_played. A single search can return multiple accounts because pro players commonly maintain several ranked accounts.

Regional Ladder Rankings

The get_ladder endpoint returns the top 10 professional players ranked by score for a given region. The server parameter accepts region codes; 'EUW' and 'NA' are confirmed working values. Each ladder entry includes playerName, slug, country, position, score, team, and a primaryAccount object. Note that some regions may return an error if no ladder data is available for that server — build error handling around this before iterating across regions.

Full Player Profiles

The get_player_profile endpoint takes a slug (obtainable from search or ladder results) and returns a structured object with the player's name, country, position, score, a full accounts array, a social_media object, a leagues array, and a previous_teams array. This is the most detailed endpoint, giving historical team context alongside current competitive status.

Common use cases
  • Look up all ranked accounts and current LP for a named pro player using search_players
  • Build a regional leaderboard app showing the top 10 EUW or NA pros sorted by score
  • Track win/loss records and rank changes across a pro player's multiple accounts
  • Retrieve a player's previous teams and league history for a career timeline feature
  • Cross-reference social media handles from get_player_profile to link to a player's external profiles
  • Resolve player slugs from ladder data to feed into batch profile lookups via get_player_profile
  • Monitor position and score fields across ladder calls to detect rank movement over time
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 lolpros.gg have an official developer API?+
lolpros.gg does not publish an official public developer API or documented API program as of mid-2025.
What does get_player_profile return beyond basic stats?+
Beyond rank and score, get_player_profile returns a social_media object (links to the player's external profiles), a leagues array listing competitive leagues the player has participated in, and a previous_teams array capturing team history. All of these are indexed by the player's slug.
Which regions does get_ladder support?+
The server parameter has confirmed working values of 'EUW' and 'NA'. Other region codes may be passed but can return an upstream error if no ladder data exists for that server. The endpoint does not enumerate all valid region values, so callers should handle error responses gracefully when querying unlisted regions.
Does the API return historical rank or LP progression over time?+
Not currently. The API returns point-in-time rank data: current_rank, lp, wins, and losses per account, plus a last_played timestamp. There is no endpoint for historical LP or rank timeseries. You can fork this API on Parse and revise it to add a time-series tracking endpoint if you need longitudinal data.
Can I retrieve a full list of all pro players without searching by name?+
Not currently. The API covers name-based search via search_players and top-10 ladder retrieval per region via get_ladder, but there is no endpoint that pages through the complete player roster. You can fork the API on Parse and revise it to add a full-roster listing endpoint.
Page content last updated . Spec covers 3 endpoints from lolpros.gg.
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.