This Node project is an API parser for Gameforge's browser game OGame.
The original API is in XML format while JSON is more convenient and commonly used. My application calls the original endpoint and parses the XML data into JSON format, and returns the rearranged data via custom endpoint.
Can be used for analytic purposes to build customized tools although be aware that it is not real-time data.
Update intervals for each endpoint can be found at server.js
npm install
npm start
- /api/alliances
- /api/highscore
- /api/localization
- /api/playerData
- /api/players
- /api/serverData
- /api/universe
- /api/universes
This project was created by Jakub "Eghizio" Wąsik and is open source software licensed as ISC.