Problem Statement:
There is a guild on Tibia with 2 characters, called "No".
When looking-up for the specific guild details information, the endpoint raises a validation error "the provided guild name is too small".
The guild is legit, seems Tibia allows guild names with 2 characters.
Please consider relaxing the validation rules to allow 2-length guild names.
Request:
GET https://api.tibiadata.com/v4/guild/No
Response:
{
"information": {
"api": {
"version": 4,
"release": "4.8.0",
"commit": "e3963de0848d8ce9d368a9cd54b306ccfddd0d15"
},
"timestamp": "2026-05-31T17:57:58Z",
"tibia_urls": [],
"status": {
"http_code": 400,
"error": 14002,
"message": "the provided guild name is too small"
}
}
}
Expectation:
Given the guild is accessible on Tibia.com, the API should support 2-length guild names when search for specific guild name.
https://www.tibia.com/community/?subtopic=guilds&page=view&order=level_desc&GuildName=No&onlyshowonline=0
Problem Statement:
There is a guild on Tibia with 2 characters, called "No".
When looking-up for the specific guild details information, the endpoint raises a validation error "the provided guild name is too small".
The guild is legit, seems Tibia allows guild names with 2 characters.
Please consider relaxing the validation rules to allow 2-length guild names.
Request:
Response:
Expectation:
Given the guild is accessible on Tibia.com, the API should support 2-length guild names when search for specific guild name.
https://www.tibia.com/community/?subtopic=guilds&page=view&order=level_desc&GuildName=No&onlyshowonline=0