# Valaw ## Docs - [Get Active Shard](https://valaw.madebyjet.dev/api-reference/account/get-active-shard.md): Retrieve the active game shard for a player - [Get Account by Access Token](https://valaw.madebyjet.dev/api-reference/account/get-by-access-token.md): Retrieve account information for the authenticated user using an RSO access token - [Get Account by PUUID](https://valaw.madebyjet.dev/api-reference/account/get-by-puuid.md): Retrieve account information using a player's PUUID - [Get Account by Riot ID](https://valaw.madebyjet.dev/api-reference/account/get-by-riot-id.md): Retrieve account information using a player's Riot ID (gameName#tagLine) - [Client](https://valaw.madebyjet.dev/api-reference/client.md): The main client used to interact with the VALORANT API. - [Get Console Leaderboard](https://valaw.madebyjet.dev/api-reference/console/get-console-leaderboard.md): Get the console competitive leaderboard for an act - [Get Console Match](https://valaw.madebyjet.dev/api-reference/console/get-console-match.md): Get full console match details by match ID - [Get Console Matchlist](https://valaw.madebyjet.dev/api-reference/console/get-console-matchlist.md): Get match history for a console player by PUUID - [Get Console Recent Matches](https://valaw.madebyjet.dev/api-reference/console/get-console-recent.md): Get recently completed console match IDs for a queue - [Get Content](https://valaw.madebyjet.dev/api-reference/content/get-content.md): Get VALORANT game content, optionally filtered by locale - [Exceptions](https://valaw.madebyjet.dev/api-reference/exceptions.md): Exceptions raised by the valaw client. - [Get Match](https://valaw.madebyjet.dev/api-reference/match/get-match.md): Get full match details by match ID - [Get Matchlist](https://valaw.madebyjet.dev/api-reference/match/get-matchlist.md): Get match history for a player by PUUID - [Get Recent Matches](https://valaw.madebyjet.dev/api-reference/match/get-recent.md): Get recently completed match IDs for a queue - [Account Objects](https://valaw.madebyjet.dev/api-reference/objects/account-objects.md): Data objects returned by account-related methods - [Content Objects](https://valaw.madebyjet.dev/api-reference/objects/content-objects.md): Data objects returned by the content method - [Match Objects](https://valaw.madebyjet.dev/api-reference/objects/match-objects.md): Data objects returned by match-related methods - [Ranked Objects](https://valaw.madebyjet.dev/api-reference/objects/ranked-objects.md): Data objects returned by ranked and leaderboard methods - [Status Objects](https://valaw.madebyjet.dev/api-reference/objects/status-objects.md): Data objects returned by the platform status method - [Get Leaderboard](https://valaw.madebyjet.dev/api-reference/ranked/get-leaderboard.md): Get the competitive leaderboard for an act - [Create RSO Link](https://valaw.madebyjet.dev/api-reference/rso/create-rso-link.md): Construct a Riot Sign-On (RSO) OAuth authorization URL - [Get Platform Data](https://valaw.madebyjet.dev/api-reference/status/get-platform-data.md): Get VALORANT platform status for a region - [Console support](https://valaw.madebyjet.dev/examples/console-support.md): Access VALORANT console data for PlayStation and Xbox platforms - [Leaderboard](https://valaw.madebyjet.dev/examples/leaderboard.md): Fetch and display competitive leaderboard rankings - [Match history](https://valaw.madebyjet.dev/examples/match-history.md): Retrieve and display a player's match history - [Player stats](https://valaw.madebyjet.dev/examples/player-stats.md): Calculate and analyze player statistics from match data - [Glossary](https://valaw.madebyjet.dev/glossary.md): Definitions for common terms used throughout the valaw documentation - [Authentication](https://valaw.madebyjet.dev/guides/authentication.md): Learn how to authenticate with the Riot Games API using Valaw - [Error handling](https://valaw.madebyjet.dev/guides/error-handling.md): Handle exceptions raised by Valaw - [Rate limits](https://valaw.madebyjet.dev/guides/rate-limits.md): Understand and manage Riot API rate limits - [Raw data mode](https://valaw.madebyjet.dev/guides/raw-data.md): Return raw JSON dicts instead of typed objects - [Installation](https://valaw.madebyjet.dev/installation.md): Install Valaw using pip or uv - [Introduction](https://valaw.madebyjet.dev/introduction.md): Fast, typed, async Python wrapper for the official VALORANT API - [Quickstart](https://valaw.madebyjet.dev/quickstart.md): Get up and running with Valaw ## OpenAPI Specs - [openapi](https://valaw.madebyjet.dev/api-reference/openapi.json)