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.
Accesses publicly available esports data on-demand to provide you with the latest match results, news, and player statistics.
Clean, predictable JSON responses and a simple, intuitive API design make integration easy.
Built by fans for the community, with open-source code and transparent development.
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));