rozod
    Preparing search index...

    Variable getGroupsSearchLookupConst Api Param Description

    getGroupsSearchLookup: EndpointGeneric<
        { groupName: string },
        {
            data: {
                hasVerifiedBadge: boolean;
                id: number;
                memberCount: number;
                name: string;
            }[];
        },
        undefined,
    > = ...

    GET https://groups.roblox.com/v1/groups/search/lookup Looks up groups by a name. Prioritizes an exact match as the first result. groupName The group name. Should only be used for direct lookups where a user is inputting a group name, shouldn't be used for search pages.