Post Destiny 2 power to Discord when RSS matches
This query returns the connected player's current Destiny 2 power level for their selected character.
Developer info
- API endpoint slug
- destiny_2.current_power_level
- Runtime method
- performQuery("destiny_2.current_power_level"}
Query fields
Character Dropdown list
- Label
- Character
- Helper text
- Which character's power to surface, or 'Highest' for the top one across all characters.
- Slug
- character
- Required
- false
- Can have default value
- false
Ingredients
Character class Character class.
- Slug
- character_class
- Filter code
- Destiny2.currentPowerLevel.CharacterClass
- Type
- String
- Example
- Hunter
Power level Current power level (integer).
- Slug
- power_level
- Filter code
- Destiny2.currentPowerLevel.PowerLevel
- Type
- String
- Example
- 1815
Base level Base character level.
- Slug
- base_level
- Filter code
- Destiny2.currentPowerLevel.BaseLevel
- Type
- String
- Example
- 50
Emblem url Emblem icon URL.
- Slug
- emblem_url
- Filter code
- Destiny2.currentPowerLevel.EmblemUrl
- Type
- Image URL
- Example
- https://www.bungie.net/common/destiny2_content/icons/abc.jpg
Emblem background url Emblem background URL.
- Slug
- emblem_background_url
- Filter code
- Destiny2.currentPowerLevel.EmblemBackgroundUrl
- Type
- Image URL
- Example
- https://www.bungie.net/common/destiny2_content/icons/abc_background.jpg
Last played Last time character was played.
- Slug
- last_played
- Filter code
- Destiny2.currentPowerLevel.LastPlayed
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Minutes played this session Minutes played in the current Destiny 2 session (resets on logout/disconnect — Bungie does not expose a per-week counter).
- Slug
- minutes_played_this_session
- Filter code
- Destiny2.currentPowerLevel.MinutesPlayedThisSession
- Type
- String
- Example
- 47
Minutes played total Lifetime minutes played on this character.
- Slug
- minutes_played_total
- Filter code
- Destiny2.currentPowerLevel.MinutesPlayedTotal
- Type
- String
- Example
- 127845
