Tag Archives: feature

Reminder regarding deprecation of the TibiaData API v3

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

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 v3.

TibiaData API v3 will be deprecated the 31rd January 2024!

In the update the 1th December 2023, we announced the release of v4. Go check it out here.

Regards,
Tobias


Upcoming deprecation of the TibiaData API v3

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 v3.

TibiaData API v3 will be deprecated the 31rd January 2024!

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 v4 to see, which those changes are.

In the update the 1th December 2023, we announced the release of v4. Go check it out here.

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

Regards,
Tobias


TibiaData API v4 release scheduled

Testing of v4 is ongoing and we are in the final stage.

Our v4 is planned to be release the 2023-12-01!

The plan is to have v3 and v4 running in parallel for a period of 2 months and v3 is supposed to be deprecated the 2024-02-01.

Head over to our documentation page on docs.tibiadata.com and start on getting your integrations working for the new version.

Join our Discord server and jump into the #api channel and let’s discuss there or if you experience any issues 🙂

Kind regards,
Tobias


Reminder regarding deprecation of the TibiaData API v2

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

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 v2.

TibiaData API v2 will be deprecated the 30rd April 2022!

In the update the 1th March 2022, we announced the release of v3. Go check it out here.

Regards,
Tobias


Upcoming deprecation of the TibiaData API v2

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 v2.

TibiaData API v2 will be deprecated the 30rd April 2022!

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 v3 to see, which those changes are.

In the update the 1th March 2022, we announced the release of v3. Go check it out here.

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

Regards,
Tobias


TibiaData API v3 release scheduled

Testing of v3 is ongoing and we are in the final stage.

Our v3 is planned to be release the 2022-03-01!

The plan is to have v2 and v3 running in parallel for a period of 2 months and v2 is supposed to be deprecated the 2022-05-01.

Head over to our documentation page on docs.tibiadata.com and start on getting your integrations working for the new version.

Join our Discord server and jump into the #v3 channel and let’s discuss there or if you experience any issues 🙂

Kind regards,
Tobias


Minor changes in TibiaData API

There have been a minor change to the whole TibiaData API regarding CORS (Cross-Origin Resource Sharing).

This means, that you now can run requests with for example ajax towards the API right from your website.

The allowed HTTP methods are GET and OPTIONS.

Cross-Origin Resource Sharing (CORS) is a mechanism that uses additional HTTP headers to tell browsers to give a web application running at one origin, access to selected resources from a different origin. A web application executes a cross-origin HTTP request when it requests a resource that has a different origin (domain, protocol, or port) from its own.

Source: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS

Credits to a lot of you, who have requested this feature in the API.
Keep the reports coming and feel free to suggest even more new features!

Regards,
Tobias


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