Skip to content

[Low-Priority] Guild look-up endpoint too strict on name length #663

Description

@shakkurcwb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions