Closed
Description
When requesting to api.hypixel.net/guild?key=KEY&name=GUILD_NAME,
the stats for gexp earned for a member is sometimes bugged, not showing a date, or having the dates out of order.
How it should be is this: "expHistory": { "2020-03-19": 23529, "2020-03-18": 64398, "2020-03-17": 60033, "2020-03-16": 138558, "2020-03-15": 73443, "2020-03-14": 69392, "2020-03-13": 19758 }
Which is how it is most of the time but sometimes it outputs it like this:
"expHistory": { "2020-03-19": 4815, "2020-03-18": 2851, "2020-03-17": 5379, "2020-03-16": 11274, "2020-03-14": 6221, "2020-03-13": 1064 }
Missing a day
See this forum post: https://hypixel.net/threads/api-help-inconsistencies-with-guild-member-gexp.2676505/#post-18646625
Metadata
Metadata
Assignees
Labels
No labels