application/json.Returns live server status without any historical data. Cached for 30 seconds.
Returns every currently online player with their AFK status, how long they've been AFK, and their current session duration.
| Name | Type | Required | Description |
|---|---|---|---|
| limit | number | optional | Max results, default 50, max 500 |
| type | string | optional | join or leave |
| Name | Type | Required | Description |
|---|---|---|---|
| limit | number | optional | Max results, default 50, max 500 |
| uuid | string | optional | Filter sessions for one player |
Returns all players ever seen on the server with their first join date and new-player status.
Returns the full player profile including all 9 stat categories (mined, crafted, used, etc.), session history, and join/leave events. This call fetches from the kryeit.com API in real time so it may take a second.
| Name | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | Player UUID (with or without dashes) |
Pass any stat name — the worker tries all 9 categories and returns whatever matches. You can use short names or full keys.
minecraft: prefix and tries all stat categories. It always makes one call per category in parallel and returns all matches.The primary endpoint for AI integrations. Returns all approved entries for a given category slug.
| Name | Type | Required | Description |
|---|---|---|---|
| category | string | optional | Filter by category ID |
Allows your AI or bot to submit entries for admin review. Set WIKI_WEBHOOK_SECRET as a Worker env var to protect this endpoint.
Submits an entry for admin review. No auth required — all submissions go to pending.