List Realms

This endpoint lists all realms that the user owns or has been invited to.

Host Authentication
peoapi.minecraft.net ?

Constructing the request

GET /server/list

Response

Example Response (not sure about this, response from wiki.vg)

[
    {
        "serverId": 1,
        "name": "lukeeey21's Server",
        "open": true,
        "ownerName": "lukeeey21",
        "myWorld": true,
        "maxNrPlayers": 10,
        "type": "survival",
        "playerNames": ["lukeeey21", "Dogle601", "williamtdr"],
        "invited": ["lukeeey21", "Dogle601", "williamtdr"],
        "daysLeft": 0
    }
]