-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
For some reason when picking up the rank for the leader of the guild True Players, which should be We, it returns a blank string.
TibiaData URL:
https://api.tibiadata.com/v4/guild/True%20Players
Tibia URL:
https://www.tibia.com/community/?subtopic=guilds&page=view&GuildName=True+Players
Expected
{
"guild": {
"name": "True Players",
"world": "Karmeya",
// ...
"members": [
{
"name": "Loo Mind Picture",
"title": "",
"rank": "We",
"vocation": "Master Sorcerer",
"level": 605,
"joined": "2024-11-24",
"status": "online"
}
// ...
]
}
}Got
{
"guild": {
"name": "True Players",
"world": "Karmeya",
// ...
"members": [
{
"name": "Loo Mind Picture",
"title": "",
"rank": "",
"vocation": "Master Sorcerer",
"level": 605,
"joined": "2024-11-24",
"status": "online"
}
// ...
]
}
}Tibia Website
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
