Discover/wynncraft.com API
live

wynncraft.com APIwynncraft.com

Access Wynncraft game data via 8 endpoints: item database, player stats, character details, guild rosters, and global search results.

Endpoints
8
Updated
14d ago
Try it

No input parameters required.

api.parse.bot/scraper/5adcf1d6-306a-494c-a4ba-0443cbd08b74/<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/5adcf1d6-306a-494c-a4ba-0443cbd08b74/get_item_metadata' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 8 totalclick to expand

Returns metadata for item filters and identifications. Includes possible values for types, tiers, attack speeds, and identification stat names.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "static": "object mapping identification/type names to numeric IDs",
    "filters": "object containing type arrays, tier lists, identification names, major IDs, and level ranges"
  },
  "sample": {
    "data": {
      "static": {
        "all": 1,
        "armour": 4,
        "legendary": 300,
        "chestplate": 2
      },
      "filters": {
        "tier": {
          "items": [
            "common",
            "unique",
            "rare"
          ],
          "ingredients": [
            "TIER_0",
            "TIER_1",
            "TIER_2"
          ]
        },
        "type": [
          "weapon",
          "armour",
          "accessory"
        ],
        "advanced": {
          "armour": [
            "helmet",
            "chestplate",
            "leggings"
          ],
          "weapon": [
            "bow",
            "relik",
            "wand"
          ],
          "attackSpeed": [
            "superSlow",
            "verySlow",
            "slow"
          ]
        },
        "majorIds": [
          "hurricane'sEye",
          "napalm",
          "meteorCrash"
        ],
        "levelRange": {
          "items": 120,
          "ingredients": 120
        },
        "identifications": [
          "baseHealth",
          "baseEarthDefence",
          "healthRegen"
        ]
      }
    },
    "status": "success"
  }
}

About the wynncraft.com API

The Wynncraft API covers 8 endpoints that expose live game data from wynncraft.com, including a paginated item database with full identification stats, per-player global data, and guild rosters. The get_player_stats endpoint returns playtime, wars, mobs killed, chests found, dungeons, raids, and PvP stats for any player by username. Whether you're building a gear comparison tool or tracking guild activity, the API returns structured JSON ready to use.

Item Data

The get_item_metadata endpoint returns filter metadata — type arrays, tier lists, identification stat names, major IDs, and level ranges — useful for building filter UIs or validating query inputs before hitting search_items. The get_item_database_paginated endpoint returns 20 items per page; check controller.pages to know how many pages exist and controller.next to iterate. Each item object includes displayName, type, subType, tier, identifications, and base stats. If you need the full catalog at once, get_item_database_full iterates all pages automatically, though it may take up to 60 seconds to resolve.

Player and Character Endpoints

get_player_stats accepts a case-insensitive username and returns online, server, playtime, guild membership (name, prefix, rank), and a globalData object covering wars, total level, mobs killed, chests found, dungeon and raid completions, and PvP stats. get_player_characters returns an object keyed by character UUID, with each value holding the character's type (WARRIOR, ARCHER, MAGE, ASSASSIN, or SHAMAN), level, xp, xpPercent, totalLevel, gamemode, reskin, and optional nickname.

Guild and Search Endpoints

get_guild_stats accepts a case-insensitive guild_name and returns level, wars, territories, prefix, and a members object that breaks the roster into ranked tiers: owner, chief, strategist, captain, recruiter, and recruit. The global_search endpoint accepts a free-text query and returns matching players (UUID-to-username map), guilds and guildsPrefix (UUID-to-name-and-prefix maps), and matching items. Note that search_items supports structured filtering by type, tier, and other criteria via a JSON filters string, and returns a 404 if no items match the supplied criteria.

Common use cases
  • Build a gear comparison tool using item identifications and tier fields from the item database.
  • Track a player's progression over time using playtime, totalLevel, and globalData dungeon/raid counts.
  • Display a guild's roster organized by rank using the members object from get_guild_stats.
  • Power an autocomplete search bar using global_search results across players, guilds, and items.
  • Filter the item database by type and tier using search_items to show class-specific gear recommendations.
  • Show a player's character roster with class types, levels, and gamemodes using get_player_characters.
  • Monitor territory holdings and war counts for competing guilds using territories and wars from guild stats.
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 Wynncraft have an official developer API?+
Yes. Wynncraft publishes an official public API documented at https://docs.wynncraft.com. This Parse API surfaces the same game data in a format ready to query with a single authenticated call, without managing versioning or direct integration yourself.
What does `search_items` return when no items match the filter criteria?+
When the filter criteria produce no matching results, the upstream source returns a 404 error, which this endpoint passes through. Build your client to handle 404 as an empty result set rather than a server error.
Does `get_player_stats` return inventory or equipped item data?+
No. get_player_stats covers online status, server, playtime, guild membership, and aggregate globalData stats like mobs killed and chests found. Per-character inventory and equipped items are not currently exposed. You can fork this API on Parse and revise it to add an endpoint covering character inventory if that data is available from the source.
How does pagination work in the item database endpoints?+
get_item_database_paginated returns 20 items per page. The controller object in the response includes pages (total page count), count (total items), current_count (items on this page), and prev/next page numbers. Pass the page integer parameter (1-indexed) to move through results. If you need all items at once, use get_item_database_full instead, but expect up to 60 seconds for it to complete.
Are leaderboard rankings or server population counts available?+
Not currently. The API covers player stats, character details, guild rosters, item data, and global search. Leaderboard rankings and server population figures are not included. You can fork this API on Parse and revise it to add those endpoints.
Page content last updated . Spec covers 8 endpoints from wynncraft.com.
Related APIs in EntertainmentSee all →
noor-book.com API
Search and discover books across 1,800+ categories in the Noor Book library, retrieving detailed information about titles, authors, biographies, and book metadata. Access comprehensive author profiles and browse one of the largest Arabic and English digital book collections with over 289,000 authors.
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.
novelbin.me API
Search and browse novels by title, genre, or popularity, and explore trending, completed, or recently updated works. Access full novel details, chapter listings, chapter content, author information, related titles, and reader comments. Authenticated users can manage bookmarks with reading-status tracking and subscribe to novels for update notifications.
quizbowlpackets.com API
Search and browse thousands of quizbowl question sets across all competition levels, then access detailed metadata like difficulty, subjects, and download links for each packet. Find the perfect practice materials for High School, Collegiate, Middle School, or Pop Culture quizbowl competitions.
glastonburyfestivals.co.uk API
Discover historical and current Glastonbury Festival line-ups, find artist set times and stage locations, and search for specific performers across all festival years. Stay updated with the latest festival news and explore detailed information about festival areas and stages.
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.
bazaardb.gg API
Search and retrieve comprehensive data about The Bazaar game cards, including items, skills, merchants, trainers, monsters, and events with full details like tiers, attributes, enchantments, and tooltips. Quickly find the specific card information you need to optimize your gameplay strategy and deck building.