Valorant API Docs
unofficial · community maintainedThis site documents the Valorant API endpoints the client uses internally. These endpoints are not officially supported. Use common sense and you won't get banned.
Join the Discord: discord.gg/a9yzrw3KAm
Getting Started
The easiest way to explore the API is with a REST client like Insomnia.
- 01 Download Insomnia: insomnia.rest/downloadRecent versions require a Kong account. For an account-free fork see insomnium.
- 02
Add insomnia-plugin-valorant
Autocompletes auth info, lockfile data, player info. See github.com/techchrism/insomnia-plugin-valorant - 03
Right-click a request → "Generate Code" to get code in any language.
Investigating Endpoints
Endpoints are found in the ShooterGame log at
%LocalAppData%\VALORANT\Saved\Logs\ShooterGame.log
Use Valorant Log Endpoint Scraper to quickly export endpoints from the log.
Prior Work
- RumbleMike's ValorantClientAPI
- Hidan's endpoint gist
- Many contributors in the Discord