Classic APIs
ClassicGroupsApi
groupLookupSearch

groupLookupSearch

Search for groups by keyword.

Parameters

NameTypeDescription
groupNamestringThe 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