About our data

About our data

September 21, 2021

Where does it come from

Since there is no official Tibia API, almost all of the data about the game actually comes from the official Tibia website. We do a technique called data scraping, which means we regularly make HTTP requests to the official website and then collect our own data based on the responses.

This is not the most elegant approach to it, but right now it's the only solution available for developers that want to build applications using real Tibia data. And it comes with several challenges to it:

  • Minor changes to the Tibia website structure can easily break our scripts
  • Requests are often rejected (mostly because of anti-DDOS protections)
  • Detecting and updating stale data

That's too much stuff for us to manage and automate before we even start building an application to consume this data. This heavy burden can easily shy away developers who want to build Tibia apps. If Cipsoft provided developers with an official API, many interesting tools and applications would then bloom in the community ๐ŸŒฑ.

How accurate is our data

We can't guarantee our data is 100% accurate, even if it comes from the official website.

For current auctions, our data might be up to 10 minutes obsolete. This means that if you need the most up-to-date information about an auction current bid price, you should then check the official auction page instead. Everything else is stable.


As for history auctions, things get tricky. Officially, Cipsoft serves their own Auction History, but its data expires after 30 days. That doesn't mean that older data is completely lost. You can still access individual auction pages using their auction id:

https://www.tibia.com/charactertrade
/?subtopic=currentcharactertrades&page=details&auctionid=0

Unfortunately, some of the data is broken. For example, very often you'll see characters with no achievement points (which is impossible). In the worst case scenario, some old auctions will be completely unavailable:

An internal error has occurred. Please try again later!

But these auctions did exist! In fact, TibiaVIP still has information about some of them:

An old auction
If you try to access the auction id #3, it will be no longer available

Since this happens most often with older auctions, we believe that it may be due to the fact that Cipsoft isn't able to retroactively update old entries in the Char Bazaar. As they push more updates (and more data) into the game, some auction entries get corrupted.

We speculate that our history database is missing around 200,000 auction entries. And because our statistics are calculated based off our own database, some numbers should actually be higher than what we estimate.

If you're curious about our scraping strategy and scripts, feel free to check them out here. Everything is well documented and you can even setup your own environment to run these scripts yourself ๐Ÿ˜„

Can I use your APIs?

Yes you can. But we can't offer any support or guarantees! โš ๏ธ

Our APIs are frequently changing and that means you shouldn't build any applications that rely on them. If you need a stable API, you can use our code to scrap and serve the data yourself.

If you're doing automated requests to our endpoints, make sure you're not doing them too fast. Any abuse will most likely be automatically detected and denied by our providers (AWS, Cloudflare, etc).


If you have any other questions, feel free to contact me.

Enjoyed this content?
Support the authors donating Tibia Coins ๐Ÿ˜„

Play Ravendawn