Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Ancient Roar
Armarouge ex

Armarouge ex

Super Rare #79 Pokémon Stage 1ex HP 260
Types
Fire
Illustrator
takuyoa
Expansion
Ancient Roar · Scarlet & Violet
Language
Japanese
TCGplayer
565834

Attacks

Scorching Bazooka 40+
Colorless · Colorless

This attack does 40 more damage for each Fire Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/sv4k_ja-79vh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4k_ja-79vh",
    "name": "Armarouge ex",
    "number": "79",
    "printed_number": "79",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/79vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/79vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/79vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4k_ja",
      "name": "Ancient Roar",
      "total": 95,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV4K",
      "printed_total": 66,
      "release_date": "2023/10/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4k_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4k_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ancient Roar"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "565834",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/79vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/79vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/79vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex"
    ],
    "types": [
      "Fire"
    ],
    "hp": "260",
    "abilities": [
      {
        "name": "Crimson Armor",
        "text": "If this Pokémon has full HP, it takes 80 less damage from attacks from your opponent's Pokémon (after applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Scorching Bazooka",
        "text": "This attack does 40 more damage for each Fire Energy attached to this Pokémon.",
        "damage": "40+"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "takuyoa",
    "pricing": {
      "currency": "USD",
      "market": 1.85,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.85
        },
        {
          "condition": "LP",
          "price": 1.67
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15,
          "low": 7,
          "high": 15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6.6,
          "low": 6.6,
          "high": 6.6,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 27,
          "low": 24,
          "high": 27,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 17.19,
          "low": 14.61,
          "high": 19.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 20,
          "low": 20,
          "high": 20,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:08:17.673Z",
      "trend_7d": {
        "direction": "down",
        "percent": -43.25
      }
    }
  }
}