Okay, thanks for the helpful clarification.
Posts by Lewandowski
-
-
Hello,
Is there a way to determine the exact time when these OGame API endpoints are updated?
https://s1-en.ogame.gameforge.com/api/highscore.xml - Updates once an hour
https://s1-en.ogame.gameforge.com/api/players.xml - Updates once a day
https://s1-en.ogame.gameforge.com/api/alliances.xml - Updates once a day
https://s1-en.ogame.gameforge.com/api/universe.xml - Updates once a week
https://s1-en.ogame.gameforge.com/api/serverData.xml - Updates once a day
https://s1-en.ogame.gameforge.com/api/playerData.xml - Updates once a week
I’d like to schedule my cron jobs to run shortly after the data refreshes so I can avoid making unnecessary API requests.
Thanks in advance!
-
They are old like 2 months. I created a fresh battle report in Bermuda and it worked. That is enough for me to make the development.
https://ogapi.faw-kes.de/v1/re…ab79cd6ed590b1b7d6b82e8/1
Is there a page that shows ship' ID's? I mean there is ship ID's in the API response, not names.
Thanks.
-
I'm trying to build a tool with reports API. I tried to use testing endpoints:
These testing API's does not work somehow.
My example cr-api's: (both did not work)
cr-cz-196-cf20c6111d48662e95612338ee460dcf2c97a09a
cr-cz-196-45af34d5f83a1425fcd56f382fe3d0bf7b320b8c
I tried to give these variations as an input (api_id):
cf20c6111d48662e95612338ee460dcf2c97a09acr-cf20c6111d48662e95612338ee460dcf2c97a09a
cr-cz-cf20c6111d48662e95612338ee460dcf2c97a09a
cr-196-cf20c6111d48662e95612338ee460dcf2c97a09a
cr-cz-196-cf20c6111d48662e95612338ee460dcf2c97a09a
How can I get a response from these endpoints? What input I should give for api_id?Thanks for your time.