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

← Eevee Heroes
Kangaskhan

Kangaskhan

Non #57 Pokémon BasicRapid Strike HP 120
Types
Colorless
Illustrator
Souichirou Gunjima
Expansion
Eevee Heroes · Sword & Shield
Language
Japanese
TCGplayer
570520

Attacks

Pound 30
Colorless
Parent and Child Coordinated Punch 60+
Colorless · Colorless · Colorless

Flip a coin. If heads, this attack does 100 more damage.

GET /api/v1/pokemon/cards/swsh6a_ja-57?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh6a_ja-57",
    "name": "Kangaskhan",
    "number": "57",
    "printed_number": "57",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/57.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/57.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/57.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh6a_ja",
      "name": "Eevee Heroes",
      "total": 101,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S6a",
      "printed_total": 69,
      "release_date": "2021/05/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Eevee Heroes"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570520",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/57.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/57.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/57.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Rapid Strike"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Pound",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Parent and Child Coordinated Punch",
        "text": "Flip a coin. If heads, this attack does 100 more damage.",
        "damage": "60+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Souichirou Gunjima",
    "pricing": {
      "currency": "USD",
      "market": 0.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.28
        },
        {
          "condition": "LP",
          "price": 0.05
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:25:28.575Z",
      "trend_7d": {
        "direction": "down",
        "percent": -12.5
      }
    }
  }
}