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!