0 votes
2,794 views
by
bumped by
Is there any Tibia API I can send GET requests to retrieve informations? I know there's the site TibiaData but I was hoping to quickly responses on monsters, maybe character linked bestiary, etc...

2 Answers

+1 vote
by (16 points)
view edits | edited by
There is an interesting project that gets data from http://tibia.wikia.com and exposes this data using a RESTful JSON API. Maybe it can be useful for you. I didn't try it yet, but you can get a look here:  https://github.com/benjaminkomen/TibiaWikiApi/

Alternatively, you could use Tibialyzer's SQL database. It is extracted from the tibiaWiki articles but nowadays it can be a bit outdated: https://github.com/Mytherin/Tibialyzer
–2 votes
by (309 points)

Oh it has and it's part of the Supported Fansites it's called Tibia Data API 

According to the description:

  • API for Tibia data in JSON.
  • Tibia app for android systems.


The URL is: www.tibiadata.com

by (4,301 points)
Think here is looking for other options, he said at the question that already know Tibiadata.com.
...