GET_getPlatformData

  • Riot Documentation

  • API URL:

    https://{region}.api.riotgames.com/val/status/v1/platform-data
    

Description

Get VALORANT status for the given platform.

async def GET_getPlatformData(self, region: str) -> dict:

Arguments

Examples

Basic example (Just required arguments)

import valaw

client = valaw.Client("riot_api_token", "cluster")

async def func():
    status_data = await client.GET_getPlatformData("region")