Log World of Warcraft character profiles to Google Sheets
This Query returns the current profile summary for the WoW character you specify, including level, class, race, item level, and realm.
Developer info
- API endpoint slug
- world_of_warcraft.look_up_character_profile
- Runtime method
- performQuery("world_of_warcraft.look_up_character_profile"}
Query fields
Character Dropdown list
- Label
- Character
- Helper text
- Which character's profile to fetch.
- Slug
- character
- Required
- true
- Can have default value
- false
Ingredients
Character name Character name
- Slug
- character_name
- Filter code
- WorldOfWarcraft.lookUpCharacterProfile.CharacterName
- Type
- String
- Example
- Stalwart
Character level Character level
- Slug
- character_level
- Filter code
- WorldOfWarcraft.lookUpCharacterProfile.CharacterLevel
- Type
- String
- Example
- 80
Character class Character class
- Slug
- character_class
- Filter code
- WorldOfWarcraft.lookUpCharacterProfile.CharacterClass
- Type
- String
- Example
- Death Knight
Character race Character race
- Slug
- character_race
- Filter code
- WorldOfWarcraft.lookUpCharacterProfile.CharacterRace
- Type
- String
- Example
- Worgen
Active spec Active specialization
- Slug
- active_spec
- Filter code
- WorldOfWarcraft.lookUpCharacterProfile.ActiveSpec
- Type
- String
- Example
- Frost
Realm name Realm slug
- Slug
- realm_name
- Filter code
- WorldOfWarcraft.lookUpCharacterProfile.RealmName
- Type
- String
- Example
- stormrage
Faction Faction (Alliance/Horde)
- Slug
- faction
- Filter code
- WorldOfWarcraft.lookUpCharacterProfile.Faction
- Type
- String
- Example
- Alliance
Equipped item level Equipped item level
- Slug
- equipped_item_level
- Filter code
- WorldOfWarcraft.lookUpCharacterProfile.EquippedItemLevel
- Type
- String
- Example
- 634
Average item level Average (bag-included) item level
- Slug
- average_item_level
- Filter code
- WorldOfWarcraft.lookUpCharacterProfile.AverageItemLevel
- Type
- String
- Example
- 635
Last login timestamp Last login timestamp
- Slug
- last_login_timestamp
- Filter code
- WorldOfWarcraft.lookUpCharacterProfile.LastLoginTimestamp
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Guild Guild name (empty if guildless)
- Slug
- guild
- Filter code
- WorldOfWarcraft.lookUpCharacterProfile.Guild
- Type
- String
- Example
- Pump Squad
Armory url Battle.net Armory URL
- Slug
- armory_url
- Filter code
- WorldOfWarcraft.lookUpCharacterProfile.ArmoryUrl
- Type
- Web URL
- Example
- https://worldofwarcraft.blizzard.com/en-us/character/us/stormrage/stalwart
