Open Tournaments

Note

This endpoint has yet to be implemented. Please be patient as we add the endpoints from v2. The endpoint will return a 501 Not Implemented error.

This endpoint returns a list of tournaments that are open.

You may want to use pagination for this request.

HTTP Request

GET https://api.royaleapi.com/tournaments/open

NameMethodDescription
/tournaments/openGETList of open tournaments

Query String Parameters

All query string parameters default to 0, set the value to 1 for it to be active

NameData TypeRequired / OptionalDescription
1knumberoptionalFilters out only 1k tournaments
opennumberoptionalFilters out only open tournaments
fullnumberoptionalFilters out only full tournaments
inprepnumberoptionalFilters out only tournaments in preperation
joinablenumberoptionalFilters out only joinable tournaments

/tournaments/open, /tournaments/1k, /tournaments/inprep, /tournaments/full and /tournaments/joinable already implement some of these filters. However, you can still mix and match!

Response

https://api.royaleapi.com/tournaments/open

The above command returns JSON structured like this. In the actual response, there will be a maximum of 100 tournaments:

Full JSON response

[
    {
        "tag": "CUUVGVP",
        "open": true,
        "status": "inPreparation",
        "name": "hola",
        "currentPlayers": 50,
        "maxPlayers": 50,
        "prepTime": 7200,
        "duration": 3600,
        "createTime": 1518090895,
        "startTime": null,
        "endTime": null
    }
]
Last Updated:
Contributors: fourjr, fourjr, Altarrel, Jia Rong Yee, SML, unknown