Game

API Clash Royale

Cek ID / nickname Clash Royale berdasarkan database internal.

Request

GET https://cekid.fazonedigital.com/api/v1/check/clash-royale?player_tag=player_tag 

Parameter

KeyLabelTypeRequired
player_tagPlayer TagtextYes

Output

KeyLabelVisibility
nicknameNicknamepublic
regionRegion / Serverpublic
statusStatuspublic

PHP Example

$timestamp = time();
$query = http_build_query(['player_tag' => 'VALUE'], '', '&', PHP_QUERY_RFC3986);
$canonical = $timestamp."\nGET\n/api/v1/check/clash-royale\n".$query;
$signature = hash_hmac('sha256', $canonical, $secret);