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

← Shining Synergy (Summon)
Kangaskhan Gx

Kangaskhan Gx

Double Rare #111/150 Pokémon Basic HP 180
Types
Colorless
Illustrator
aky CG Works
Expansion
Shining Synergy (Summon) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Split Spiral Punch 20
Colorless

Your opponent's Active Pokémon is now Confused.

Enraged Strike 80
Colorless · Colorless · Colorless

If your opponent's Active Pokémon is Confused, this attack does 80 more damage.

Familial Combo-GX 150
Colorless · Colorless · Colorless

Draw 5 cards. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sssm-111vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssm-111vh",
    "name": "Kangaskhan Gx",
    "number": "111/150",
    "printed_number": "111/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-111vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-111vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-111vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sssm",
      "name": "Shining Synergy (Summon)",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 192,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssm.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Summon)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-111vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-111vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-111vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Split Spiral Punch",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Enraged Strike",
        "text": "If your opponent's Active Pokémon is Confused, this attack does 80 more damage.",
        "damage": "80"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Familial Combo-GX",
        "text": "Draw 5 cards. (You can't use more than 1 GX attack in a game.)",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "aky CG Works",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:34:34.350Z"
    }
  }
}