Discover/seramate.com API
live

seramate.com APIseramate.com

Access World of Warcraft PvP leaderboards, character profiles, seasonal stats, cutoffs, gladiator titles, and activity via the Seramate API. 10 endpoints.

Endpoints
10
Updated
14d ago
Try it

No input parameters required.

api.parse.bot/scraper/f7703f4a-2277-4441-a5d7-66fb8adcb997/<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/f7703f4a-2277-4441-a5d7-66fb8adcb997/get_seasons_list' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 10 totalclick to expand

Fetch the list of all available WoW PvP seasons. Returns season metadata including blizzard_id (used as season_id in other endpoints), name, start/end dates, and whether stats/cutoffs are available.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "data": "array of season objects with id (UUID), name, blizzard_id (integer), season_start, season_end, stats_available, cutoff_available"
  },
  "sample": {
    "data": {
      "data": [
        {
          "id": "1f122bec-9250-6358-ac6a-120e99045b58",
          "name": "Midnight Season 1",
          "prefix": null,
          "season_end": null,
          "blizzard_id": 41,
          "season_start": "2026-03-17T15:00:00.000000Z",
          "stats_available": true,
          "cutoff_available": true
        }
      ]
    },
    "status": "success"
  }
}

About the seramate.com API

The Seramate API exposes 10 endpoints covering World of Warcraft PvP data including ranked leaderboards, character profiles, seasonal population statistics, R1 title cutoffs, and gladiator tracking. The get_leaderboard endpoint returns paginated ranked entries filterable by region, bracket, spec, race, realm, and faction, while get_character_profile surfaces per-bracket ratings, alt characters, titles, and talent loadouts for any named character.

Leaderboards and Activity

The get_leaderboard endpoint returns ranked PvP standings for the 2v2, 3v3, rbg, shuffle, and blitz brackets in the us and eu regions. Each entry includes the character's standing (rank and rating) plus season_stats fields for games played, won, and lost. Filter by Blizzard spec IDs via the specs parameter (e.g. [257] for Holy Priest) or pass JSON arrays to races, realms, and factions. The season_id maps to the blizzard_id returned by get_seasons_list — for example, 41 for Midnight Season 1. The get_activity endpoint exposes the same filter surface but returns recent rating_delta, played_delta, and rank_delta values to show who is actively climbing or dropping.

Character Data

get_character_profile accepts a character name, realm slug, and region and returns a nested object with four top-level keys: pvp (per-bracket ratings including personal_best and season_best), summary (race, class, spec, faction, guild, gear, and media), alts (linked alternate characters with their own bracket data), and titles (individual title achievements with type counts). Talent specializations including PvP-specific talents are also returned. Once you have a character UUID — from search_characters, get_leaderboard, or get_character_profile — pass it to get_character_rating_history to retrieve an ISO-timestamped time series of rating changes for any bracket.

Seasonal Statistics and Cutoffs

get_seasonal_stats breaks down bracket population by spec, reporting total_characters, total_active, and total_games_played, plus a time-series average_rating array (date, characters, rating, played, wins, losses per spec). get_cutoffs returns the current R1 cutoff thresholds per bracket and faction — cutoff_3s and cutoff_rbg split by alliance and horde, while shuffle_cutoffs and blitz_cutoffs are arrays of per-spec cutoff ratings. get_gladiators lists players who earned the gladiator, legend, elite, or duelist title in a given season, paginated and sorted by completion time, with a first_time boolean per entry.

Search

search_characters is an autocomplete endpoint that returns UUID, realm, class, faction, and max_rating for matching character names across all regions. advanced_search accepts natural language queries such as "warriors above 2000" or "Night Elf Druids on US realms" and returns a filters array showing how the query was parsed alongside paginated character results.

Common use cases
  • Build a PvP leaderboard tracker that monitors rank and rating changes across US and EU brackets each day.
  • Display a player's complete PvP resume — per-bracket ratings, personal bests, and earned titles — using get_character_profile.
  • Alert users when R1 cutoffs shift by polling get_cutoffs for a given season and region.
  • Create a spec tier-list tool using per-spec population and average rating data from get_seasonal_stats.
  • Track a gladiator's title completion date and whether it was a first-time achievement via get_gladiators.
  • Power a character search feature with autocomplete via search_characters, then chart rating history with get_character_rating_history.
  • Filter recent activity by spec and realm to surface which players are currently pushing rating in a given bracket.
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 Seramate have an official developer API?+
Seramate does not publish a documented public developer API. This Parse API provides structured access to the PvP data Seramate tracks.
How do I get the correct season_id for endpoints like get_cutoffs or get_seasonal_stats?+
Call get_seasons_list first. It returns each season's blizzard_id integer (e.g. 41 for Midnight Season 1), stats_available flag, and cutoff_available flag. Pass that blizzard_id as a string to the season_id parameter on other endpoints.
Which PvP brackets are covered by the leaderboard and activity endpoints?+
The bracket parameter accepts 2v2, 3v3, rbg, shuffle, and blitz. Both get_leaderboard and get_activity support all five brackets across the us and eu regions.
Does the API cover regions outside the US and EU, such as Oceania or Korea?+
Not currently. The region parameter on leaderboard, activity, cutoffs, and stats endpoints accepts only us and eu values. You can fork this API on Parse and revise it to add support for additional region codes if Seramate exposes that data.
Can I retrieve arena team composition data or match-by-match history?+
Not currently. The API returns per-character rating history via get_character_rating_history and aggregate seasonal stats via get_seasonal_stats, but individual match records and team compositions are not exposed. You can fork this API on Parse and revise it to add a match history endpoint if the underlying data becomes available.
Page content last updated . Spec covers 10 endpoints from seramate.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.