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

← Split Earth
Yanma

Yanma

usually #10 Pokémon Basic HP 60
Types
Grass
Illustrator
Miki Tanaka
Expansion
Split Earth · E-Card
Language
Japanese
TCGplayer
576252

Attacks

Agility 10
Grass · Colorless

Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Yanma.

Triple Smash 20+
Grass · Colorless · Colorless

Flip 3 coins. This attack does 20 damage plus 10 more damage for each heads.

GET /api/v1/pokemon/cards/ecard4_ja-10?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard4_ja-10",
    "name": "Yanma",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/10.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/10.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/10.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard4_ja",
      "name": "Split Earth",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 88,
      "release_date": "2002/08/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Split Earth"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576252",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/10.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/10.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/10.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Agility",
        "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Yanma.",
        "damage": "10"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Triple Smash",
        "text": "Flip 3 coins. This attack does 20 damage plus 10 more damage for each heads.",
        "damage": "20+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "usually",
    "artist": "Miki Tanaka",
    "pricing": {
      "currency": "USD",
      "market": 12.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.99
        },
        {
          "condition": "LP",
          "price": 3.51
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 86.32,
          "low": 123.38,
          "high": 123.38,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-07-16T02:46:43.893Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}