Skip to content

Instantly share code, notes, and snippets.

@draem
Last active January 5, 2020 20:46
Show Gist options
  • Save draem/1735d9919acfb05bec72d006f61fce14 to your computer and use it in GitHub Desktop.
Save draem/1735d9919acfb05bec72d006f61fce14 to your computer and use it in GitHub Desktop.

GET Weekly user registrations: https://api.minehut.com/admin/stats/users/registrations/week

GET Weekly subscriptions: https://api.minehut.com/admin/stats/subscriptions/week

GET Weekly new subscriptions: https://api.minehut.com/admin/stats/subscriptions/new/week

GET Weekly joins: https://api.minehut.com/network/stats/joins/week

GET Weekly java joins: https://api.minehut.com/network/stats/joins/week/java

GET Weekly bedrock joins: https://api.minehut.com/network/stats/joins/week/bedrock

GET Weekly subscription cancellations: https://api.minehut.com/admin/stats/subscriptions/cancellations/week

GET Weekly votes: https://api.minehut.com/admin/stats/votes/week

GET Monthly user registrations: https://api.minehut.com/admin/stats/users/registrations/month

GET Monthly subscriptions: https://api.minehut.com/admin/stats/subscriptions/month

GET Monthly new subscriptions: https://api.minehut.com/admin/stats/subscriptions/new/month

GET Monthly joins: https://api.minehut.com/network/stats/joins/month

GET Monthly java joins: https://api.minehut.com/network/stats/joins/month/java

GET Monthly bedrock joins: https://api.minehut.com/network/stats/joins/month/bedrock

GET Monthly subscription cancellations: https://api.minehut.com/admin/stats/subscriptions/cancellations/month

GET Monthly votes: https://api.minehut.com/admin/stats/votes/month

GET Player distribution: https://api.minehut.com/network/players/distribution

POST Update navbar promotion: https://api.minehut.com/website/navbar/promotion

text

    Promotion text

link

    Promotion link

GET Get user info from email: https://api.minehut.com/user/name?byEmail=true

GET Get user info from minehut name: https://api.minehut.com/user/name?byMinecraftName=true

POST Add credits to user: https://api.minehut.com/user/name/add_credits/amount

POST Delete user session: https://api.minehut.com/user/name/delete_session

email

    User email

POST Add new admin: https://api.minehut.com/admin/add/name

email

    User email

POST GDPR dump: https://api.minehut.com/admin/gdpr/user

email

    User email

POST Delete account: https://api.minehut.com/admin/delete/user

email

    User email

GET Server lookup: https://api.minehut.com/server/name?byName=true

POST Destroy server service: https://api.minehut.com/server/name/destroy_service_admin

POST Suspend server: https://api.minehut.com/admin/name/suspend

POST Release a server from suspension: https://api.minehut.com/admin/name/release

GET Get plugins: https://api.minehut.com/plugins

POST Edit plugin: https://api.minehut.com/plugin/id/edit

config_file_name

    Configuration file name of plugin

credits

    Cost of plugin in credits

desc

    Short description of plugin

desc_extended

    Detailed description of plugin

disabled

    Is the plugin disabled

name

    Plugin name

platform

    Java or Bedrock

version

    Version of the plugin

POST Delete plugin: https://api.minehut.com/plugin/id/delete

POST ADd plugin: https://api.minehut.com/plugins

config_file_name

    Configuration file name of plugin

credits

    Cost of plugin in credits

desc

    Short description of plugin

desc_extended

    Detailed description of plugin

disabled

    Is the plugin disabled

name

    Plugin name

platform

    Java or Bedrock

version

    Version of the plugin

POST Payment range: https://api.minehut.com/admin/payments/range

startDate

    Starting date of the range

endDate

    End date of the range

POST Credit ranges: https://api.minehut.com/admin/credits/range

startDate

    Starting date of the range

endDate

    End date of the range

POST Update vote award: https://api.minehut.com/admin/voting/set/reward

credit_reward

    The amount of credits to give to the user when they vote

GET Current voting award: https://api.minehut.com/vote/reward

POST Voting range: https://api.minehut.com/admin/votes/range

startDate

    Starting date of the range

endDate

    End date of the range

POST Update Bungeecord MOTD https://api.minehut.com/network/motd

motd

    The MOTD to display on the minecraft server list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment