Valorant Esports Data, Made Accessible

This is a fan-made, non-commercial hobby project. We are not affiliated with VLR.GG, Riot Games, or any official esports organizations. Data is scraped from publicly available pages on VLR.GG. Please respect the source website and its Terms of Service.

Why Choose This API?

Real-Time Data

Accesses publicly available esports data on-demand to provide you with the latest match results, news, and player statistics.

Developer-Friendly

Clean, predictable JSON responses and a simple, intuitive API design make integration easy.

Community-Driven

Built by fans for the community, with open-source code and transparent development.

Simple & Powerful Endpoints

Access Esports Data

Get detailed information about matches, events, players, news, and more with simple HTTP requests. Structured JSON responses make esports data easily accessible.

// Get the latest 5 matches
fetch('https://vlrgg.metehansenyer.tech/api/matches?status=completed&count=5')
  .then(response => response.json())
  .then(data => console.log(data));

Ready to Build?

Explore the API Docs