This 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.

  1. 01
    Download Insomnia: insomnia.rest/download
    Recent versions require a Kong account. For an account-free fork see insomnium.
  2. 02
    Add insomnia-plugin-valorant
    Autocompletes auth info, lockfile data, player info. See github.com/techchrism/insomnia-plugin-valorant
  3. 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