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

← Reviving Legends
Togekiss

Togekiss

Rare Holo #61 Pokémon Stage 2 HP 120
Types
Colorless
Illustrator
Atsuko Nishida
Expansion
Reviving Legends · LEGEND
Language
Japanese
TCGplayer

Attacks

Blessed Wings
Colorless · Colorless

Remove all damage counters from each of your Pokémon. Shuffle Togekiss and all cards attached to it back into your deck.

Air Cutter 80
Colorless · Colorless · Colorless

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/l2_ja-61vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l2_ja-61vh",
    "name": "Togekiss",
    "number": "61",
    "printed_number": "61",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/61vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/61vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/61vh.large.webp"
      }
    ],
    "expansion": {
      "id": "l2_ja",
      "name": "Reviving Legends",
      "total": 81,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L2",
      "printed_total": 80,
      "release_date": "2010/02/11",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Reviving Legends"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/61vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/61vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/61vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Blessed Wings",
        "text": "Remove all damage counters from each of your Pokémon. Shuffle Togekiss and all cards attached to it back into your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Air Cutter",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 13.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 13.99
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 84,
          "low": 71.4,
          "high": 96.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 53.98,
          "low": 18,
          "high": 89.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 405,
          "low": 314.32,
          "high": 821.49,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 74.99,
          "low": 48.57,
          "high": 77.57,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7
        }
      ],
      "market_updated_at": "2026-08-10T23:18:28.380Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}