Premier
Get leaderboard, search for teams, match history, metadata, seasons and conferences
Get details about a premier team
Premier Team Data
Request error by the client (missing query for example)
Forbidden to connect to the Riot API (mainly maintenance reasons on riot side like patches) or to the HenrikDev API itself because of bot prevention for example
The entity was not found (player/match/general data)
Timeout while fetching riot data
Endpoint is deprecated
Rate limit reached (can be global API limit which affects all users or just you, when the "x-ratelimit-remaining" header is 0 then it's a personal limit)
API Version not implemented, check the requested endpoint url
Riot API seems to be down, API unable to connect
GET /valorant/v1/premier/{team_name}/{team_tag} HTTP/1.1
Host: api.henrikdev.xyz
Authorization: YOUR_API_KEY
Accept: */*
{
"status": 1,
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"tag": "text",
"enrolled": true,
"stats": {
"wins": 1,
"matches": 1,
"losses": 1
},
"placement": {
"points": 1,
"conference": "text",
"division": 1,
"place": 1
},
"customization": {
"icon": "text",
"image": "text",
"primary": "text",
"secondary": "text",
"tertiary": "text"
},
"member": [
{
"puuid": "text",
"name": "text",
"tag": "text"
}
]
}
}
Get match history of a premier team
Premier Team History Data
Request error by the client (missing query for example)
Forbidden to connect to the Riot API (mainly maintenance reasons on riot side like patches) or to the HenrikDev API itself because of bot prevention for example
The entity was not found (player/match/general data)
Timeout while fetching riot data
Endpoint is deprecated
Rate limit reached (can be global API limit which affects all users or just you, when the "x-ratelimit-remaining" header is 0 then it's a personal limit)
API Version not implemented, check the requested endpoint url
Riot API seems to be down, API unable to connect
GET /valorant/v1/premier/{team_name}/{team_tag}/history HTTP/1.1
Host: api.henrikdev.xyz
Authorization: YOUR_API_KEY
Accept: */*
{
"status": 1,
"data": {
"league_matches": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"points_before": 1,
"points_after": 1,
"started_at": "2025-08-22T19:09:18.473Z"
}
]
}
}
Get details about a premier team
Premier Team Data
Request error by the client (missing query for example)
Forbidden to connect to the Riot API (mainly maintenance reasons on riot side like patches) or to the HenrikDev API itself because of bot prevention for example
The entity was not found (player/match/general data)
Timeout while fetching riot data
Endpoint is deprecated
Rate limit reached (can be global API limit which affects all users or just you, when the "x-ratelimit-remaining" header is 0 then it's a personal limit)
API Version not implemented, check the requested endpoint url
Riot API seems to be down, API unable to connect
GET /valorant/v1/premier/{team_id} HTTP/1.1
Host: api.henrikdev.xyz
Authorization: YOUR_API_KEY
Accept: */*
{
"status": 1,
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"tag": "text",
"enrolled": true,
"stats": {
"wins": 1,
"matches": 1,
"losses": 1
},
"placement": {
"points": 1,
"conference": "text",
"division": 1,
"place": 1
},
"customization": {
"icon": "text",
"image": "text",
"primary": "text",
"secondary": "text",
"tertiary": "text"
},
"member": [
{
"puuid": "text",
"name": "text",
"tag": "text"
}
]
}
}
Get match history of a premier team
Premier Team History Data
Request error by the client (missing query for example)
Forbidden to connect to the Riot API (mainly maintenance reasons on riot side like patches) or to the HenrikDev API itself because of bot prevention for example
The entity was not found (player/match/general data)
Timeout while fetching riot data
Endpoint is deprecated
Rate limit reached (can be global API limit which affects all users or just you, when the "x-ratelimit-remaining" header is 0 then it's a personal limit)
API Version not implemented, check the requested endpoint url
Riot API seems to be down, API unable to connect
GET /valorant/v1/premier/{team_id}/history HTTP/1.1
Host: api.henrikdev.xyz
Authorization: YOUR_API_KEY
Accept: */*
{
"status": 1,
"data": {
"league_matches": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"points_before": 1,
"points_after": 1,
"started_at": "2025-08-22T19:09:18.473Z"
}
]
}
}
Search for current active premier teams
Partial Premier Team Data
Request error by the client (missing query for example)
Forbidden to connect to the Riot API (mainly maintenance reasons on riot side like patches) or to the HenrikDev API itself because of bot prevention for example
The entity was not found (player/match/general data)
Timeout while fetching riot data
Endpoint is deprecated
Rate limit reached (can be global API limit which affects all users or just you, when the "x-ratelimit-remaining" header is 0 then it's a personal limit)
API Version not implemented, check the requested endpoint url
Riot API seems to be down, API unable to connect
GET /valorant/v1/premier/search HTTP/1.1
Host: api.henrikdev.xyz
Authorization: YOUR_API_KEY
Accept: */*
{
"status": 1,
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"tag": "text",
"conference": "EU_CENTRAL_EAST",
"division": 1,
"affinity": "eu",
"region": "eu",
"losses": 1,
"wins": 1,
"score": 1,
"ranking": 1,
"customization": {
"icon": "text",
"image": "text",
"primary": "text",
"secondary": "text",
"tertiary": "text"
}
}
]
}
Get a list of all premier conferences
Conference Data
Request error by the client (missing query for example)
Forbidden to connect to the Riot API (mainly maintenance reasons on riot side like patches) or to the HenrikDev API itself because of bot prevention for example
The entity was not found (player/match/general data)
Timeout while fetching riot data
Endpoint is deprecated
Rate limit reached (can be global API limit which affects all users or just you, when the "x-ratelimit-remaining" header is 0 then it's a personal limit)
API Version not implemented, check the requested endpoint url
Riot API seems to be down, API unable to connect
GET /valorant/v1/premier/conferences HTTP/1.1
Host: api.henrikdev.xyz
Authorization: YOUR_API_KEY
Accept: */*
{
"status": 1,
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"affinity": "eu",
"pods": [
{
"pod": "text",
"name": "text"
}
],
"region": "eu",
"timezone": "text",
"name": "EU_CENTRAL_EAST",
"icon": "text"
}
]
}
Get a list of all premier seasons
Permier Seasons Data
Request error by the client (missing query for example)
Forbidden to connect to the Riot API (mainly maintenance reasons on riot side like patches) or to the HenrikDev API itself because of bot prevention for example
The entity was not found (player/match/general data)
Timeout while fetching riot data
Endpoint is deprecated
Rate limit reached (can be global API limit which affects all users or just you, when the "x-ratelimit-remaining" header is 0 then it's a personal limit)
API Version not implemented, check the requested endpoint url
Riot API seems to be down, API unable to connect
GET /valorant/v1/premier/seasons/{region} HTTP/1.1
Host: api.henrikdev.xyz
Authorization: YOUR_API_KEY
Accept: */*
{
"status": 1,
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"championship_event_id": "123e4567-e89b-12d3-a456-426614174000",
"championship_points_required": 1,
"starts_at": "2025-08-22T19:09:18.473Z",
"ends_at": "2025-08-22T19:09:18.473Z",
"enrollment_starts_at": "2025-08-22T19:09:18.473Z",
"enrollment_ends_at": "2025-08-22T19:09:18.473Z",
"events": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "LEAGUE",
"starts_at": "2025-08-22T19:09:18.473Z",
"ends_at": "2025-08-22T19:09:18.473Z",
"conference_schedules": [
{
"conference": "EU_CENTRAL_EAST",
"starts_at": "2025-08-22T19:09:18.473Z",
"ends_at": "2025-08-22T19:09:18.473Z"
}
],
"map_selection": {
"type": "RANDOM",
"maps": [
{
"name": "Ascent",
"id": "123e4567-e89b-12d3-a456-426614174000"
}
]
},
"points_required_to_participate": 1
}
],
"scheduled_events": [
{
"event_id": "123e4567-e89b-12d3-a456-426614174000",
"conference": "EU_CENTRAL_EAST",
"starts_at": "2025-08-22T19:09:18.473Z",
"ends_at": "2025-08-22T19:09:18.473Z"
}
]
}
]
}
Get a combined leaderboard in the affinity, sorted by div and ranking
Partial Premier Team Data
Request error by the client (missing query for example)
Forbidden to connect to the Riot API (mainly maintenance reasons on riot side like patches) or to the HenrikDev API itself because of bot prevention for example
The entity was not found (player/match/general data)
Timeout while fetching riot data
Endpoint is deprecated
Rate limit reached (can be global API limit which affects all users or just you, when the "x-ratelimit-remaining" header is 0 then it's a personal limit)
API Version not implemented, check the requested endpoint url
Riot API seems to be down, API unable to connect
GET /valorant/v1/premier/leaderboard/{region} HTTP/1.1
Host: api.henrikdev.xyz
Authorization: YOUR_API_KEY
Accept: */*
{
"status": 1,
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"tag": "text",
"conference": "EU_CENTRAL_EAST",
"division": 1,
"affinity": "eu",
"region": "eu",
"losses": 1,
"wins": 1,
"score": 1,
"ranking": 1,
"customization": {
"icon": "text",
"image": "text",
"primary": "text",
"secondary": "text",
"tertiary": "text"
}
}
]
}
Get a combined leaderboard in the conference, sorted by div and ranking
Partial Premier Team Data
Request error by the client (missing query for example)
Forbidden to connect to the Riot API (mainly maintenance reasons on riot side like patches) or to the HenrikDev API itself because of bot prevention for example
The entity was not found (player/match/general data)
Timeout while fetching riot data
Endpoint is deprecated
Rate limit reached (can be global API limit which affects all users or just you, when the "x-ratelimit-remaining" header is 0 then it's a personal limit)
API Version not implemented, check the requested endpoint url
Riot API seems to be down, API unable to connect
GET /valorant/v1/premier/leaderboard/{region}/{conference} HTTP/1.1
Host: api.henrikdev.xyz
Authorization: YOUR_API_KEY
Accept: */*
{
"status": 1,
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"tag": "text",
"conference": "EU_CENTRAL_EAST",
"division": 1,
"affinity": "eu",
"region": "eu",
"losses": 1,
"wins": 1,
"score": 1,
"ranking": 1,
"customization": {
"icon": "text",
"image": "text",
"primary": "text",
"secondary": "text",
"tertiary": "text"
}
}
]
}
Get a combined leaderboard in the conference, sorted by ranking in that div
Partial Premier Team Data
Request error by the client (missing query for example)
Forbidden to connect to the Riot API (mainly maintenance reasons on riot side like patches) or to the HenrikDev API itself because of bot prevention for example
The entity was not found (player/match/general data)
Timeout while fetching riot data
Endpoint is deprecated
Rate limit reached (can be global API limit which affects all users or just you, when the "x-ratelimit-remaining" header is 0 then it's a personal limit)
API Version not implemented, check the requested endpoint url
Riot API seems to be down, API unable to connect
GET /valorant/v1/premier/leaderboard/{region}/{conference}/{division} HTTP/1.1
Host: api.henrikdev.xyz
Authorization: YOUR_API_KEY
Accept: */*
{
"status": 1,
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"tag": "text",
"conference": "EU_CENTRAL_EAST",
"division": 1,
"affinity": "eu",
"region": "eu",
"losses": 1,
"wins": 1,
"score": 1,
"ranking": 1,
"customization": {
"icon": "text",
"image": "text",
"primary": "text",
"secondary": "text",
"tertiary": "text"
}
}
]
}
Last updated