### Get VALORANT Content Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Retrieves general content information for VALORANT, such as available maps, modes, and other game data. This is part of the v1 API. ```HTTP GET /valorant/v1/content ``` -------------------------------- ### Get VALORANT Store Featured Items Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Retrieves featured items available in the VALORANT in-game store. Supports v1 and v2 API versions. ```HTTP GET /valorant/v1/store-featured ``` ```HTTP GET /valorant/v2/store-featured ``` -------------------------------- ### Get VALORANT Account by PUUID Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Retrieves VALORANT account information using the player's PUUID. Supports both v1 and v2 versions of the API. ```HTTP GET /valorant/v1/by-puuid/account/{puuid} ``` ```HTTP GET /valorant/v2/by-puuid/account/{puuid} ``` -------------------------------- ### Get VALORANT Version Information Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Retrieves version information for VALORANT in a specified region. This endpoint is part of the v1 API. ```HTTP GET /valorant/v1/version/{region} ``` -------------------------------- ### Get VALORANT Account by Name and Tag Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Retrieves VALORANT account information using the player's name and tag. This endpoint is part of the v1 API. ```HTTP GET /valorant/v1/account/{name}/{tag} ``` -------------------------------- ### Get VALORANT Esports Schedule Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Retrieves the schedule for VALORANT esports events. This endpoint is part of the v1 API. ```HTTP GET /valorant/v1/esports/schedule ``` -------------------------------- ### Get VALORANT Premier Season Data Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Retrieves VALORANT Premier season information, including conferences, event types, and leaderboards. Supports v1 API. ```HTTP GET /valorant/v1/premier/conferences ``` ```HTTP GET /valorant/v1/premier/seasons/{region} ``` ```HTTP GET /valorant/v1/premier/leaderboard/{region} ``` ```HTTP GET /valorant/v1/premier/leaderboard/{region}/{conference} ``` ```HTTP GET /valorant/v1/premier/leaderboard/{region}/{conference}/{division} ``` -------------------------------- ### Get VALORANT Stored Matches by PUUID Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Retrieves stored match data for a VALORANT player using their PUUID. This endpoint is part of the v1 API. ```HTTP GET /valorant/v1/by-puuid/stored-matches/{region}/{puuid} ``` -------------------------------- ### Get VALORANT Matches by Name and Tag Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Retrieves VALORANT match details using the player's name and tag. Supports different regions and platforms across v3 and v4 API versions. ```HTTP GET /valorant/v3/matches/{region}/{name}/{tag} ``` ```HTTP GET /valorant/v4/matches/{region}/{platform}/{name}/{tag} ``` -------------------------------- ### Get VALORANT Status Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Retrieves the overall status of VALORANT services for a given region. This endpoint is part of the v1 API. ```HTTP GET /valorant/v1/status/{region} ``` -------------------------------- ### Get VALORANT Matches by PUUID Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Fetches VALORANT match history for a player using their PUUID. Supports different regions and platforms across v3 and v4 API versions. ```HTTP GET /valorant/v3/by-puuid/matches/{region}/{puuid} ``` ```HTTP GET /valorant/v4/by-puuid/matches/{region}/{platform}/{puuid} ``` -------------------------------- ### Get VALORANT Leaderboard Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Fetches the VALORANT leaderboard data for a specified region. Supports different API versions (v1, v2, v3) and platform filtering. ```HTTP GET /valorant/v1/leaderboard/{region} ``` ```HTTP GET /valorant/v2/leaderboard/{region} ``` ```HTTP GET /valorant/v3/leaderboard/{region}/{platform} ``` -------------------------------- ### Get VALORANT Website Data by Country Code Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Retrieves VALORANT website data based on a provided country code. This endpoint is part of the v1 API. ```HTTP GET /valorant/v1/website/{countrycode} ``` -------------------------------- ### Get VALORANT Stored Matches by Name and Tag Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Retrieves stored match data for a VALORANT player using their name and tag. This endpoint is part of the v1 API. ```HTTP GET /valorant/v1/stored-matches/{region}/{name}/{tag} ``` -------------------------------- ### Get VALORANT Queue Status Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Retrieves the current queue status for VALORANT in a specified region. This endpoint is part of the v1 API. ```HTTP GET /valorant/v1/queue-status/{region} ``` -------------------------------- ### Get VALORANT MMR History by PUUID Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Fetches the MMR history for a VALORANT player using their PUUID. Supports v1 and v2 API versions, including platform-specific data. ```HTTP GET /valorant/v1/by-puuid/mmr-history/{region}/{puuid} ``` ```HTTP GET /valorant/v2/by-puuid/mmr-history/{region}/{platform}/{puuid} ``` -------------------------------- ### Get VALORANT MMR by Name and Tag Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Retrieves VALORANT MMR data for a player using their name and tag. Supports multiple API versions (v1, v2, v3) and includes platform-specific endpoints. ```HTTP GET /valorant/v1/mmr/{region}/{name}/{tag} ``` ```HTTP GET /valorant/v2/mmr/{region}/{name}/{tag} ``` ```HTTP GET /valorant/v3/mmr/{region}/{platform}/{name}/{tag} ``` -------------------------------- ### Get VALORANT MMR History by Name and Tag Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Fetches the MMR history for a VALORANT player using their name and tag. Supports v1 and v2 API versions, including platform-specific data. ```HTTP GET /valorant/v1/mmr-history/{region}/{name}/{tag} ``` ```HTTP GET /valorant/v2/mmr-history/{region}/{platform}/{name}/{tag} ``` -------------------------------- ### Get VALORANT Stored MMR History by PUUID Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Fetches stored MMR history for a VALORANT player using their PUUID. Supports v1 and v2 API versions, including platform-specific data. ```HTTP GET /valorant/v1/by-puuid/stored-mmr-history/{region}/{puuid} ``` ```HTTP GET /valorant/v2/by-puuid/stored-mmr-history/{region}/{platform}/{puuid} ``` -------------------------------- ### Get VALORANT MMR by PUUID Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Retrieves VALORANT Match Making Rating (MMR) data for a player using their PUUID. Supports multiple API versions (v1, v2, v3) and includes platform-specific endpoints. ```HTTP GET /valorant/v1/by-puuid/mmr/{region}/{puuid} ``` ```HTTP GET /valorant/v2/by-puuid/mmr/{region}/{puuid} ``` ```HTTP GET /valorant/v3/by-puuid/mmr/{region}/{platform}/{puuid} ``` -------------------------------- ### Get VALORANT Match by Match ID Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Fetches details for a specific VALORANT match using its unique match ID. Supports v2 and v4 API versions, with v4 including region and platform information. ```HTTP GET /valorant/v2/match/{matchid} ``` ```HTTP GET /valorant/v4/match/{region}/{matchid} ``` -------------------------------- ### Get VALORANT Stored MMR History by Name and Tag Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Fetches stored MMR history for a VALORANT player using their name and tag. Supports v1 and v2 API versions, including platform-specific data. ```HTTP GET /valorant/v1/stored-mmr-history/{region}/{name}/{tag} ``` ```HTTP GET /valorant/v2/stored-mmr-history/{region}/{platform}/{name}/{tag} ``` -------------------------------- ### Manage VALORANT Premier Team Data Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Provides endpoints for managing VALORANT Premier team data, including retrieving team information, history, and search functionality. Supports v1 API. ```HTTP GET /valorant/v1/premier/{team_name}/{team_tag} ``` ```HTTP GET /valorant/v1/premier/{team_name}/{team_tag}/history ``` ```HTTP GET /valorant/v1/premier/{team_id} ``` ```HTTP GET /valorant/v1/premier/{team_id}/history ``` ```HTTP GET /valorant/v1/premier/search ``` -------------------------------- ### Submit Raw VALORANT Data Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Allows submission of raw VALORANT data via a POST request. This endpoint is part of the v1 API. ```HTTP POST /valorant/v1/raw ``` -------------------------------- ### Generate VALORANT Crosshair Source: https://app.swaggerhub.com/apis-docs/Henrik-3/HenrikDev-API/4.2.1/index Provides functionality to generate a VALORANT crosshair. This endpoint is part of the v1 API. ```HTTP GET /valorant/v1/crosshair/generate ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.