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.
Other Links
- RumbleMike's ValorantClientAPI
- Hidan's endpoint gist
- Many contributors in the Discord
- HenrikDev API — third-party Valorant API wrapper
- api.henrikdev.xyz/dashboard — register and manage your API key
- docs.henrikdev.xyz — full API documentation
- VALORANT API — static game data (agents, skins, maps, etc.)
- Official Public Content Catalog — static data zip updated each patch
- URL:
https://valorant.dyn.riotcdn.net/x/content-catalog/PublicContentCatalog-release-12.10.zip - Current branch:
release-12.10(fetched at build time from valorant-api.com/v1/version) - Riot developer docs
- URL:
- ContentTypeID / CapID / ItemTypeID Map