Maro Logo

Maro's API

A Hypixel Skyblock focused API, providing a user with an easier way to communicate with Hypixel's API.

Endpoints

POST /api/networth/categories

Calculates Networth category data for a player. Note that purse and bank need to be added to the total networth value.

Usage

http://maro.skyblockextras.com/api/networth/categories

Body

Field Type Description
Data Object This should be a player's profile data on a single profile.

Examples

Body Example: click here

Response Example: click here

GET /api/auctions/all

Displays lowest bin data for all items on the auction house.

Usage

http://maro.skyblockextras.com/api/auctions/all

Note

Enchanted Books and Pets have custom ID's, please see the endpoint for more information.

GET /api/auctions/dupes

Displays duplicate item UUIDs in the auction house.

Usage

http://maro.skyblockextras.com/api/auctions/dupes

GET /api/auctions/quickStats/:itemId

Get's average auction statistics for an item. Which include; average, median, min, max, mode and mean values.

Usage

http://maro.skyblockextras.com/api/auctions/quickStats/:itemId

Parameters

Parameter Type Description
Item ID String This should be an Item's ID, which can be retrieved by using the /all endpoint.

GET /api/bazaar/all

Displays product price data for all items on the Bazaar.

Usage

http://maro.skyblockextras.com/api/bazaar/all

Note

This endpoint provides information that matters about current Bazaar products.