Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Needs summary.

searchResultData = C_LFGList.GetSearchResultInfo(searchResultID)

Arguments[]

searchResultID
number

Returns[]

API C LFGList
searchResultData
LfgSearchResultData
Field Type Description
searchResultID number
activityID number Activity ID for the found group. This field is not present in Classic.
activityIDs Bc icon number[] List of activity IDs for the found group. This field is exclusive to Classic.
leaderName string?
name string Protected string
comment string Protected string
voiceChat string
requiredItemLevel number
requiredHonorLevel number
hasSelf boolean Added in 10.0.0
numMembers number
numBNetFriends number
numCharFriends number
numGuildMates number
isDelisted boolean
autoAccept boolean
isWarMode boolean
age number
questID number?
leaderOverallDungeonScore number?
leaderDungeonScoreInfo BestDungeonScoreMapInfo?
leaderPvpRatingInfo PvpRatingInfo?
requiredDungeonScore number?
requiredPvpRating number?
playstyle Enum.LFGEntryPlaystyle?
crossFactionListing boolean? Added in 9.2.5
leaderFactionGroup number Added in 9.2.5
BestDungeonScoreMapInfo
Field Type Description
mapScore number
mapName string
bestRunLevel number
finishedSuccess boolean
PvpRatingInfo
Field Type Description
bracket number
rating number
activityName string
tier number
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, leaderFactionGroup fields.
Shadowlands Patch 9.1.5 (2021-11-02): Added leaderPvpRatingInfo, requiredDungeonScore, requiredPvpRating, playstyle fields.
Shadowlands Patch 9.1.0 (2021-06-29): Added isWarMode, leaderOverallDungeonScore, leaderDungeonScoreInfo 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