Tag Archives: v1

Reminder regarding deprecation of the TibiaData API v1

This is just a reminder for you guys, who have missed our last post regarding the upcoming deprecation of TibiaData API v1.

In order to continue to provide great API to you all while implementing new features without breaking things, we need to deprecate the TibiaData API v1.

TibiaData API v1 will be deprecated the 30rd April 2018!

In the post of the 15th December 2017, you can see a full changelog comparing the v1 and v2. Go check it out here.

Regards,
Tobias


Upcoming deprecation of the TibiaData API v1

In order to continue to provide great API to you all while implementing new features without breaking things, we need to deprecate the TibiaData API v1.

TibiaData API v1 will be deprecated the 30rd April 2018!

Because the changes and improvements we do can be disruptive, we provide as much advance notice as we can so that you can be ready to make any necessary transition.
So go check out the documentation for the API v2 to see, which those changes are.

In the update the 15th December 2017, you can see a full changelog comparing the v1 and v2. Go check it out here.

Thank you for all the support and love to our API!

Regards,
Tobias


TibiaData API v2 released

Today I can announce that version 2 of TibiaData API is released!

Through our API, you can have access to an API providing information of characters, guilds, highscores, houses, 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.

Changelog of TibiaData API v2

Changes compared to v1

  • Characters view
    • more details on the house
    • status flag on character itself
    • minor modifications of the json data
  • Guilds view
    • one new subrequest providing information about wars
    • adding flags
      • open / closed for applications
      • in war
      • online and offline players
      • disbanded warning
    • showing url to guild logo
    • changes to guildhall information
    • minor modifications of the json data
  • Highscores view
    • request returns all 300 top ranks on one single request
    • option to filter on vocation
    • adding keys to show filtered values at top
    • minor modifications of the json data
  • Houses view
    • new requests providing information about houses from tibia.com
  • News view
    • separation of requests for newstickers and latestnews
    • fixing a couple of formattings of html content
    • minor modifications of the json data
  • Worlds view
    • minor modifications of the json data
  • Overall changes
    • all integers should be formatted as integers instead of strings
    • requests contains version number, execution time, last updated and a timestamp
    • requests are cached on various lengths of minutes depending on what type it is
    • improvement in response time and optimizing of code

Report to us, if you find something that is not correct.
Suggest to us, if you are missing some feature and we’ll implement it.

Thanks to our testers Allan Galarzaa, Damian Busz and Stefan Ehlert and one big thanks thanks to all guys, who made any suggestions or reported issues of the previous API v1!

Try it yourself!

Regards,
Tobias


Minor changes in TibiaData API

There have been a minor change to the TibiaData API regarding the news and worlds views.

New features

  • Worlds view
    • added field BattlEye Status, Premium Type and Transfer Type, which was added to tibia.com due to an update of their page

Bug-fixes

  • News view
    • fixed url for news images, which were broken after some changes on tibia.com
  • Worlds view
    • fixed faulty date when world was created

Credits to Allan Galarzaa who sent the bugs to us.
Keep the reports coming and feel free to suggest new features too!

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


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