Characters

Documentation of how to use our v2 characters API.

TibiaData API v3 has been released and it’s not recommended to use v2 anymore.
Go to the documentation page to find a newer version.


One character of Tibia

This API helps you to get all the information you want to have from one character including deaths and more.

GET

This GET request requires the field name to be set in the URL.

Example URL:

https://api.tibiadata.com/v2/characters/Trollefar.json
https://api.tibiadata.com/v2/characters/Captain+Seasick.json
https://api.tibiadata.com/v2/characters/Mighty+troll.json

Example JSON data:

{
  "characters": {
    "data": {
      "name": "Trollefar",
      "sex": "male",
      "vocation": "Knight",
      "level": 202,
      "achievement_points": 379,
      "world": "Vunira",
      "residence": "Thais",
      "married_to": "Mighty troll",
      "houses": [{
          "name": "Shady Trail 1",
          "town": "Liberty Bay",
          "paid": "2017-12-27",
          "world": "Vunira",
          "houseid": 65006
        },
], "guild": { "name": "Elysium", "rank": "Follower" }, ... }, "achievements": [{ "stars": 2, "name": "Aristocrat" }, ... ], "deaths": [], "account_information": { "loyalty_title": "Keeper of Tibia", "created": { "date": "2004-08-12 11:28:46.000000", "timezone_type": 2, "timezone": "CEST" } }, "other_characters": [ { "name": "Trollefar", "world": "Vunira", "status": "offline" }, ... ] }, "information": { "api_version": 2, "execution_time": 0.0011, "last_updated": "2017-12-15 08:00:00", "timestamp": "2017-12-15 08:00:02" } }