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

← Unbroken Bonds
Togekiss

Togekiss

Rare Holo #138 Pokémon Stage 2 HP 140
Types
Fairy
Illustrator
Kagemaru Himeno
Expansion
Unbroken Bonds · Sun & Moon
Language
English
TCGplayer
189236

Attacks

Magical Shot 70
Fairy · Colorless
GET /api/v1/pokemon/cards/sm10-138vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10-138vrh",
    "name": "Togekiss",
    "number": "138",
    "printed_number": "138",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/138vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/138vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/138vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10",
      "name": "Unbroken Bonds",
      "total": 238,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNB",
      "printed_total": 214,
      "release_date": "2019/05/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "189236",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/138vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/138vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/138vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "140",
    "abilities": [
      {
        "name": "Fairy Feast",
        "text": "Once during your turn (before your attack), you may heal 30 damage from each of your Fairy Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Magical Shot",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 3.78,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.78
        },
        {
          "condition": "LP",
          "price": 2.43
        },
        {
          "condition": "MP",
          "price": 0.9
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:12:06.336Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.16
      }
    }
  }
}