{ "opencollection": "1.0.0", "info": { "name": "Minecraft Services Attributes Identity API", "version": "1.0.0" }, "items": [ { "info": { "name": "Identity", "type": "folder" }, "items": [ { "info": { "name": "Lookup Profile by Name", "type": "http" }, "http": { "method": "GET", "url": "https://api.minecraftservices.com/minecraft/profile/lookup/name/:username", "params": [ { "name": "username", "value": "jeb_", "type": "path", "description": "Case-insensitive Minecraft username." } ] }, "docs": "Modern equivalent of the legacy api.mojang.com username-to-UUID lookup." }, { "info": { "name": "Lookup Profile by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://api.minecraftservices.com/minecraft/profile/lookup/:uuid", "params": [ { "name": "uuid", "value": "853c80ef3c3749fdaa49938b674adae6", "type": "path", "description": "Player UUID (hyphenated or unhyphenated)." } ] }, "docs": "Resolve a Minecraft username from a player UUID." }, { "info": { "name": "Lookup Profiles Bulk by Name", "type": "http" }, "http": { "method": "POST", "url": "https://api.minecraftservices.com/minecraft/profile/lookup/bulk/byname", "body": { "type": "json", "data": "{}" } }, "docs": "Resolve up to ten usernames to profiles in a single request." }, { "info": { "name": "Get Profile by Username", "type": "http" }, "http": { "method": "GET", "url": "https://api.minecraftservices.com/users/profiles/minecraft/:username", "params": [ { "name": "username", "value": "jeb_", "type": "path", "description": "Case-insensitive Minecraft username." } ] }, "docs": "Look up a Minecraft player's UUID and profile metadata by their case-insensitive username. Returns 204 / 404 when the username is not currently in use by any account." }, { "info": { "name": "Get Profiles by Usernames (Bulk)", "type": "http" }, "http": { "method": "POST", "url": "https://api.minecraftservices.com/profiles/minecraft", "body": { "type": "json", "data": "{}" } }, "docs": "Resolve a list of up to ten Minecraft usernames to their profiles in a single request. Names with no matching account are omitted from the response array." } ] } ], "bundled": true }