Classic APIs
ClassicGroupsApi
groupsInfo

groupsInfo

Gets information about multiple groups.

Parameters

NameTypeDescription
groupIdsGroupId[]The id of the groups to get information for.

Example

const { data: groupsInfo } = await ClassicGroupsApi.groupsInfo({ groupIds: [5850082] }); 

Example Data

{
  "5850082": {
    name: "MightyPart Games",
    description: "Welcome to my amazing group",
    owner: { id: 45348281, type: "User" },
    created: 2020-03-29T18:15:20.100Z,
    hasVerifiedBadge: false,
  },
} 

Endpoint

GET /v2/groups