These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Alliance active wars list, how to?

Author
Voxin Tulon
Hedion University
Amarr Empire
#1 - 2016-04-19 12:58:15 UTC
I have small python script that manages to char sheet, get alliance list, etc.

Is there a way to get alliiance active/pending wars list and how?
Strategisk
Strategisk Paiement Office
#2 - 2016-04-19 14:07:38 UTC
Hello,

I think it should be possible to do it through the public-crest, but I haven't touch it for a while.

Did you think about using website like dotlan ? It is not perfect, but you could parse web pages like the following : http://evemaps.dotlan.net/alliance/DARKNESS./wars
Voxin Tulon
Hedion University
Amarr Empire
#3 - 2016-04-19 15:26:26 UTC
Hi
Thanks. That's kinda dirty way. I am thinking if there is API function for it, passing Alliance ID.. I cannot find it.
Squizz Caphinator
The Wormhole Police
#4 - 2016-04-19 20:21:00 UTC
Voxin Tulon wrote:
I have small python script that manages to char sheet, get alliance list, etc.

Is there a way to get alliiance active/pending wars list and how?


Not optimal for you, but you can parse https://public-crest.eveonline.com/wars/ for all wars past and present and filter it to what you're interested in.

Various projects I enjoy putting my free time into:

https://zkillboard.com | https://evewho.com

Voxin Tulon
Hedion University
Amarr Empire
#5 - 2016-04-20 09:38:17 UTC  |  Edited by: Voxin Tulon
Thanks, but it doesn't do the trick.
It's paged and each link must be followed to obtain more info.

There must be a way to pass allianceID to get list of wars, active, pending and finished.
Aineko Macx
#6 - 2016-04-20 18:13:10 UTC
You'd expect there to be a link from the alliance endpoint to a wars collection, but alas, it's CREST.
Voxin Tulon
Hedion University
Amarr Empire
#7 - 2016-04-21 18:23:51 UTC
Were can I get all things that CREST gives? Not just that few things listed in documentation?
Aineko Macx
#8 - 2016-04-22 16:29:42 UTC
There's no complete list AFAIK. Keep calling endpoints and follow any hrefs you find to explore the data tree.