Sports
VLR.gg logo

VLR.gg API

vlr.gg

VLR.gg - Valorant esports schedules, results, scorecards, profiles, and brackets.

Actions
5
Category
Sports
Login
Not required
Output
JSON

Call the VLR.gg API

Submit a task, then poll the job until it settles. This example runs act_vlrgg_esports_homepage.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_vlrgg_esports_homepage",
    "params": {}
  }'

5 actions on vlr.gg

Read

  • Esports Homepage

    act_vlrgg_esports_homepageread1 credit / call

    Returns live and recent match cards plus featured events from the homepage.

  • Event Bracket Details

    act_vlrgg_event_detail_bracketread1 credit / call

    Returns event details with brackets, standings, participating teams, and match links.

    event_id
    string · required
    event_slug
    string · required
  • Event Matches Schedule

    act_vlrgg_event_matches_scheduleread1 credit / call

    Returns scheduled and completed matches for an event series with scores and scorecard links.

    event_id
    string · required
    event_slug
    string · required
    series_id
    string · required
  • Match Scorecard Details

    act_vlrgg_match_detail_scorecardread1 credit / call

    Returns a full match scorecard with map scores, round timeline, player stats, and team links.

    match_id
    string · required
    match_slug
    string · required
  • Team Profile

    act_vlrgg_team_profileread1 credit / call

    Returns a team profile with roster, rankings, recent match history, and player links.

    team_id
    string · required
    team_slug
    string · required

VLR.gg API questions

Is there an API for VLR.gg?
VLR.gg does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for vlr.gg. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape VLR.gg data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when vlr.gg changes its markup, Anakin updates the action.
Do I need a VLR.gg account?
No. Every VLR.gg action listed here runs anonymously — no account and no credentials required.
What does the VLR.gg API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Sports APIs

All Sports sites