This is an old revision of the document!
WorldsEdgeLink API
Age of Empires API Usage Guidelines
Please check the following Age of Empires API Usage Guidelines before you design or implement anything.
API Root
Endpoints
Recorded games
https://aoe.ms/replay/?gameId=<game_id>&profileId=<profile_id>
| parameter | type | value | comments |
|---|---|---|---|
| gameId | int64 | 156900198 | |
| profileId | int64 | 2858362 | |
Where <profile_id> is the perspective of the recorded game. Basically from which client it was uploaded. Matters for view lock.
Authentication
Check our Authentication Helper
General Notes
Some stuff is zlib-compressed. E.g. inside
slotinfo
there's a
metaData
field that seem to be a two-pass base64 string holding binary data Couldn't deduce options yet. It's zlib as well, but the uncompressed string looks different, it's not base64(?)