Frequently Asked Questions
- Taking part is free of charge.
- You can vote every 12 hours.
- The toplist is reset every Monday.
- In the comments, the owner's comment is always pinned to the top. Use it to announce current events.
New sites in particular gain visitors through a toplist entry and get a chance to promote their project. But long-established sites use the toplist as well, to keep a steady stream of visitors coming in.
Servers are sorted in descending order by the number of valid in-votes they received during the current week. A week always runs from Monday to Sunday. The reset happens at night, between 0:00 and 5:00.
A vote counts as valid if the visitor has not voted for that server within the last 12 hours.
Metin2, the Metin2 logo and Metin2 graphics are trademarks of YMIR Co., Ltd. Metin2 Germany is published by Gameforge 4D GmbH. All other marks used here are the property of their respective owners. We are not affiliated or partnered with them in any way. This is a Metin2 P Server 2026 toplist for Metin2 private servers.
- Full reset every 7 days.
- Voting possible every 24 hours.
To check via API whether a user has voted, call the following link:
https://www.metin2-toplist.com/api/{SERVERID}/{USERID}/
{SERVERID}= the ID of your server within the toplist{USERID}= the ID of the account within your server database
The response is nothing but true or false, depending on whether a reward should be granted or not.
To vote, your users have to use this link:
https://www.metin2-toplist.com/vote/{SERVERID}/{USERID}/
A detailed guide with a code example can be found further down this page.
With our API you can automatically check if a player has voted for your server and reward them. You only need two things: the Vote Link for your players and the API Link for your server.
Your players need to open this link to vote for your server:
Call this link from your server to check if a player has voted:
Your server has the ID 42 and the player has Account ID 1337:
Copy this code into your server to automatically check votes and give rewards: