Access comprehensive Valorant game data through our fast and reliable REST API. Player accounts, match history, MMR rankings, leaderboards, and real-time server status.
GET
https://api.ugilabs.com/v1/account/TenZ/0505?api_key=YOUR_KEY
11+
API Endpoints
6
Regions Supported
<300ms
Avg Response Time
99.9%
Uptime
Built for developers who need reliable and fast access to Valorant game data.
Optimized caching system ensures rapid response times. Smart cache invalidation keeps your data fresh without sacrificing speed.
API key authentication, rate limiting, and automatic retry mechanisms ensure your application runs smoothly and securely.
Access player profiles, account levels, match history, competitive rankings, leaderboards, game content, and server status across all regions.
Support for all Valorant regions — Europe, North America, Asia Pacific, Korea, Brazil, and Latin America.
Complete API documentation with interactive playground, request examples, response schemas, and error code references.
Simple RESTful API design. Use query parameters or Authorization headers. Works with any language — JavaScript, Python, PHP, and more.
Explore our comprehensive set of API endpoints covering all aspects of Valorant game data.
Retrieve player account info, level, and card by Riot ID or PUUID.
/v1/account/{name}/{tag}
Get current competitive tier, rank, ELO, and account level.
/v1/mmr/{region}/{name}/{tag}
Track competitive ranking changes over the last 10 matches.
/v1/mmr-history/{region}/{name}/{tag}
Retrieve recent matches with detailed stats, scores, and results.
/v1/matches/{region}/{name}/{tag}
Full match data including all players, teams, rounds, and abilities.
/v1/match/{matchId}
Access regional competitive leaderboards with pagination and search.
/v1/leaderboard/{region}
Fetch agents, maps, weapons, seasons, and other in-game content.
/v1/content
Monitor Valorant server status, incidents, and maintenance updates.
/v1/status/{region}
Get started in minutes with our simple integration process.
Request an API key to authenticate your requests. Choose from Basic, Advanced, or Admin tiers based on your needs.
Send GET requests to our endpoints with your API key as a query parameter or Authorization header.
Use the JSON responses to power your Discord bots, websites, mobile apps, or any other Valorant-related project.
REQUEST
GET /v1/mmr/eu/TenZ/0505?api_key=VLAPI-xxxx-xxxx
RESPONSE
{
"status": 200,
"data": {
"name": "TenZ",
"tag": "0505",
"account_level": 312,
"current_data": {
"currenttierpatched": "Radiant",
"ranking_in_tier": 87,
"elo": 2787
}
}
}
Access Valorant data across all competitive regions worldwide.
Europe
eu
North America
na
Asia Pacific
ap
Korea
kr
Brazil
br
Latin America
latam
Explore our documentation, test endpoints in the interactive playground, and start building your Valorant application today.