New API
Moderator: Community Team
Forum rules
Please read the Community Guidelines before posting.
Please read the Community Guidelines before posting.
Re: New API
couldnt you have released this like a week ago??! now i am stuck with combining last.fm and bilboard charts for my university assignment mashup of two APIs...

- Natewolfman
- Posts: 4599
- Joined: Wed Aug 29, 2007 6:37 pm
- Gender: Male
- Location: omaha, NE
Re: New API
Bruceswar wrote:Timminz wrote:lackattack wrote:P.S. Stay tuned... we have something great coming in the next update!
*crosses fingers for 2 player team games*
Me too
+1 from me as well!
Re: New API
Natewolfman wrote:Bruceswar wrote:Timminz wrote:lackattack wrote:P.S. Stay tuned... we have something great coming in the next update!
*crosses fingers for 2 player team games*
Me too
+1 from me as well!
If it's as excellent as this update then I will be thrilled!
Rocket.
Re: New API
So is someone going to make a CC facebook app now?
Score: 1739
Games: 88 Completed, 52 (59%) Won
#1302/21963
Games: 88 Completed, 52 (59%) Won
#1302/21963
Re: New API
Great API. Can make tournament management easier.
Missing an information for tournament output:
- The number of round the game last (when point are assign differently based on the number of round a game last).
Missing an information for tournament output:
- The number of round the game last (when point are assign differently based on the number of round a game last).
Re: New API
This is nice!
I have a suggestion for another powerful api: one that returns all current information about an active game:
- Who owns which country and with how many armies
- How many spoils does each player have
- Who's turn is it currently and how much time does he still have to finish his turn
- Which cards do I have: only available for the logged in person of course
- What is the worth of the next set (for escalating games)
Why do I want this information? I made my own private BOB. One which calculates my chances and gives me advice what to do. Currently I have to save the HTML of a game everytime and screenscrape the information out of it.
I have a suggestion for another powerful api: one that returns all current information about an active game:
- Who owns which country and with how many armies
- How many spoils does each player have
- Who's turn is it currently and how much time does he still have to finish his turn
- Which cards do I have: only available for the logged in person of course
- What is the worth of the next set (for escalating games)
Why do I want this information? I made my own private BOB. One which calculates my chances and gives me advice what to do. Currently I have to save the HTML of a game everytime and screenscrape the information out of it.
Re: New API
Anila8 wrote:This is nice!
I have a suggestion for another powerful api: one that returns all current information about an active game:
- Who owns which country and with how many armies
- How many spoils does each player have
- Who's turn is it currently and how much time does he still have to finish his turn
- Which cards do I have: only available for the logged in person of course
- What is the worth of the next set (for escalating games)
Why do I want this information? I made my own private BOB. One which calculates my chances and gives me advice what to do. Currently I have to save the HTML of a game everytime and screenscrape the information out of it.
You would think that someone with your smarts wouldn't need advice from a script in order to play the game effectively.
-
Aidan Weisz
- Posts: 2
- Joined: Mon May 25, 2009 7:12 pm
Re: New API
Thanks very much for sharing the code:) It was a BIG help:)
- wcaclimbing
- Posts: 5598
- Joined: Fri May 12, 2006 10:09 pm
- Location: In your quantum box....Maybe.
- Contact:
Re: New API
lackattack wrote:P.S. Stay tuned... we have something great coming in the next update!
How many months do we have to wait?

Re: New API
wcaclimbing wrote:lackattack wrote:P.S. Stay tuned... we have something great coming in the next update!
How many months do we have to wait?
Almost here = 3 months
Coming up = 6 months
Stay tuned = 9 months
In the pipe = 12 months
In the foreseeable future = never.
- JOHNNYROCKET24
- Posts: 5514
- Joined: Mon May 08, 2006 4:11 am
- Gender: Male
- Location: among the leets
Re: New API
any update on the update ?lackattack wrote:For those of you who don't look likean API (application programming interface) is a something that programmers can use to build a program or website that interacts with Conquer Club automatically. For now the API is read-only and just lists games, but is a big improvement over the old Game History XML. For one thing, you can now get games for any tournament. Hopefully this will lead to cooler tools for tournament organizers and everyday members like you.
The API is located here: http://www.conquerclub.com/api.php
For more information about using and creating 3rd party utilities for Conquer Club, please visit the Plugins & Addons forum.
P.S. Stay tuned... we have something great coming in the next update!
- sailorseal
- Posts: 2735
- Joined: Sun May 25, 2008 1:49 pm
- Gender: Male
- Location: conquerclub.com
Re: New API
JOHNNYROCKET24 wrote:any update on the update ?lackattack wrote:For those of you who don't look likean API (application programming interface) is a something that programmers can use to build a program or website that interacts with Conquer Club automatically. For now the API is read-only and just lists games, but is a big improvement over the old Game History XML. For one thing, you can now get games for any tournament. Hopefully this will lead to cooler tools for tournament organizers and everyday members like you.
The API is located here: http://www.conquerclub.com/api.php
For more information about using and creating 3rd party utilities for Conquer Club, please visit the Plugins & Addons forum.
P.S. Stay tuned... we have something great coming in the next update!
mibi wrote:wcaclimbing wrote:lackattack wrote:P.S. Stay tuned... we have something great coming in the next update!
How many months do we have to wait?
Almost here = 3 months
Coming up = 6 months
Stay tuned = 9 months
In the pipe = 12 months
In the foreseeable future = never.
- lackattack
- Posts: 6097
- Joined: Sun Jan 01, 2006 10:34 pm
- Location: Montreal, QC
Re: New API
Silver- wrote:Great API. Can make tournament management easier.
Missing an information for tournament output:
- The number of round the game last (when point are assign differently based on the number of round a game last).
UPDATE: I added round # and time remaining to the output. I also made the player state more precise (Ready, Waiting or Playing).
- wcaclimbing
- Posts: 5598
- Joined: Fri May 12, 2006 10:09 pm
- Location: In your quantum box....Maybe.
- Contact:
Re: New API
lackattack wrote:UPDATE: I added round # and time remaining to the output. I also made the player state more precise (Ready, Waiting or Playing).
Is this the 'great next update' ?

- the.killing.44
- Posts: 4724
- Joined: Thu Oct 23, 2008 7:43 pm
- Gender: Male
- Location: now tell me what got two gums and knows how to spit rhymes
- Contact:
Re: New API
wcaclimbing wrote:lackattack wrote:UPDATE: I added round # and time remaining to the output. I also made the player state more precise (Ready, Waiting or Playing).
Is this the 'great next update' ?
I don't think so…?
.44
Re: New API
Hang tight. Something is coming soon (meaning days) and worth waiting for.
- The Fuzzy Pengui
- Posts: 2271
- Joined: Mon Nov 27, 2006 6:52 pm
- Gender: Male
- Location: Ohio
Re: New API
chipv wrote:Hang tight. Something is coming soon (meaning days) and worth waiting for.
Sounds fun! You should tell us what it is now instead of making us wait.
Gilligan wrote:I'M SO GOOD AT THIS GAME
My stepmom locked the bathroom door
So I opened the lock with my shoelace
- wcaclimbing
- Posts: 5598
- Joined: Fri May 12, 2006 10:09 pm
- Location: In your quantum box....Maybe.
- Contact:
Re: New API
The Fuzzy Pengui wrote:chipv wrote:Hang tight. Something is coming soon (meaning days) and worth waiting for.
Sounds fun! You should tell us what it is now instead of making us wait.
I agree.
Whats the use of keeping it a secret?
The only reason I can think of is so you can back out if what you give isn't what you promised...

