I am not sure if this is the right place to ask this, but I have a question about routing.
If I am in Amdonen and want to get to Elonaya, in game, the safest route is 50 hops, and the shortest is 28 hops.
If I ask the same question again, but use the Swagger interface I get just 15 hops for both, i.e. with
curl -X GET “https://esi.evetech.net/latest/route/30005036/30001399/?datasource=tranquility&flag=secure” -H “accept: application/json”
I get …
[30005036,30005038,30002187,30003491,30003503,30003504,30002789,30002782,30002781,30001377,30001374,30001389,30001368,30001400,30001399]
The given route goes from Amdonen into Kor-Azor Prime, then Amarr, then Ashab, then Madirmilire.
So here I am sitting in a shuttle in Madirmilire. Where is Niarja from here ? A search for Niarja gives “No gate to gate route”
Is it a bug in the Swagger interface data ?
How does the game do it ?