Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Contact Us
  • Home
  • Client Help

How do I get orb and ultimate info?

Article 2953445, Status: VALIDATED

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Client Help
+ More

Table of Contents

❓Issue/Question 💻Environment/Context 👌Resolution/Answer

❓Issue/Question

  • There is no Orb or Ultimate related information in Series Events.
  • Where can I see if an ultimate is ready to be used?
  • Where can I see how many charges there are for an ultimate?
  • Where can I see how many orbs a player has?

💻Environment/Context

  • Series Events, Series State
  • Valorant

👌Resolution/Answer

You can get this information by querying Series State. It is available on GamePlayeStateValorant. 

Example query:

query SeriesState {
    seriesState(id: 6) {
        games {
            teams {
                players {
                    ... on GamePlayerStateValorant {
                        name
                        abilities {
                            name
                            ready
                            charges
                        }
                    }
                }
            }
        }
    }
}

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • How to handle rolling starts in Series Events?
  • Can I get a list of series that are currently live?
  • What are the rate limits for our products?
Privacy Policy
Esports Players Privacy Notice
Imprint
Careers
GRID® 2022 | All Rights Reserved
Expand