API v1.0.4 — All Systems Operational

The Ultimate
Valorant Data API

Access comprehensive Valorant game data through our fast and reliable REST API. Player accounts, match history, MMR rankings, leaderboards, and real-time server status.

API Request
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

Why Choose ugiAPI?

Built for developers who need reliable and fast access to Valorant game data.

Lightning Fast

Optimized caching system ensures rapid response times. Smart cache invalidation keeps your data fresh without sacrificing speed.

Secure & Reliable

API key authentication, rate limiting, and automatic retry mechanisms ensure your application runs smoothly and securely.

Comprehensive Data

Access player profiles, account levels, match history, competitive rankings, leaderboards, game content, and server status across all regions.

Global Coverage

Support for all Valorant regions — Europe, North America, Asia Pacific, Korea, Brazil, and Latin America.

Well Documented

Complete API documentation with interactive playground, request examples, response schemas, and error code references.

Easy Integration

Simple RESTful API design. Use query parameters or Authorization headers. Works with any language — JavaScript, Python, PHP, and more.

Available Endpoints

Explore our comprehensive set of API endpoints covering all aspects of Valorant game data.

Account Lookup

Retrieve player account info, level, and card by Riot ID or PUUID.

/v1/account/{name}/{tag}

MMR & Ranking

Get current competitive tier, rank, ELO, and account level.

/v1/mmr/{region}/{name}/{tag}

MMR History

Track competitive ranking changes over the last 10 matches.

/v1/mmr-history/{region}/{name}/{tag}

Match History

Retrieve recent matches with detailed stats, scores, and results.

/v1/matches/{region}/{name}/{tag}

Match Details

Full match data including all players, teams, rounds, and abilities.

/v1/match/{matchId}

Leaderboard

Access regional competitive leaderboards with pagination and search.

/v1/leaderboard/{region}

Game Content

Fetch agents, maps, weapons, seasons, and other in-game content.

/v1/content

Server Status

Monitor Valorant server status, incidents, and maintenance updates.

/v1/status/{region}

How It Works

Get started in minutes with our simple integration process.

1

Get Your API Key

Request an API key to authenticate your requests. Choose from Basic, Advanced, or Admin tiers based on your needs.

2

Make API Calls

Send GET requests to our endpoints with your API key as a query parameter or Authorization header.

3

Build Your App

Use the JSON responses to power your Discord bots, websites, mobile apps, or any other Valorant-related project.

Quick Example

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
    }
  }
}

Supported Regions

Access Valorant data across all competitive regions worldwide.

Europe

eu

North America

na

Asia Pacific

ap

Korea

kr

Brazil

br

Latin America

latam

Ready to Get Started?

Explore our documentation, test endpoints in the interactive playground, and start building your Valorant application today.