A Fan-Built Side Project for Last War Players

Community Tools
for Last War

Search players, track alliances, and poke around the map. Built by fans in our spare time — things may break. Free tokens daily.

No credit card required. 50 free tokens daily. No uptime guarantees.

What's Here

A handful of tools we've put together so far. More stuff gets added when we get around to it.

🔍

Player Search

Find any player across all servers instantly. Search by name to locate bases.

🏆

Alliance Rankings

View top alliances on any server sorted by power, members, and more.

👥

Alliance Members

Get the full member list for any alliance including power and roles.

🏛️

Kingdom Positions

See government positions for any server - who holds Minister, General, and more.

📬

Coordinate Share

Get capitol coordinates delivered straight to your in-game mailbox.

💻

Developer API

Full REST API access for developers to build their own tools and bots.

Developer API

A straightforward REST API if you want to build your own stuff on top of this. Docs are a work in progress.

  • RESTful JSON API
  • Token-based authentication
  • Rate limiting with clear headers
  • Comprehensive error handling
api-example.js
// Search for a player on the map
const response = await fetch(
  'https://api.lastwar.tools/world/find-player?' +
  'name=DragonSlayer&server_id=1234',
  {
    headers: {
      'X-API-Key': 'YOUR_API_KEY'
    }
  }
);

const data = await response.json();
console.log(data);
// { found: true, search_name: "dragonslayer",
//   player: { name: "DragonSlayer", x: 482,
//   y: 315, alliance_tag: "TOP", hq_level: 25,
//   shielded: false } }

Simple Token Pricing

Everyone gets 50 free tokens daily. Need more? Purchase token packs as you need them. No subscriptions, no commitments.

Starter

Try it out

$1.99

10 tokens

  • 10 tokens
  • All endpoints access
  • Best-effort availability

Standard

For regular players

$3.99

25 tokens

  • 25 tokens
  • All endpoints access
  • $0.16 per token
Most Popular

Best Value

Maximum savings

$6.99

50 tokens

  • 50 tokens
  • All endpoints access
  • $0.14 per token
  • Save 30%

All users receive 50 free tokens every day if their balance is below 50.

Want to Try It Out?

It's free to sign up and poke around. We're still building this thing, so feedback on Discord is always welcome.