Skip to content

Latest commit

 

History

History
88 lines (70 loc) · 4.4 KB

README.md

File metadata and controls

88 lines (70 loc) · 4.4 KB

unofficial-valorant-api (v.1.5.5)

Unofficial Valorant API by scraping data from the Valorant Tracker Network page

Status

See the current status of the API here: https://status.henrikdev.xyz/

Authentication and Rate Limits

All rate limits are the same for every endpoint, so in general you have 100 Requests every 2 Minutes. Your rate limit is based on your IP so you don't need an API Key for authentication. If you exceed rate limit you will get following JSON with 429 Status Code:

{
    "status": "429",
    "message": "You reached your Rate Limit, please try again later"
}

Documentation

The documention for the API is available under https://docs.henrikdev.xyz/valorant-api.html

Endpoints

  • The base url is https://api.henrikdev.xyz

  • Available regions: eu, ap, na, kr

  • Available countrycodes: en-us, en-gb, de-de, es-es, fr-fr, it-it, ru-ru, tr-tr, es-mx, ja-jp, ko-kr, pt-br

  • Available match endpoints are:

    • [Ingame] /valorant/v1/live-match/{name}/{tag}
    • [Ingame] /valorant/v2/match/{match-id}
    • [Ingame] /valorant/v3/matches/{region}/{name}/{tag} ⚠️
    • [Ingame] /valorant/v3/by-puuid/matches/{region}/{puuid} ⚠️
  • Available profile/player endpoints are:

    • [Ingame] /valorant/v1/puuid/{name}/{tag}
    • [Ingame] /valorant/v1/mmr/{region}/{name}/{tag}
    • [Ingame] /valorant/v2/mmr/{region}/{name}/{tag}
    • [Ingame] /valorant/v2/mmr/{region}/{name}/{tag}?filter={e2a2, e2a1, e1a3, e1a2, e1a1}
    • [Ingame] /valorant/v1/mmr-history/{region}/{name}/{tag}
    • [Ingame] /valorant/v1/by-puuid/mmr/{region}/{puuid}
  • Available utility endpoints are:

    • [Ingame] /valorant/v1/leaderboard/{region}
    • [Ingame] /valorant/v1/leaderboard/{region}?name={name}&tag={tag}
    • [Ingame] /valorant/v1/status/{region}
    • [Ingame] /valorant/v1/content
    • [Ingame] /valorant/v1/store-offers
    • [Ingame] /valorant/v1/store-featured
    • [Website] /valorant/v1/website/{countrycode}
    • [Website] /valorant/v1/website/{countrycode}?filter={game_updates, dev, esports, announcements}
  • Deprecated endpoints are:

    • [Tracker] /valorant/v1/profile/{name}/{tag} ❌
    • [Tracker] /valorant/v2/profile/{name}/{tag} ❌
    • [Tracker] /valorant/v2/profile/{name}/{tag}?filter={e2a2, e2a1, e1a3, e1a2, e1a1} ❌
    • [Tracker] /valorant/v1/matches/{name}/{tag} ❌
    • [Tracker] /valorant/v1/matches/{name}/{tag}?filter={competitive, deathmatch, spikerush, unrated} ❌
    • [Tracker] /valorant/v1/match/{match-id} ❌
    • [Tracker] /valorant/v1/rank/{name}/{tag} ❌
    • [Ingame] /valorant/v2/matches/{name}/{tag} ❌ [DEPRECATED BECAUSE OF ABUSING]
    • [Ingame] /valorant/v2/by-puuid/matches/{region}/{puuid} ❌ [DEPRECATED BECAUSE OF ABUSING]

⚠️== Beta | ❌ == Deprecated, will result in 410 Error

Projects using this API

Usage (Outdated)

  • ✅ 1000 Successful profile / mmr / matches / match / leaderboard / status requests
  • ✅ 2500 Successful profile / mmr / matches / leaderboard / status requests
  • ✅ 5000 Successful profile / mmr / leaderboard / status requests
  • ✅ 10000 Successful profile / mmr / leaderboard / status requests

Legal

This API isn't endorsed by Riot Games and doesn't reflect the views or opinions of Riot Games or anyone officially involved in producing or managing Riot Games properties. Riot Games, and all associated properties are trademarks or registered trademarks of Riot Games, Inc.

Contributors

Thanks to @liamcottle and @RumbleMike, without them the Ingame part of this API would be not available

Other Stuff

Also would be happy if you give the project a star and give credit when you use it. If you wanna help me to pay the windows server instance (5€ per month) to get data from the Ingame API or even the general server, you can help us over the donation link from my hoster: Link. Also if you are from Germany and want to support me on Twitch (Just for fun, no plan to get a real streamer any time soon), take a look at here

If you have any questions write on Discord: Henrik3#1451.