StatsVLR API Docs
A documentation for the unofficial valorant API to fetch stats from vlr.gg.
Introduction
This Valorant Esports API is a user-friendly tool that allows you to extract data from the website vlr.gg. With this API, you can easily access real-time information about Valorant esports, including match results, player profiles, team details, and more. Stay informed about the latest events and statistics in the world of Valorant esports using this convenient and reliable API.
📚 API Endpoints
The following are the main endpoints provided by the API:
GET /api/v1/players
: Retrieve information about all players.GET /api/v1/players/{player_id}
: Retrieve information about a specific player.GET /api/v1/teams
: Retrieve information about all teams.GET /api/v1/teams/{team_id}
: Retrieve information about a specific team.GET /api/v1/events
: Retrieve information about all events.GET /api/v1/matches
: Retrieve information about upcoming matches or matches being played.GET /api/v1/results
: Retrieve information about past match results.