Groups
Get Group Info
Retrieve detailed information about a WhatsApp group.
GET
Overview
You can fetch comprehensive information about a group, including its metadata, participants, settings, and description.Authentication
This endpoint requires authentication via theapikey header.
string
required
Your Evolution API key for authentication.
Path Parameters
string
required
The name of your WhatsApp instance.
Query Parameters
string
required
The WhatsApp group JID. You can provide it with or without the
@g.us suffix (e.g., 120363123456789 or 120363123456789@g.us).Response
string
The WhatsApp JID of the group.
string
The group name.
string
The JID of who last changed the group subject.
number
Unix timestamp of when the subject was last changed.
number
Number of participants in the group.
number
Unix timestamp of when the group was created.
string
The JID of the group creator.
string
The group description.
string
Unique identifier for the current description.
string
The JID of who last changed the description.
number
Unix timestamp of when the description was last changed.
array
Array of group participants.
boolean
Whether the group is announcement-only (only admins can send messages).
boolean
Whether the group settings are restricted (only admins can change group info).
number
Disappearing messages duration in seconds (0 means disabled).
string
The group’s current invite code.
Usage Notes
You must be a member of the group to retrieve its information.