Hello all.
I want to ask about how mediawiki api count active users.
When, I see site statistic: (https://id.wikipedia.org/w/api.php?action=query&meta=siteinfo&siprop...) it said that, there are 1743 activeusers.
But when I list all of the activeusers (with auactiveusers) (https://id.wikipedia.org/w/api.php?action=query&list=allusers&auprop...) there are more than 1743 rows. (and my application crash because the progress bar value is beyond the maximum limit)
Anyone can explain?
Then, it also has different result with the special page (active user) (https://id.wikipedia.org/wiki/Istimewa:Pengguna_aktif). Is it possible to extract data from mediawiki api that has the same result with Special:ActiveUsers page?
Thank you.
Regards, William