api.hayodora.com
api.hayodora.com

API Demo Platform

Game nickname lookup API — real-time validation untuk 16 game populer.

16
Games Supported
GET
Method
JSON
Response Format

Example Response

Single endpoint, parameterized by game, id, and optional zone.

Success
{
  "success": true,
  "game": "Mobile Legends: Bang Bang",
  "id": 123456789,
  "server": 1234,
  "name": "PlayerSample",
  "country": "ID"
}
Error
{
  "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