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

What is venueType in Central Data?

Article 3760000, Status: VALIUDATED

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
  • Sky's The Limit - Cloud9 x JetBrains Hackathon
+ More

Table of Contents

❓ Issue/Question 🖥️ Environment/Context 👌 Resolution/Answer

❓ Issue/Question

  • What is venueType in Central Data?
  • What does venueType: LAN, ONLINE, or HYBRID mean on a tournament?
  • How do I filter tournaments by whether they are played online or at a physical location?

🖥️ Environment/Context

  • Central Data

👌 Resolution/Answer

  • venueType is a field on the tournament object. It tells you where the tournament is played.
Value Meaning
ONLINE Entirely online.
LAN Entirely at a physical location.
HYBRID Has both online and LAN phases.
UNKNOWN Not specified.
  • To filter tournaments by venue, use the venueType filter on the tournaments query. Example to get all tournaments with at least one LAN phase
query GetTournamentsPlayedAtPhysicalLocation {
  tournaments(
    first: 50
    filter: {
      venueType: [HYBRID, LAN]
    }
  ) {
    edges {
      node {
        id
        name
        venueType
      }
    }
  }
}

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?
  • What's the difference between actor-destroyed-target and actor-completed-destroy[target] events in the Series Events API?
  • Why is netWorth on GRID's API different from the net worth (total gold) value on the broadcast? (LoL)
Privacy Policy
Esports Players Privacy Notice
Imprint
Careers
GRID® 2022 | All Rights Reserved
Expand