Skip to content
GET /v1/weapons

Weapons (all, by name, or by category)

Try it live

10 free calls per day — no sign-up, no API key. Goes through the oanor gateway.

Custom headers (optional)
api.oanor.com/valorant-api

It works. Grab an API key and use it in your project.

Get an API key

Code snippets

curl "https://api.oanor.com/valorant-api/v1/weapons" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/valorant-api/v1/weapons", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/valorant-api/v1/weapons");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
    "https://api.oanor.com/valorant-api/v1/weapons",
    headers={"x-oanor-key": "oanor_test_..."}
)

Example response

A real response from this endpoint, captured by the latest health check.

{
    "data": {
        "weapon": {
            "cost": 2900,
            "icon": "https://media.valorant-api.com/weapons/9c82e19d-4575-0200-1a81-3eacf00cf872/displayicon.png",
            "name": "Vandal",
            "uuid": "9c82e19d-4575-0200-1a81-3eacf00cf872",
            "skins": [
                "Immortalized Vandal",
                "RGX 11z Pro Vandal",
                "Altitude Vandal",
                "VALORANT GO! Vol. 2 Vandal",
                "Divergence Vandal",
                "Araxys Vandal",
                "Neptune Vandal",
                "Aristocrat Vandal",
                "Gaia's Vengeance Vandal",
                "MK.VII Liberty Vandal",
                "Endeavour Vandal",
                "ATLAS // CMD Vandal",
                "Champions 2021 Vandal",
                "Champions 2023 Vandal",
                "Origin Vandal",
                "Comet Vandal",
                "Phaseguard Vandal",
                "Starlit Odyssey Vandal",
                "Glitchpop Vandal",
                "ChronoVoid Vandal",
                "Prelude to Chaos Vandal",
                "Elderflame Vandal",
                "Imperium Vandal",
                "Singularity Vandal",
                "ORA by OneTap Vandal",
                "Sarmad Vandal",
                "Nitro Vandal",
                "Hivemind Vandal",
                "Venturi Vandal",
                "Forsaken Vandal",
                "Team Ace Vandal",
                "Heartstopper Vandal",
                "Superset Vandal",
                "Dolmir's Revenge Vandal",
                "Ruin Vandal",
                ".EXE Vandal",
                ".SYS Vandal",
                "Primordium Vandal",
                "EX.O Vandal",
                "Horizon Vandal",
                "Prime Vandal",
                "XERØFANG Vandal ",
                "Avalanche Vandal",
                "Bubble Pop Vandal",
                "Guardrail Vandal",
                "Black.Market Vandal",
                "Prism II Vandal",
                "K/TAC Vandal",
                "Solarstride Vandal",
                "Aemondir Vandal",
                "Smite Vandal",
                "Monstrocity Vandal",
                "Nunca Olvidados Vandal",
                "Luxe Vandal",
                "Arcane Vandal",
                "Magepunk Vandal",
                "Champions 2025 Vandal",
                "Minima Vandal",
                "Valiant Hero Vandal",
                "Overdrive Vandal",
                "Silvanus Vandal",
                "Crimsonbeast Vandal",
                "Kuronami Vandal",
                "Belaflaire Vandal",
                "Ion Vandal",
                "Oni Vandal",
                "SilkLeaf Vandal",
                "Cryostasis Vandal",
                "Luna Vandal",
                "Sensation Vandal",
                "Random Favorite Skin",
                "Orion Vandal",
                "Rogue Vandal",
                "Blackthorn Vandal",
                "Sentinels of Light Vandal
…