This README provides detailed information about the unofficial Valorant Champions Tour API, an API that provides general stats for agents, players, and maps.
- Method: GET
- Description: Get all the tournaments and its IDs grouped by the year
- Method: GET
- Description: Get the tournament and its ID based on either the name or the ID
- Parameters:
- identifier: The name or the ID (e.g., "Champions Tour Asia-Pacific: Last Chance Qualifier" or 560)
- Method: GET
- Description: Get all the tournaments grouped by the year and the stages
- Method: GET
- Description: Get all the maps and its IDs
- Method: GET
- Description: Get the map and its ID based on either the name or the ID
- Parameters:
- identifier: The name or the ID (e.g., "Bind" or 381)
- Method: GET
- Description: Get all the maps that were played grouped by the year and the stages
- Method: GET
- Description: Get all the players and their IDs
- Method: GET
- Description: Get the player and their ID based on either the name or the ID
- Parameters:
- identifier: The name or the ID (e.g., "MaKo" or 4462)
- Method: GET
- Description: Get the players and their IDs that are similar match to the name provided
- Parameters:
- identifier: The name or the ID (e.g., "Ma")
- Method: GET
- Description: Get all the teams and their IDs
- Method: GET
- Description: Get the team and their ID based on either the name or the ID
- Parameters:
- identifier: The name or the ID (e.g., "Cloud9" or 188)
- Method: GET
- Description: Get the teams and their IDs that are similar match to the name provided
- Parameters:
- identifier: The name (e.g., "Cloud9")
