API Demo Platform
Game nickname lookup API — real-time validation untuk 16 game populer.
Supported Games
Lookup Mobile Legends nickname by ID and zone
Lookup Free Fire nickname by ID
Lookup Genshin Impact nickname by ID
Lookup Honkai Star Rail nickname by ID
Lookup Arena of Valor nickname by ID
Lookup Call of Duty Mobile nickname by ID
Lookup Honkai Impact 3rd nickname by ID
Lookup LifeAfter nickname by ID and server
Lookup Love and Deepspace nickname by ID
Lookup Magic Chess Go Go nickname by ID and zone
Lookup Point Blank nickname by ID
Lookup Punishing Gray Raven nickname by ID and region
Lookup Sausage Man nickname by ID
Lookup Super Sus nickname by ID
Lookup VALORANT nickname by ID
Lookup Zenless Zone Zero nickname by ID
Example Response
Single endpoint, parameterized by game, id, and optional zone.
{
"success": true,
"game": "Mobile Legends: Bang Bang",
"id": 123456789,
"server": 1234,
"name": "PlayerSample",
"country": "ID"
}{
"success": false,
"message": "Not found"
}Quick try:
curl "https://api.hayodora.com/api/nickname-validator?game=ml&id=123456&zone=1234"Built with Next.js · api.hayodora.com