Enter your email address and we will send you a link to reset your password.
— — This feature is coming soon.
Send your players to vote using this URL:
Example with nickname (optional):
Check if a player voted for your server using their IP address:
Parameters:
server_id - Your server ID (required)ip - Player's IP address (required)duration - Time window in minutes (optional, default: 180)Response:
The API returns a JSON object:
voted - Player has voted within the specified durationnickname - Player's nickname if provided during votevoted_at - Timestamp of the votePHP Example (3 hours verification):
<?php
$vote_verif = file_get_contents('https://hytale-servers.best/api/vote-verification?server_id=YOUR_SERVER_ID&ip=127.0.0.1&duration=180');
if($vote_verif == 1) {
echo "Player has voted in the last 3 hours";
} else if($vote_verif == 0) {
echo "Player has not voted in the last 3 hours";
}
?>
Please complete the verification below to vote
Thanks for your vote! You can vote again in 3 hours.