Jump to content
Korean Random

XVM API - player account IDs


Recommended Posts

I hope that this topic fits here. Sadly I do not speak Russian and using google translator to search for a similar topic didn't yield anything.

 

As to my question: Is there any kind of API from XVM that can be used?

I'm currently working on a program for finding players with 2 or 3 marks of excellence using the WG API. My problem is that there seems to be no way of getting a list of account IDs from players with at least one battle with that API. Thus I have to iterate all possible account IDs and check them. This takes a lot of time and is very inefficient. I'd like to know if it was possible to get the IDs from some kind of API from XVM. I know that there's a database with account IDs and stats for them and I'd be great if I could use this data for my program. 

Link to comment
Short link
Share on other sites

@Aimdrol,

id:

https://dl.dropboxusercontent.com/u/16986523/stat/idlist1.7z

player_id|tank_id for tanks with 100+ battles:

https://dl.dropboxusercontent.com/u/16986523/stat/idlist2.7z

(*filter last string like "(204089468 rows)")



    switch(region) {
        case "RU":
            minId = 1;
            maxId = 499999999;
            break;
        case "EU":
            minId = 500000000;
            maxId = 999999999;
            break;
        case "NA":
        case "US":
            minId = 1000000000;
            maxId = 1499999999;
            break;
        case "ASIA":
            minId = 2000000000;
            maxId = 2499999999;
            break;
        case "VTC":
            minId = 2500000000;
            maxId = 2999999999;
            break;
        case "KR":
            minId = 3000000000;
            maxId = 3499999999;
            break;
    }

  • Upvote 1
Link to comment
Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...