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
Parameter | Description |
---|---|
TAGS | A comma-seperated list of player tags to retrieve. |
Response
https://api.royaleapi.com/players/8L9L9GL,L88P2282
The above command returns JSON structured like this:
[
{},
{}
]