The ultimate competitive ranking system for gaming servers.
VSROS Toplist is a comprehensive gaming server ranking platform. Server owners register their servers, customize their pages with cosmetics, and compete for votes. The seasonal leaderboard system provides a fair competitive environment with archived snapshots, trophies, and level-based rewards. Advanced features include webhook integrations for vote notifications, referral tracking for growth, and a full anti-fraud system to protect ranking integrity.
Server registration with detailed profiles — description, banners, tags, and social links
Voting system with configurable cooldown periods and anti-fraud protection
Seasonal leaderboard with automatic snapshot archiving at season end
Trophy system — gold, silver, and bronze trophies awarded to top-ranked servers each season
Achievement system with unlockable milestones for server activity
Level system with XP progression and tier-based rewards
Server bumping to temporarily boost visibility in the rankings
Webhook notifications — receive real-time vote and event alerts on your server
Referral system — generate unique referral links and track conversion
Domain verification to prove server ownership
Banner compliance verification — automated cron checks every 6 hours
Server comparison tool for analytics between servers
Cosmetic customization system with trading marketplace
Hall of Fame page showcasing all-time champions
Activity map showing voting patterns and engagement
Admin tools — server management, category management, fraud detection, and monitoring
Fair and transparent voting with configurable cooldown periods. Each vote is validated, recorded, and protected against manipulation by the anti-fraud system.
Competitive seasons with real-time rankings. At the end of each season, rankings are archived as snapshots, and top servers receive trophies and exclusive rewards.
Earn trophies for seasonal rankings and achievements for milestones. Display them proudly on your server profile to attract more votes.
Customize your server's appearance with cosmetic assets. Purchase bundles, open packs, and trade with other server owners on the marketplace.
Connect VSROS to your gaming server with webhooks. Receive real-time notifications for votes, bumps, and ranking changes directly on your server.
Advanced fraud detection monitors voting patterns, identifies suspicious activity, and automatically flags or blocks manipulative behavior to ensure fair competition.
Comprehensive analytics for server owners — vote trends, visitor sources, referral conversion rates, and ranking history all in one dashboard.
Generate unique referral links to grow your community. Track who referred whom and reward referrers with XP bonuses and special perks.
1curl -X POST https://vsros.com/api/v1/toplist/servers \2 -H "Authorization: Bearer YOUR_API_KEY" \3 -H "Content-Type: application/json" \4 -d '{5 "name": "My Minecraft Server",6 "category": "minecraft",7 "ip": "play.myserver.com",8 "port": 25565,9 "description": "Survival & Creative — 24/7 Uptime",10 "tags": ["survival", "creative", "pvp"],11 "website": "https://myserver.com",12 "votifyToken": "optional-votifier-token"13 }'