Players

This endpoint retrieves multiple players. To retrieve a single player, take a look at /player/:tag.

HTTP Request

GET https://api.royaleapi.com/players/:tags

URL Parameters

ParameterDescription
TAGSA comma-seperated list of player tags to retrieve.

Response

https://api.royaleapi.com/players/8L9L9GL,L88P2282

Full JSON response

The above command returns JSON structured like this:

[
    {},
    {}
]
Last Updated:
Contributors: SML, fourjr