Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns information about your currently listed group.

entryData = C_LFGList.GetActiveEntryInfo()

Returns[]

entryData
LfgEntryData
Field Type Description
activityID number The activityID of the group. Use C_LFGList.GetActivityInfo(activityID) to get more information about the activity. This field is not present in Classic.
activityIDs Bc icon number[] List of activity IDs for the listed group. This field is exclusive to Classic.
requiredItemLevel number Item level requirement for applications. Returns 0 if no requirement is set.
requiredHonorLevel number
name string Protected string
comment string Protected string
voiceChat string Voice chat specified by group creator. Returns an empty string if no voice chat is specified.
duration number Expiration time of the group in seconds. Currently starts at 1800 seconds (30 minutes).
If no player joins the group within this time the group is delisted for inactivity.
autoAccept boolean If new applicants are automatically invited.
privateGroup boolean
questID number?
requiredDungeonScore number?
requiredPvpRating number?
playstyle Enum.LFGEntryPlaystyle?
isCrossFactionListing boolean Added in 9.2.5
Enum.LFGEntryPlaystyle
Value Field Description
0 None
1 Standard
2 Casual
3 Hardcore

Patch changes[]

Shadowlands Patch 9.2.5 (2022-05-31): Added isCrossFactionListing field.
Shadowlands Patch 9.1.5 (2021-11-02): Added requiredDungeonScore, requiredPvpRating, playstyle fields.
Battle for Azeroth Patch 8.1.0 (2018-12-11): Returns structured data.
Warlords of Draenor Patch 6.0.2 (2014-10-14): Added.

Advertisement