p3hndrx / MLBB-API

Mobile Legends Bang Bang Database - Heroes, Items, Emblems
MIT License
34 stars 12 forks source link

[Question] MLBB API #11

Closed jackvonhouse closed 6 months ago

jackvonhouse commented 6 months ago

Hi, I'm read your post on the Reddit from 3-4 years ago.

Have you any success finding an API beside mapi.mobilelegends.com/hero/list and mapi.mobilelegends.com/hero/detail?

I also saw mapi.mobilelegends.com/legends/area in the comments, but it doesn't return anything.

p3hndrx commented 6 months ago

Unfortunately, this is it. You've reached the end of the road when it comes to APIs from MLBB.

jackvonhouse commented 6 months ago

@p3hndrx 3 years later you haven't even tried to find new APIs? And what about mapi.mobilelegends.com/legends/area? Are you getting empty data too?

p3hndrx commented 6 months ago

there are a half dozen unofficial, fan-supported APIs, but nothing from Moonton that I havent already explored and used in one bot or another..

I have been developing MLBB modules for about 6 years, and this is all there is.

mapi is being deprecated (as of 2 years ago). and it requires a key to query

I work with the team that supports Harper, which is about as close of a public API available. Sorry that isnt the answer you are looking for.

jackvonhouse commented 6 months ago

I work with the team that supports Harper, which is about as close of a public API available.

It's interesting because it allows to get player data with rank and other info. Can you share API endpoint to send a request to get such data?

p3hndrx commented 6 months ago

Unfortunately, I cannot grant access to this API. It is proprietary.

jackvonhouse commented 6 months ago

That's sad.. But thanks for the quick response. Good luck!