mclinker Public GET API

Only GET requests are supported for lookups.

Query

Examples

GET /marvinlobby/mclinker?discord_id=622175113793634325
GET /marvinlobby/mclinker?minecraft_uuid=4a9c2f4d-6a17-4f50-99de-88218c54f344
GET /marvinlobby/mclinker?discord_id=622175113793634325&verificationstep=1&key=510165748061044756

Response

Example below uses verificationstep=1 to include all status types.

{
  "discord":"622175113793634325",
  "minecraft":"4a9c2f4d-6a17-4f50-99de-88218c54f344",
  "profiles":[
    {
      "name":"RedestoneCrafter",
      "verification":4,
      "verificationText":"verified",
      "uuid":"4a9c2f4d-6a17-4f50-99de-88218c54f344"
    },
    {
      "name":"08d",
      "verification":3,
      "verificationText":"partnered",
      "uuid":"36bacdc6-44f2-4809-a716-315244f62416"
    },
    {
      "name":"SelfExample",
      "verification":2,
      "verificationText":"self",
      "uuid":"111dbc15-0c2a-4e85-8b4e-1e5a8bf2f34b"
    }
  ],
  "everywhereProfiles":[
    {
      "name":"EverywhereExample",
      "verification":1,
      "verificationText":"everywhere",
      "uuid":"5751223f-8eee-4561-abf5-ce1eb943450c"
    }
  ]
}