Game

API eFootball

Cek ID / nickname eFootball berdasarkan database internal.

Request

GET https://cekid.fazonedigital.com/api/v1/check/efootball?user_id=user_id 

Parameter

KeyLabelTypeRequired
user_idUser IDtextYes

Output

KeyLabelVisibility
nicknameNicknamepublic
regionRegion / Serverpublic
statusStatuspublic

PHP Example

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