-
-
Notifications
You must be signed in to change notification settings - Fork 97
hysky.de API
Yasin edited this page Feb 27, 2022
·
8 revisions
Hysky offers several APIs.
Hysky uses a custom fork of maroapi for auctions https://github.com/LifeIsAParadox/MaroAPI
-
https://hysky.de/api/bazaar
some bazaar information
-
https://hysky.de/api/auctions
displays the raw file from maroapi db
-
https://hysky.de/api/auctions/average
shows the average price of an item in the auctions house
-
https://hysky.de/api/auctions/lowestbins
shows the lowest bin of an item in the auctions house
-
https://hysky.de/api/items
displays https://github.com/NotEnoughUpdates/NotEnoughUpdates-REPO/items as json
-
https://hysky.de/api/museum
shows which item can be put into the museum and in which category
-
https://hysky.de/api/npcprice
shows the sales value of the items in the npc store
-
https://hysky.de/api/networth?key=|apikey|&user=|mcName|
shows the networth of user
Required query
key(hypixel api key) and user(mc username)