groupLookupSearch
Search for groups by keyword.
Parameters
Name | Type | Description |
---|---|---|
groupName | string | The name of the group to lookup. |
Example
const { data: results } = await ClassicGroupsApi.groupLookupSearch({ groupName: "MightyPart Games" });
Example Data
[
{
id: 5850082,
name: "MightyPart Games",
memberCount: 102,
hasVerifiedBadge: false,
},
]
Endpoint
GET /v1/groups/search/lookup