A handful of tools we've put together so far. More stuff gets added when we get around to it.
Find any player across all servers instantly. Search by name to locate bases.
View top alliances on any server sorted by power, members, and more.
Get the full member list for any alliance including power and roles.
See government positions for any server - who holds Minister, General, and more.
Get capitol coordinates delivered straight to your in-game mailbox.
Full REST API access for developers to build their own tools and bots.
A straightforward REST API if you want to build your own stuff on top of this. Docs are a work in progress.
// 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 } }Everyone gets 50 free tokens daily. Need more? Purchase token packs as you need them. No subscriptions, no commitments.
All users receive 50 free tokens every day if their balance is below 50.