This endpoint returns the actual address and port of the realms server, as well as the encryption key. The client then connects to that address.
Host | Authentication |
---|---|
peoapi.minecraft.net | ? |
POST /server/{id}/join
{id} is the specific id of the realm.
Example Response
{
"ip": "87.169.167.12",
"port": 21647,
"key": "/6UAOMG6Q/EIjHxLa87un5l=="
}
ip
- The IP address of the actual remote serverport
- The port of the actual remote serverkey
- The key used to encrypt the data received on the server (AES-128 ECB)