Ir al contenido
GET /v1/weapons

Weapons (all, by name, or by category)

Pruébalo en vivo

10 llamadas gratis al día — sin registro, sin clave API. Pasa por el gateway de oanor.

Encabezados personalizados (opcional)
api.oanor.com/valorant-api

Funciona. Consigue una clave API y úsala en tu proyecto.

Obtener una clave API

Fragmentos de código

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_..."}
)

Respuesta de ejemplo

Una respuesta real de este endpoint, capturada en la última comprobación de estado.

{
    "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
…