Skip to main content

GlobalApiWeb.Api.LinkController.get_java_link_v1

GET 

https://api.geysermc.org/v1/link/java/:uuid

deprecated

GlobalApiWeb.Api.LinkController.get_java_link_v1

Request

Path Parameters

    uuid stringrequired

    Java UUID

    Example: d34eb447-6e90-4c78-9281-600df88aef1d

Responses

Deprecated

var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "https://api.geysermc.org/v1/link/java/:uuid");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
Request Collapse all
Base URL
https://api.geysermc.org
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!