More data on the API

The Hive API stores some data from the server and shows it to the developers in the public. I’m working on a discord bot that utilizes this API to show wins, losses, KDR etc. for players, and I’m out of ideas for what information I can display. I think that it would be cool if you could add:

  • Banned/unbanned - Declined by mod
  • Hive+ status
  • Leaderboard positions for specific players, even if they aren’t in the top 50
  • Unlocked cosmetics
  • Quests completed/quest points (for individuals and a leaderboard)
  • Most used region (NA/EU/AS)
  • Total kills, deaths, wins, losses across games
  • Login streak info @anon14919351
  • Most used device @Waa50
4 Likes

This most likely won’t be added since we do not give out information regarding a player’s punishments publicly.

21 Likes

I’d like to see loginstreak information added.

15 Likes

That would be cool to see
maybe they could also add something that says their devices like mobile controller or pc

5 Likes

It would be nice to know how many hub titles I have without counting them all

3 Likes

you should also add Just Build api since currently it only shows monthly and all time lbs so the regular player can’t see their stats. Another thing is HnS monthly stats as well

6 Likes

I’d also like to propose a few other features:

  • First logged in / last logged in
  • change all-time lbs to 100 count
  • hide n seek monthly lb
5 Likes

I believe you are already able to see the first login date on the API.

1 Like

I’m talking about the first time joining the server, not just playing a game

3 Likes

Wouldn’t that be about the same time? When you join the server you are most likely going to go into a game pretty soon after joining.

Yes but that isn’t the case for a lot of people

1 Like

Yes, but it still isn’t technically accurate and isn’t the best solution.

7 Likes

surprisingly this can actually also potentially help us see if we lost our login streak due to a bug

4 Likes

Bump!

I’d love to see these suggestions get added to the Hive Bedrock API.
And maybe just… maybe cosmetic-wise an end-point regarding cosmetics / costumes and the Hub Titles and names of the Avatars relating to the pack:

  • Description on the Costume

  • Hub Title Included from the costume

  • Thumbnail of the Costume

  • Name of the Avatar ( Since the thumbnail of the costumes already include the avatar of it these days )

  • Name of the Costume

And in similarity to statistical end-points the response may be in a JavaScript Object Notation form:

{
    "image": "https://mcstore.io/the-hive/ice-bloom-costume ", //Link to Image here.
    "name": "Ice Bloom",
    "hub_title": "Moo.",
    "avatar_name": "Festive Cow",
    "description": "Moo."
}

And so on and so forth.

8 Likes