Game

Query MC Former Names

0calls
1 credits / call

Want to know what name a pro player used before? This endpoint helps you trace a Minecraft player's 'dark history'!

Overview

By providing a player's username or UUID, you can get a list of all former names and their change times. This is useful for identifying returning old players or community management.

Usage Notes

Note

Parameter Description

  • Choose either name or uuid
  • UUID supports format with hyphens (e.g., ee9b4ed1-aac1-491e-b761-1471be374b80) or without
Important

Response Structure Difference

  • Query with uuid: Returns single user's history
  • Query with name: Returns list of all matching users (including players matching current username or former names), check if response has results field to distinguish modes

Query parameters

name
stringoptional

Player's Minecraft username. When using this parameter, returns list of all matching users (including players matching current username or former names).

uuid
stringoptional

Player's Minecraft UUID, supports format with or without hyphens.

Response

200 / OK

Query successful! Returns different structures based on query method:

  • uuid query: Returns single user's history
  • name query: Returns matching user list (check if response has results field to distinguish)
JSON

400 / Bad Request

Request failed. Please check if you provided at least one of the name or uuid parameters.

JSON

404 / Not Found

User not found. We couldn't find a Minecraft player corresponding to the UUID you provided. Please confirm if the UUID is correct.

JSON

502 / Bad Gateway

Service temporarily unavailable, please try again later.

JSON