The bug
It appears the prepaid_card_redeemed_minecraft
values for the statistics API https://api.mojang.com/orders/statistics are not updated anymore since at least December 2020. Since then the total value remained at 4,782,079.
It is unlikely that no one has redeemed a gift card since then.
Reproduction steps
See also https://wiki.vg/Mojang_API#Statistics
Send a POST
request to https://api.mojang.com/orders/statistics with the following JSON body
{
"metricKeys": [
"prepaid_card_redeemed_minecraft"
]
}
❌ The total
value of the response is 4782079 and the last24h
value is 0
Comments 2
Resolved as Invalid because the statistics endpoint has been shut down, see WEB-5667.
It looks like on 2021-08-06 the value increased by one, it is now 4,782,080. But that still seems rather low given that in the past the number increased by 1000 or more per day.