eljoey / BDO-Api-Helper

22 stars 4 forks source link

BDO API HELPER

Api wrapper to grab marketplace data from BDO's NA marketplace

Routes

Prices

Grabs the current marketplace info for desired items. Routes are cached for 5min but if you are the first to request in the last 5 minutes then it will take a few seconds to get the info and respond.

Custom Searches

Single Search

Search for the data on the desired item id.

Bulk Search

Allows you to create a custom search for items if you have all the item ids. Response time will grow with increased items requested.

Caphras Calculator

Calculate the current cost of caphras enhancing for an item.

Item Upgrade Path

Get a list of items with upgrade cost per stat increase to help choosing which item to upgrade next.

Kutum Or Nouver

Determine which offhand is best at your ap level.

Order Count

Get the current buy and sell orders up for an item

Marketplace Clone

Mocks the api calls for the bdo marketplace. Best to use this if you want to clone the marketplace on a frontend.

Warning

You must choose a region for all endpoints except kutum-or-nouver. Add ?region=YOURREGIONHERE na for North America and eu for Europe region at the end of the call.

ex. https://bdo-api-helper.herokuapp.com/api/prices/cooking?region=na will return a list of the prices for the cooking mat prices for the North American server

License

MIT