Developers:
What should I consider when I open a thread for my tool?
Your thread should contain all informations needed for a user, e.g. where to download, how to contact you.
A instruction how to use your tool, what it can do and some screenshots would also be nice, besides a short introduction of your tool.
For example you could fill out this list:
Please create the thread in this section: Development & Questions
After it has been tolerated it will be moved into the main section.
Public API's:
http://s1-en.ogame.gameforge.com/api/players.xml - Updates once a day
http://s1-en.ogame.gameforge.com/api/universe.xml - Updates once a week
http://s1-en.ogame.gameforge.c…ore.xml?category=1&type=1 - Updates once an hour - (possible parameters)
http://s1-en.ogame.gameforge.com/api/alliances.xml - Updates once a day
http://s1-en.ogame.gameforge.com/api/serverData.xml - Updates once a day
http://s1-en.ogame.gameforge.com/api/playerData.xml - Updates once a week
http://s1-en.ogame.gameforge.com/api/localization.xml -> Tech ID's (Buildings, Researchs, Ships, Defence, Missiontypes)
http://s1-en.ogame.gameforge.com/api/universes.xml -> All universes of an community
To check the API of another server, you just need to change the s1-en to the one you want to check, e.g. s122-de.
If the universe you want to check is a universe with a number as name, there won't be a <name></name> entry in the serverData API.
https://lobby.ogame.gameforge.com/api/servers - List of all universes accessable via the Lobby with a short excerpt of their settings.
Non Public API:
The non public API is needed to retrieve data from the API-ID's you can get ingame via tooltip on the API-Button.
Full URLs to retrieve the API:
CR:
SR:
RR:
MR:
You get the type from the first of the the API-ID, the community from the second and the server from the third. The last part of the API-ID, the ID itself, are always 20 chars in hexadecimal.
In addition we also have the statistics API:
The startdate needs to be in this format: YYYY-MM-DD and the max delta is 50.