HoltWalker Pathfinding Engine v1.0

Navigate every
tile in Gielinor

High-performance OSRS pathfinding API. Requirement-aware paths across 327 million tiles. One API call is all it takes.

BFS Pathfinding
0Mtiles indexed
0+bank locations
0+Transport edges
Features

Built for the
real game world

HoltWalker handles quest requirements, skill checks, 12,000+ transport links, and PvP zones — so your paths just work.

Requirement-Aware

Paths respect quest progress, skill levels, and item requirements. Varp and varbit comparisons give precise game state awareness.

Bank Pathfinding

Find the nearest accessible bank from any tile. Returns the top 5 options ranked by distance, checking that you meet the requirements for each.

12,000+ Transport Edges

Doors, stairs, ladders, teleports, fairy rings, spirit trees, charter ships, agility shortcuts, canoes, gnome gliders, and more. Agility shortcuts check your level.

Wilderness Aware

Automatically avoids dangerous PvP zones unless your destination requires it. No unnecessary risk in your paths.

Full World Coverage

Every Z-level, underground area, and dungeon. 327 million tiles across the entire game world — surface, subterranean, and upper floors.

Endpoints

One request.
Optimal path.

Send coordinates, player state, and requirements — get back the shortest valid path instantly.

POST/generatePaths
POST/generateBankPaths
api-request.json
POST /generatePaths
{
"player": {
"attack": 1, "defence": 1, ...,
"member": true,
"setting": [{ "key": 10, "value": 0 }, ...],
"varbit": [{ "key": 357, "value": 9 }, ...],
"equipment": [{ "key": 1161, "value": 1 }, ...],
"inventory": [{ "key": 1323, "value": 1 }, ...]
},
"requests": [{
"start": { "x": 3113, "y": 9908, "z": 0 },
"end": { "x": 3093, "y": 3491, "z": 0 }
}]
}

Ready to find the shortest path?

Get your API key and integrate world-class OSRS pathfinding into your project.