This is an old revision of the document!
Relic Link API
API Root
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 Proof of Concept script
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(?)