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

← Scarlet & Violet Black Star Promos
Greninja ex

Greninja ex

Promo #54 Pokémon Stage 2ex HP 300
Types
Water
Illustrator
takuyoa
Expansion
Scarlet & Violet Black Star Promos · Scarlet & Violet
Language
English
TCGplayer
518878

Attacks

Stealthy Shuriken
Colorless

This attack does 40 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Torrential Slash 120
Water · Water

If your opponent's Active Pokémon already has any damage counters on it, this attack does 120 more damage.

GET /api/v1/pokemon/cards/svp-54vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "svp-54vh",
    "name": "Greninja ex",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/54vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/54vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/54vh.large.webp"
      }
    ],
    "expansion": {
      "id": "svp",
      "name": "Scarlet & Violet Black Star Promos",
      "total": 225,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SVP",
      "printed_total": 224,
      "release_date": "2023/01/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "518878",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/54vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/54vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/54vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "ex"
    ],
    "types": [
      "Water"
    ],
    "hp": "300",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Stealthy Shuriken",
        "text": "This attack does 40 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Torrential Slash",
        "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 120 more damage.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "takuyoa",
    "pricing": {
      "currency": "USD",
      "market": 5.41,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.41
        },
        {
          "condition": "LP",
          "price": 4.43
        },
        {
          "condition": "MP",
          "price": 3.64
        },
        {
          "condition": "HP",
          "price": 3.74
        },
        {
          "condition": "DMG",
          "price": 2.59
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "9.5",
          "value": 49.95,
          "low": 49.95,
          "high": 49.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 10,
          "low": 10,
          "high": 40,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 51,
          "low": 43.35,
          "high": 58.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15.5,
          "low": 15.44,
          "high": 22.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:53:34.082Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.09
      }
    }
  }
}