- QuoteDisplay More
Statistics API
In addition to report retrieval, the statistics API allows access to historical ranking data.
https://s<SERVERNUMBER>-<COMMUNITY>.ogame.gameforge.com/api/v1/statistics/generic/?api_key=<API-KEY>&startdate=<YYYY-MM-DD>&delta=<DELTA>
The startdate must be in the format YYYY-MM-DD. The maximum allowed value for delta is 50.
I've tried using ogapi on various configurations on various servers.
My question is whether these statistics require the private key to return snapshots or saves, daily, weekly, etc.
for exaple
the given result is the following:
- "RESULT_CODE": 1000, "RESULT_DATA": [ { "statistic_date": "2025-11-30 00:00:00", "combat_count": "926", "spy_count": "1651", "recycle_count": "263", "missile_count": "0" }, { "statistic_date": "2025-12-01 00:00:00", "combat_count": "1002", "spy_count": "1467", "recycle_count": "247", "missile_count": "4" } ]
- }
it only returns data related to spying, CR, and combat.
My question is: with a possible API key request, is it possible to retrieve data related to the various rankings (Economy, Research, Fleet, and Lf) with the relevant filters?