rlink:game:account:findprofiles

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
rlink:game:account:findprofiles [2022-10-23 16:50] – [/game/account/FindProfiles (Search by name)] simonsanrlink:game:account:findprofiles [2024-11-01 14:04] (current) – Replace 'reliclink' with 'worldsedgelink' nimda
Line 5: Line 5:
  
  
-===== Request =====+===== AoE2:DE ===== 
 +==== Request ====
 <WRAP round 100%> <WRAP round 100%>
 <code> <code>
 GET /game/account/FindProfiles?callNum=123&connect_id=ccc&lastCallTime=111&name=viper&sessionID=zzz HTTP/1.1 GET /game/account/FindProfiles?callNum=123&connect_id=ccc&lastCallTime=111&name=viper&sessionID=zzz HTTP/1.1
-Cookie: ApplicationGatewayAffinity=0;ApplicationGatewayAffinityCORS=1;reliclink=2; +Cookie: ApplicationGatewayAffinity=0;ApplicationGatewayAffinityCORS=1;worldsedgelink=2; 
-Host: aoe-api.reliclink.com+Host: aoe-api.worldsedgelink.com
 Accept-Encoding: identity Accept-Encoding: identity
 Accept: */* Accept: */*
Line 26: Line 27:
 |sessionID|str||| |sessionID|str|||
  
-===== Response ====+==== Response ====
 <WRAP round 100%> <WRAP round 100%>
-**AoE2DE** 
- 
 <code> <code>
 [ [
-   0, +    0, // result status code 
-   +    
-      +        
-         110, +            110, 
-         249641, +            249641, // profile_id 
-         "/steam/76561198008248822", +            "/steam/76561198008248822", // platform_ids (/steam/, /xboxlive/) 
-         "", +            "", 
-         "Viper", +            "Viper", // profile_name 
-         "", +            "", 
-         53114, +            53114, 
-         1, +            1, 
-         1, +            1, 
-         0, +            0, 
-         null, +            null, 
-         "76561198008248822", +            "76561198008248822", // pure platform_id_number (steam, different that platform_id for xboxlive) 
-         3, +            3, 
-         [ +            [
-             +        ], 
-         +        
-      ], +            855, 
-      +            300113, 
-         855, +            "/steam/76561197974443592", 
-         300113, +            "{\"icon\":\"PR1-001\"}", 
-         "/steam/76561197974443592", +            "Viper", 
-         "{\"icon\":\"PR1-001\"}", +            "", 
-         "Viper", +            116533, 
-         "", +            6, 
-         116533, +            1, 
-         6, +            3, 
-         1, +            null, 
-         3, +            "76561197974443592", 
-         null, +            3, 
-         "76561197974443592", +            [
-         3, +        ], 
-         [ +        
-             +            51, 
-         +            348999, 
-      ], +            "/steam/76561198303411559", 
-      +            "", 
-         51, +            "viper", 
-         348999, +            "", 
-         "/steam/76561198303411559", +            175516, 
-         "", +            0, 
-         "viper", +            1, 
-         "", +            2, 
-         175516, +            null, 
-         0, +            "76561198303411559", 
-         1, +            3, 
-         2, +            [
-         null, +        ], 
-         "76561198303411559", +        
-         3, +            773, 
-         [ +            395221, 
-             +            "/steam/76561197996564368", 
-         +            "{\"icon\":\"PR2-002\"}", 
-      ], +            "Viper", 
-      +            "", 
-         773, +            229018, 
-         395221, +            21, 
-         "/steam/76561197996564368", +            1, 
-         "{\"icon\":\"PR2-002\"}", +            0, 
-         "Viper", +            null, 
-         "", +            "76561197996564368", 
-         229018, +            3, 
-         21, +            [
-         1, +        
-         0, +    ]
-         null, +
-         "76561197996564368", +
-         3, +
-         [ +
-             +
-         +
-      +
-   ]+
 ] ]
 </code> </code>
 </WRAP> </WRAP>
  • rlink/game/account/findprofiles.1666536635.txt.gz
  • Last modified: 4 years ago
  • by simonsan