Author Archives: Tobias Lindberg

TibiaData application for Android finally released

Today I am glad to announce that TibiaData official app is finally released on Google Play and available to everyone!

Go to https://tibiadata.com/about/apps/ to check out our application in more details!

You can find all the client information on https://play.google.com/store/apps/details?id=com.tibiadata.android.

You can also become a beta tester, simply go to https://play.google.com/apps/testing/com.tibiadata.android and press on the button “Become a tester” and after that you can enjoy the latest updates right away on your phone and tablet.

The developer of this application is Stefan Ehlert and has made a great job in programming the client to be a clean awesome app. Thumbs up for his great work!

Regards,
Tobias


Minor changes in TibiaData API

There have been a minor change to the TibiaData API regarding the characters view.

New features

  • Characters view
    • character deathlist contains a list of characters that are involved in the characters death
  • Highscores view
    • list of characters contains vocation information

Bug-fixes

  • Characters view
    • character deathlist reason does now start with the tibia.com reason (slain, executed, ..)
    • character deathlist reason has a linebreak when having assisting characters in line

Credits to Stefan Ehlert who sent the suggestion for the API.
Keep the reports coming and feel free to suggest new features too!

Regards,
Tobias


Minor changes in TibiaData API

There have been some minor changes to the TibiaData API regarding the worlds and news view.

New features

  • Worlds view
    • total online number is implemented

Bug-fixes

  • Characters view
    • character details like marriage, guilde membership and last login stopped working
  • News view
    • some news where returned blank, since formatting of spaces was corrupt
    • encoding of some strings caused call to fail
  • Highscores view
    • winter update broke call to highscores page
  • Worlds view
    • list of all worlds has been moved to an own array

Credits once again to Stefan Ehlert who reported some of the issues in the API.
Keep the reports coming and feel free to suggest new features too!

Regards,
Tobias


Minor changes in TibiaData API

There have been some minor changes to the TibiaData API on all requests.

Bug-fixes

  • Overall fix
    • JSON formatation set to run unicode on every API call
    • API request sometimes return no answer.. but we try to retrieve data multiple times before failing
  • Characters view
    • last_login value return was giving wrong formatted return
  • Guilds view
    • description was not fully working.. now the guildname is not removed within the description field

Credits once again to Stefan Ehlert who reported some of the issues in the API.
Keep the reports coming and feel free to suggest new features too!

Regards,
Tobias


TibiaData application for Android in public beta

Today I am glad to announce that TibiaData official app is added to Google Play and available in public beta right now!

You can find all the client information on https://play.google.com/store/apps/details?id=com.tibiadata.android.

To become a beta tester, simply go to https://play.google.com/apps/testing/com.tibiadata.android and press on the button “Become a tester” and after that you can enjoy the latest updates right away on your phone and tablet.

The developer of this application is Stefan Ehlert and has made a great job in programming the client to be a clean awesome app. Thumbs up for his great work!

Regards,
Tobias


Minor changes in TibiaData API

There have been some minor changes to the TibiaData API regarding the character and guild view.

New features

  • Characters view
    • returns now account achievements which are displayed on official tibia homepage
    • showing other account characters include online/offline status now

Bug-fixes

  • Characters view
    • regarding account information does return faulty formatted JSON in some situations
  • Guilds view
    • regarding members is reformatted that rank titles are not keys anymore

Credits to Stefan Ehlert who reported the issues in the API.
Keep the reports coming and feel free to suggest new features too!

Regards,
Tobias


TibiaData API v1 released

Today I can announce that the TibiaData API is released!

TibiaData API is a RESTful API providing information in JSON format containing information from Tibia’s official homepage tibia.com, so you can build your own small tools.

Through our API, you can have access to an API providing information of characters, guilds, highscores, news and all worlds of Tibia.
You can based on the request provided by us build your own clients to retrieve the information you need.

TibiaData is a private project, developed as a long term project, which provides a RESTful API.

Try it yourself!

Regards,
Tobias