Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (21 loc) · 431 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 431 Bytes

Wynncraft Search Resource

Name


{% method %}

GET https://api.wynncraft.com/public_api.php?action=statsSearch&search={name}

Returns a list of guild and player names which contain the search query (case-insensitive).

{% sample lang="v1" %}

Response

{
    "guilds": [String],
    "players": [String],
    "request": {
        "timestamp": Number,
        "version": Number
    }
}

{% endmethod %}