Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Super Electric Breaker
Togekiss

Togekiss

Rare #47 Pokémon Stage 2
Types
Psychic
Illustrator
Narano
Expansion
Super Electric Breaker · Scarlet & Violet
Language
Japanese
TCGplayer
587627

Attacks

Speed Wing
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/sv8_ja-47vh?include=prices 200 51ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8_ja-47vh",
    "name": "Togekiss",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/47vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/47vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/47vh.large.png"
      }
    ],
    "expansion": {
      "id": "sv8_ja",
      "name": "Super Electric Breaker",
      "total": 138,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV8",
      "printed_total": 106,
      "release_date": "2024/10/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv8_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv8_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Super Electric Breaker"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "587627",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/47vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/47vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/47vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "abilities": [
      {
        "name": "Wonder Kiss",
        "text": "When your opponent's Active Pokémon is Knocked Out, flip a coin. If heads, take 1 more Prize card. The effect of Wonder Kiss doesn't stack.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Speed Wing"
      }
    ],
    "rarity": "Rare",
    "artist": "Narano",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        },
        {
          "condition": "LP",
          "price": 0.1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T15:36:29.207Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}