Stored Data

get

Get all stored matches on the server for this user

Authorizations
Path parameters
regionstring · enumRequired

Choose from ap, br, eu, kr, latam, na (br and latam will be internally converted to na)

Possible values:
namestringRequired
tagstringRequired
Query parameters
modestring · enumOptionalPossible values:
mapstring · enumOptionalPossible values:
pageintegerOptional

The page used in pagination (if this is used, the size query parameter also have to exist)

sizeintegerOptional

The amount of returned matches

Responses
200
Account details
application/json
get
GET /valorant/v1/stored-matches/{region}/{name}/{tag} HTTP/1.1
Host: api.henrikdev.xyz
Authorization: YOUR_API_KEY
Accept: */*
{
  "status": 1,
  "name": "text",
  "tag": "text",
  "results": {
    "total": 1,
    "returned": 1,
    "before": 1,
    "after": 1
  },
  "data": [
    {
      "meta": {
        "id": "text",
        "map": {
          "id": "text",
          "name": "text"
        },
        "version": "text",
        "mode": "text",
        "started_at": "text",
        "season": {
          "id": "text",
          "short": "text"
        },
        "region": "text",
        "cluster": "text"
      },
      "stats": {
        "puuid": "text",
        "team": "text",
        "level": 1,
        "character": {
          "id": "text",
          "name": "text"
        },
        "tier": 1,
        "score": 1,
        "kills": 1,
        "deaths": 1,
        "assists": 1,
        "shots": {
          "head": 1,
          "body": 1,
          "leg": 1
        },
        "damage": {
          "dealt": 1,
          "received": 1
        }
      },
      "teams": {
        "red": 1,
        "blue": 1
      }
    }
  ]
}
get

Get all stored mmr history entries from the server

Authorizations
Path parameters
regionstring · enumRequired

Choose from ap, br, eu, kr, latam, na (br and latam will be internally converted to na)

Possible values:
namestringRequired
tagstringRequired
Query parameters
pageintegerOptional

The page used in pagination (if this is used, the size query parameter also have to exist)

sizeintegerOptional

The amount of returned mmr changes

Responses
200
MMR History Data
application/json
get
GET /valorant/v1/stored-mmr-history/{region}/{name}/{tag} HTTP/1.1
Host: api.henrikdev.xyz
Authorization: YOUR_API_KEY
Accept: */*
{
  "status": 1,
  "name": "text",
  "tag": "text",
  "results": {
    "total": 1,
    "returned": 1,
    "before": 1,
    "after": 1
  },
  "data": [
    {
      "match_id": "123e4567-e89b-12d3-a456-426614174000",
      "tier": {
        "id": 1,
        "name": "Unrated"
      },
      "map": {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "name": "Ascent"
      },
      "season": {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "short": "e1a1"
      },
      "ranking_in_tier": 1,
      "last_mmr_change": 1,
      "elo": 1,
      "date": "2025-06-22T08:47:19.578Z"
    }
  ]
}
get

Get all stored mmr history entries from the server

Authorizations
Path parameters
regionstring · enumRequired

Choose from ap, br, eu, kr, latam, na (br and latam will be internally converted to na)

Possible values:
platformstring · enumRequiredPossible values:
namestringRequired

Name of the user

tagstringRequired

Tag of the user

Query parameters
pageintegerOptional

The page used in pagination (if this is used, the size query parameter also have to exist)

sizeintegerOptional

The amount of mmr changes

Responses
200
MMR History Data v2
application/json
get
GET /valorant/v2/stored-mmr-history/{region}/{platform}/{name}/{tag} HTTP/1.1
Host: api.henrikdev.xyz
Authorization: YOUR_API_KEY
Accept: */*
{
  "status": 1,
  "results": {
    "total": 1,
    "returned": 1,
    "before": 1,
    "after": 1
  },
  "data": [
    {
      "match_id": "123e4567-e89b-12d3-a456-426614174000",
      "tier": {
        "id": 1,
        "name": "Unrated"
      },
      "map": {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "name": "Ascent"
      },
      "season": {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "short": "e1a1"
      },
      "rr": 1,
      "last_change": 1,
      "elo": 1,
      "date": "2025-06-22T08:47:19.578Z"
    }
  ]
}
get

Get all stored matches on the server for this user

Authorizations
Path parameters
regionstring · enumRequired

Choose from ap, br, eu, kr, latam, na (br and latam will be internally converted to na)

Possible values:
puuidstringRequired

PUUID of the user

Query parameters
modestring · enumOptionalPossible values:
mapstring · enumOptionalPossible values:
pageintegerOptional

The page used in pagination (if this is used, the size query parameter also have to exist)

sizeintegerOptional

The amount of returned matches

Responses
200
Account details
application/json
get
GET /valorant/v1/by-puuid/stored-matches/{region}/{puuid} HTTP/1.1
Host: api.henrikdev.xyz
Authorization: YOUR_API_KEY
Accept: */*
{
  "status": 1,
  "name": "text",
  "tag": "text",
  "results": {
    "total": 1,
    "returned": 1,
    "before": 1,
    "after": 1
  },
  "data": [
    {
      "meta": {
        "id": "text",
        "map": {
          "id": "text",
          "name": "text"
        },
        "version": "text",
        "mode": "text",
        "started_at": "text",
        "season": {
          "id": "text",
          "short": "text"
        },
        "region": "text",
        "cluster": "text"
      },
      "stats": {
        "puuid": "text",
        "team": "text",
        "level": 1,
        "character": {
          "id": "text",
          "name": "text"
        },
        "tier": 1,
        "score": 1,
        "kills": 1,
        "deaths": 1,
        "assists": 1,
        "shots": {
          "head": 1,
          "body": 1,
          "leg": 1
        },
        "damage": {
          "dealt": 1,
          "received": 1
        }
      },
      "teams": {
        "red": 1,
        "blue": 1
      }
    }
  ]
}
get

Get all stored mmr history entries from the server

Authorizations
Path parameters
regionstring · enumRequired

Choose from ap, br, eu, kr, latam, na (br and latam will be internally converted to na)

Possible values:
puuidstringRequired

PUUID of the user

Query parameters
pageintegerOptional

The page used in pagination (if this is used, the size query parameter also have to exist)

sizeintegerOptional

The amount of mmr changes

Responses
200
MMR History Data
application/json
get
GET /valorant/v1/by-puuid/stored-mmr-history/{region}/{puuid} HTTP/1.1
Host: api.henrikdev.xyz
Authorization: YOUR_API_KEY
Accept: */*
{
  "status": 1,
  "name": "text",
  "tag": "text",
  "results": {
    "total": 1,
    "returned": 1,
    "before": 1,
    "after": 1
  },
  "data": [
    {
      "match_id": "123e4567-e89b-12d3-a456-426614174000",
      "tier": {
        "id": 1,
        "name": "Unrated"
      },
      "map": {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "name": "Ascent"
      },
      "season": {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "short": "e1a1"
      },
      "ranking_in_tier": 1,
      "last_mmr_change": 1,
      "elo": 1,
      "date": "2025-06-22T08:47:19.578Z"
    }
  ]
}
get

Get all stored mmr history entries from the server

Authorizations
Path parameters
regionstring · enumRequired

Choose from ap, br, eu, kr, latam, na (br and latam will be internally converted to na)

Possible values:
platformstring · enumRequiredPossible values:
puuidstringRequired

PUUID of the user

Query parameters
pageintegerOptional

The page used in pagination (if this is used, the size query parameter also have to exist)

sizeintegerOptional

The amount of mmr changes

Responses
200
MMR History Data v2
application/json
get
GET /valorant/v2/by-puuid/stored-mmr-history/{region}/{platform}/{puuid} HTTP/1.1
Host: api.henrikdev.xyz
Authorization: YOUR_API_KEY
Accept: */*
{
  "status": 1,
  "results": {
    "total": 1,
    "returned": 1,
    "before": 1,
    "after": 1
  },
  "data": [
    {
      "match_id": "123e4567-e89b-12d3-a456-426614174000",
      "tier": {
        "id": 1,
        "name": "Unrated"
      },
      "map": {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "name": "Ascent"
      },
      "season": {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "short": "e1a1"
      },
      "rr": 1,
      "last_change": 1,
      "elo": 1,
      "date": "2025-06-22T08:47:19.578Z"
    }
  ]
}

Last updated