ValorantClientAPI
ValorantClientAPI copied to clipboard
Information on Valorant's Private/In-Game API
New Endpoints and updated documentation are being added over time.
Community Developer Discord: https://discord.gg/a9yzrw3KAm
Valorant Client API
Research on Valorant's In-Game|In-Client API, All of the Information I currently have are provided within the Docs Folder.
PSA
- Please understand that Riot has their servers split up between regions, so each region has their own URL.
- (Listed below are the ones i know. If you know other regions id's please send a message over to me on discord 'RumbleMike#5406')
- All examples within Docs are directed to the NA Region.
| Region | URL |
|---|---|
| North America | https://pd.NA.a.pvp.net/ |
| Europe | https://pd.EU.a.pvp.net/ |
| Asia Pacific | https://pd.AP.a.pvp.net/ |
| Korea | https://pd.KO.a.pvp.net/ |
Authentication
Each API Request requires 2 Headers for authentication.
X-Riot-Entitlements-JWT & Authentication
Table of Contents
This is here to make your life easier, whenever there is a new addition it gets added here. (Categories will be added in the future.) Please check out Getting Started for an easy Python script that replicates RSO and provides your X-Riot-Entitlements-JWT & Authentication Token.
- Getting Started
- User API's
- Information API's
- Match Information APIs
- Match History
- Match Info | Coming Soon