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

← Collect 151 Journey
Kangaskhan Ex

Kangaskhan Ex

Double Rare #115/151 Pokémon Basic HP 230
Types
Colorless
Illustrator
N-DESIGN Inc.
Expansion
Collect 151 Journey · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Triple Draw
Colorless

Draw 3 cards.

Incessant Punching 100
Colorless · Colorless · Colorless

Flip 4 coins. This attack does 100 damage for each heads.

GET /api/v1/pokemon/cards/c151j-115vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "c151j-115vh",
    "name": "Kangaskhan Ex",
    "number": "115/151",
    "printed_number": "115/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-115vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-115vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-115vh.large.webp"
      }
    ],
    "expansion": {
      "id": "c151j",
      "name": "Collect 151 Journey",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 192,
      "release_date": "2025/01/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/c151j.logo.png",
      "translation": {
        "en": {
          "name": "Collect 151 Journey"
        }
      }
    },
    "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/c151j-115vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-115vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-115vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "230",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Triple Draw",
        "text": "Draw 3 cards."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Incessant Punching",
        "text": "Flip 4 coins. This attack does 100 damage for each heads.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "N-DESIGN Inc.",
    "pricing": {
      "currency": "USD",
      "market": 1.68,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 39.5,
          "low": 34.25,
          "high": 44.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 18.5,
          "low": 16.25,
          "high": 20.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 13.5,
          "low": 11.48,
          "high": 15.52,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9",
          "value": 13.31,
          "low": 13.24,
          "high": 13.37,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 38.29,
          "low": 30.4,
          "high": 42.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 6.88,
          "low": 5.85,
          "high": 7.91,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.17,
          "low": 13.14,
          "high": 13.52,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9.5",
          "value": 14.5,
          "low": 14,
          "high": 15,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 18.5,
          "low": 16.25,
          "high": 20.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T11:33:04.095Z",
      "trend_7d": {
        "direction": "down",
        "percent": -25
      }
    }
  }
}