Get full metadata for a group from a JID, code, or invite link
Auth:Documentation Index
Fetch the complete documentation index at: https://docs.ryzeapi.cloud/llms.txt
Use this file to discover all available pages before exploring further.
TokenAccount or TokenInstance • Rate-limit: Global (100/min) • Idempotent: yes
GroupDetail: name, description, picture, invite link, creator, list of participants (with lid), permissions, and metadata (who changed name / description). Accepts the identifier in any format, JID, invite code, or link.
120363406289005073@g.us in identifier. By default, the response includes the full participant list.
https://chat.whatsapp.com/ABC123XYZ. The service extracts the code, discovers the JID, and returns the same data as the JID lookup.
participants=false to the query to receive only the group’s metadata, without the member list. Useful when you only need the name / description / permissions in large groups.
GroupDetail: metadata (name, description, image, inviteLink, createdBy, createdAt), the participants list (only present when participants=true, with lid for cross-device correlation), resolved groupSettings, and metadata containing authorship for the latest name/description changes. The URL in image is signed by WhatsApp and expires in ~1h.
TokenAccount or TokenInstance.@g.us, invite code (ABC123XYZ), or full link (https://chat.whatsapp.com/ABC123XYZ).false, omits the participant list (lighter response).lid field corresponds to whatsmeow’s “lite” identifier for the user; useful for correlating messages sent from other devices.image is temporary (signed by WhatsApp; valid for ~1h).| HTTP | Message |
|---|---|
| 400 | The 'identifier' query parameter is required (can be group JID, invite code, or invite link) |
| 400 | failed to resolve group from identifier (not a valid JID, code, or link) |
| 404 | Group not found or you are not a member of this group |