Tag Archives: RESTful API

Happy New Year

We have slightly have changed plans from last year about new services and will focus at some other areas.

Our first goal for 2020 is to rewrite our API in another language (switching from php to golang).

Secondly we will go probably add some premium edition of out API, so that we can deliver a even better service in terms of faster processing of data and to be able to add more accurate data as it is today. We are not exactly there in how it will be, but stay tuned on that one!

And last but not least, we will look into doing it open-source soon, so that you then could contribute to our project or run the code on your own Kubernetes setup.

There will be some limitations when hosting it yourself, but more on that at another time.

I think we will leave it by this by now and go celebrate with your friends and we’ll keep you updated.

And if you got some questions as to the above or so, get in touch with me and I’m happy to answer it all!

Best regards,
Tobias


Merry Christmas!

This time of year is the perfect time to lay back a little.

Christmas is a time of giving, and even this year I want to give my gratitude to everyone, who has been reporting bugs over the last year.

I am grateful for all of my users that have and continue to use my API and keep me motivated to continue!

Side notes;
If you are looking for some easy hosting solution, get over to DigitalOcean, where I host my staff. Use my referral link to support me.
If you want to sponsor me, head over to buymeacoffee, or contribute on my PayPal pool towards TibiaData.

Best regards,
Tobias


Minor changes in TibiaData API

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

Bug-fixes

  • Houses view
    • beds have need rewritten from spelled to numeric values.

Credits to Lucas Zumpano and who sent the report of the bug 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 a minor change to the TibiaData API regarding the houses view.

Bug-fixes

  • Houses view
    • future prices have been removed and only show the new pricing.

Credits to Alla and Marcin and who sent the report of the bug 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 a minor change to the TibiaData API regarding the houses view.

Bug-fixes

  • Houses view
    • future prices have been adjusted from being a string to integer.

Credits to Arthur who sent the report of the bug 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 a minor change to the TibiaData API regarding the houses view.

Bug-fixes

  • Houses view
    • you receive future prices on rental through the API now as well.

Credits to Allan Galarzaa and Murilo Ricci who sent the report of the bug in the API.
Keep the reports coming and feel free to suggest new features too!

Regards,
Tobias


Happy New Year

and we are not being lazy this year either!

We are planning to release an event service, where you can subscribe to information you want to get pushed to your API / client / application.

The exact way of how it will be implemented is not finished yet, but we will cover it in more details on a later state 🙂

Now go celebrate with your friends and we’ll keep you updated.

Regards,
Tobias


Merry Christmas!

This time of year is the perfect time to reflect and show appreciation.

Christmas is a time of giving, I want to give my gratitude to everyone, who has been reporting bugs over the last year.

I am truly grateful for all of my users that have and continue to use my API and keep me motivated to continue!

Sidenote; if you are looking for some easy hosting solution, get over to DigitalOcean, where I host my staff. Use my referral link to support me 🙂

Best regards,
Tobias


Minor changes in TibiaData API

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

Bug-fixes

  • Guilds view
    • guilds with longer than 2 words encountered issues
  • Characters view
    • name of characters with other symbols in URI results in faulty information

Credits to an unknown reporter who sent the report of the bug in the API.
Keep the reports coming and feel free to suggest new features too!

Regards,
Tobias


TibiaData cache intervals

I’ve received a lot of questions regarding realtime data and the cache we use on our side.. so I thought that I will give you some more details!

As from v2 of the API, we’ve implemented a cache, to minimize the resources that we use in for example CPU usage and to lower the amount of requests that poll our service on a seconds bases.
We at TibiaData understand that you want the latest latest data, but when receiving that amount of similar requests, we had to limit it somehow.

The cache we use is a memcached daemon, which stores data in the memory to serve the information faster to you.

Here is a list of the different API requests and the corresponding memcached timeouts.

  • Characters = 300 s
  • Guild/Guilds/Guildwars = 120 s
  • Highscore = 900 s
  • House/Houses = 300 s
  • News/Newslist = 900 s
  • World/Worlds = 60 s

Do you want to contribute with some money to our project? 
Here you can find our PayPal pool for TibiaData:
https://paypal.me/pools/c/7ZbFeDdXZ6

Best regards,
Tobias Lindberg