Jump to content
Korean Random
Aimdrol

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. 

Share this post


Link to post

Short link
Share on other sites

@Aimdrol, XVM doesn't have a public API.

 

If you need a list of ID once, I can provide it (not all IDs, but most of the now plays).

Share this post


Link to post

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

Share this post


Link to post

Short link
Share on other sites

@seriych, формат 3 гигового файла позабавил, зачем нужно было мульоны раз дублировать id игрока и символ | 

Share this post


Link to post

Short link
Share on other sites

 

 

зачем нужно было мульоны раз дублировать id игрока и символ | 
затем, что без лишних телодвижений для меня. 

Share this post


Link to post

Short link
Share on other sites

затем, что без лишних телодвижений для меня. 

 

Для прикола решил загнать в словарь в Орионе, он всосал 2 гига и вывалил MemoryError )))))

Share this post


Link to post

Short link
Share on other sites

@seriych, I'll publish my data soon and for this it'd be good to know how exactly you got these ~2,2 million IDs for the EU server. Are these all recently active players xvm has stat data for?

Edited by Aimdrol

Share this post


Link to post

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...