Giter VIP home page Giter VIP logo

hyskyapi's Introduction

Update: This repo is unmaintained anymore, feel free to host the API on your own server if you still want to use it but the below links are not going to work.

HyskyAPI

Unofficial Hypixel API created for handling Auctions API of Skyblock gamemode with ease and efficiency.

IMPORTANT NOTE:

The API's root link keeps changing, but the main one right now is:

Secondary link:

About the API:

  • All auctions are updated every 2 minutes.
  • Auctions' limit per request is 200.
  • All auctions are sorted automatically to show the ending soon one's first.

An auction example:

https://i.ibb.co/prTTTFv/example.png

  • "item_name" => Item's name
  • "starting_bid" => Start Bid
  • "highest_bid_amount" => Highest Bid
  • "category" => Item's category
  • "bid_num" => Number of bid on Item
  • "Latest_bid => Array includes info about latest bidder
  • "tier" => Item's tier (Legendary)
  • "end" => Ending time in UNIX
  • "highest" => (for server side sorting)
  • "auctioneer" => uuid of auction's owner
  • "item_lore" => item's description including mincraft color codes
  • "uuid" => Profile's id (Hypixel)
  • "ending_time" => Ending time in minutes
  • "item_count" => Amount of item(s)
  • "anvils" => Anvil Uses
  • "hex_code" => Color code for the item

API's root:

The Api root is https://api.mystichat.xyz/apihandle.php

There are 2 types of requests:

  • req=top To get top 200 auctions.
  • req=search to Search through Auctions and needs a query.

so for example let's say you want to search for "aspect of the end"
https://api.mystichat.xyz/apihandle.php?req=search&query=aspectoftheend
This will return 200 AOTEs auctions sorted by ending time (This searches through all active skyblock auctions).

but what if you want more?

https://api.mystichat.xyz/apihandle.php?req=search&query=aspectoftheend&page=1

This will return the next 200 AOTE auctions.

Notes:

If you would like to support me or have any suggestions make sure to join my Discord.

hyskyapi's People

Contributors

moe03 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

chocobocoding

hyskyapi's Issues

Page query not changing any results.

I am not sure this is at all related to me using the secondary link, since the primary seems to be down. Whenever I make a query, the page parameter does not seem to change the result, it appears to always be treated as 0.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.