You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The active users number provided by instances.social goes not match the users.active_month value provided by the /api/v2/instance endpoint.
For example instances.social currently reports that infosec.exchange has 18266 active users, but https://infosec.exchange/api/v2/instance reports a users.active_month value of 31944.
How is the number provided by instances.social calculated?
The text was updated successfully, but these errors were encountered:
After a lot of digging in the code, I discovered the the active_users field returned by the instances.social is actually logins per week obtained from a Mastodon API v1 call.
I'll add the new monthly active users field to the returned object, but I can't rename an existing API field. It might be misleading now but when it was added it was the only active users stat available on Mastodon.
When I start working on a v2 of the instances.social API, I'll rename the field.
The active users number provided by instances.social goes not match the
users.active_month
value provided by the/api/v2/instance
endpoint.For example instances.social currently reports that infosec.exchange has 18266 active users, but https://infosec.exchange/api/v2/instance reports a
users.active_month
value of 31944.How is the number provided by instances.social calculated?
The text was updated successfully, but these errors were encountered: