Valorant Games Schedule
This endpoint shows the Valorant games of the current day (obtained from https://vlr.gg). Games and scores are updated automatically.
How to use this endpoint on StreamElements
$(touser) ► $(customapi./api/valorant/schedule?channel=$(channel)&id=LEAGUE_ID)
How to get the League ID
In order to get the League ID, go to https://vlr.gg/events and click on the league you want to use. You will find the League ID in the URL of the page, right after the /event/ part.
As an example, we can use the Esports World Cup 2025, which we can find at https://www.vlr.gg/event/2449/esports-world-cup-2025.
The League ID is 2449, so the code would be:
$(touser) ► $(customapi./api/valorant/schedule?channel=$(channel)&id=2449)
Optional parameters
There are 3 optional parameters you can use to customize the response:
&msg
- Message to be shown when there are no games. Available variables:(league)
.&type
- Type of response. Available values:json / text
&series_id
- If the league has many stages/series, you can filter the games at a stage/series. Choose the stages/series from the drop-down menu on the event page and theseries_id
will be available in the URL.
Test the command
Select the league you want to use and click on Show response button to check the response: