Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Glory of Team Rocket
Kangaskhan

Kangaskhan

usually #80 Pokémon Basic
Types
Colorless
Illustrator
Sanosuke Sakuma
Expansion
Glory of Team Rocket · Scarlet & Violet
Language
Japanese
TCGplayer
628721

Attacks

Gentle Slap
Colorless · Colorless
Dizzy Punch
Colorless · Colorless · Colorless

Flip 2 coins. This attack does 90 damage for each heads.

GET /api/v1/pokemon/cards/sv10_ja-80?include=prices 200 84ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10_ja-80",
    "name": "Kangaskhan",
    "number": "80",
    "printed_number": "80",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/80.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/80.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/80.large.png"
      }
    ],
    "expansion": {
      "id": "sv10_ja",
      "name": "Glory of Team Rocket",
      "total": 132,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV10",
      "printed_total": 98,
      "release_date": "2025/04/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Glory of Team Rocket"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "628721",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/80.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/80.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/80.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Gentle Slap"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dizzy Punch",
        "text": "Flip 2 coins. This attack does 90 damage for each heads."
      }
    ],
    "rarity": "usually",
    "artist": "Sanosuke Sakuma",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        },
        {
          "condition": "LP",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 43,
          "low": 36.55,
          "high": 49.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 32.4,
          "low": 27.54,
          "high": 37.26,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 24.5,
          "low": 20.83,
          "high": 28.17,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T15:51:11.427Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}