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

← Roaring Skies
Togekiss

Togekiss

Rare #45 Pokémon Stage 2 HP 140
Types
Fairy
Illustrator
Sumiyoshi Kizuki
Expansion
Roaring Skies · XY
Language
English
TCGplayer
98081

Attacks

Powerful Slap 50
Colorless

Flip a coin for each Energy attached to this Pokémon. This attack does 50 damage times the number of heads.

Aura Sphere 70
Fairy · Fairy · Colorless

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

GET /api/v1/pokemon/cards/xy6-45?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy6-45",
    "name": "Togekiss",
    "number": "45",
    "printed_number": "45",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/45.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/45.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/45.large.webp"
      }
    ],
    "expansion": {
      "id": "xy6",
      "name": "Roaring Skies",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "ROS",
      "printed_total": 108,
      "release_date": "2015/05/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98081",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/45.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/45.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/45.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Powerful Slap",
        "text": "Flip a coin for each Energy attached to this Pokémon. This attack does 50 damage times the number of heads.",
        "damage": "50"
      },
      {
        "cost": [
          "Fairy",
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Aura Sphere",
        "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Sumiyoshi Kizuki",
    "pricing": {
      "currency": "USD",
      "market": 1.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.64
        },
        {
          "condition": "LP",
          "price": 1.49
        },
        {
          "condition": "MP",
          "price": 1.33
        },
        {
          "condition": "HP",
          "price": 1.17
        },
        {
          "condition": "DMG",
          "price": 1.37
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 100,
          "low": 85,
          "high": 115,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:18:18.995Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.61
      }
    }
  }
}