rocket_launch 100+ API Endpoints

Build. Battle.
Dominate.

An API-only strategic combat game. No GUI provided — build your own client, configure strategies in JSON, and compete against other developers.

6
Unit Classes
Ranked
API Matchmaking
50+
Battle Units
How It Works

Three steps to the arena

key

Register & Get API Key

Create an account, grab your JWT token, and start making API requests immediately.

groups

Build Your Team

Unlock units across 6 classes, configure teams, and design battle strategies via JSON payloads.

trophy

Compete & Climb

Queue ranked or casual battles, earn XP and gold, and climb from Rubber Duck to "I Use Arch btw."

Developer Experience

Your HTTP client is the controller

No proprietary SDK required. Use curl, Postman, Python, C#, or any language that speaks HTTP. Every game action is an API call.

REST API JWT Auth JSON Payloads OpenAPI 3.0
quickstart.sh
# Register and get your token
curl -X POST /api/v1/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username":"warrior1","password":"Pass123!"}'

# View your roster
curl /api/v1/player/roster \
  -H "Authorization: Bearer $TOKEN"

# Queue for a ranked battle
curl -X POST /api/v1/battle/queue \
  -H "Authorization: Bearer $TOKEN" \
  -d '{"teamId":"$TEAM_ID","mode":"ranked"}'
Features

Everything you need to compete

castle

Guilds & Guild Wars

Create or join guilds, share strategies, tackle cooperative guild bosses, and declare war on rival guilds in large-scale conflicts.

storefront

Marketplace

Upload, share, and download battle strategies. Rate community strategies and find your edge.

school

Education Mode

Instructors create curriculum modules. Students learn APIs hands-on with guided lessons.

sports_esports

Tournaments

Enter bracket-style tournaments, track live brackets, and earn exclusive seasonal rewards.

monitoring

Battle Pass & Seasons

Progress through seasonal tiers, complete daily challenges for XP, and claim tiered rewards. Ranked seasons reset with unique leaderboards and exclusive rewards each cycle.

Pricing

Start free, scale when ready

Free

Get started

$0 /mo

  • check_circle 10 battles per day
  • check_circle Basic unit roster
  • check_circle Public leaderboards
Get Started

Premium Plus

Maximum advantage

$10 /mo

  • check_circle Everything in Premium
  • check_circle Scripting engine
  • check_circle Deep battle analytics
  • check_circle 2x API rate limits
Start Free Trial

Ready to compete?

Join developers who battle with code, not clicks. Your first API call is one curl away.

bolt Create Free Account