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

← Unseen Forces
Yanma

Yanma

Uncommon #50 Pokémon Basic HP 60
Types
Grass
Illustrator
Kagemaru Himeno
Expansion
Unseen Forces · EX
Language
English
TCGplayer
90684

Attacks

Grand Loop
Colorless

Draw 2 cards. You may switch Yanma with 1 of your Benched Pokémon.

Spinning Tail
Grass · Colorless

Flip a coin. If heads, this attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/ex10-50?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex10-50",
    "name": "Yanma",
    "number": "50",
    "printed_number": "50",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/50.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/50.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/50.large.webp"
      }
    ],
    "expansion": {
      "id": "ex10",
      "name": "Unseen Forces",
      "total": 145,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "UF",
      "printed_total": 115,
      "release_date": "2005/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90684",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/50.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/50.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/50.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Grand Loop",
        "text": "Draw 2 cards. You may switch Yanma with 1 of your Benched Pokémon."
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Spinning Tail",
        "text": "Flip a coin. If heads, this attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 0.81,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.81
        },
        {
          "condition": "LP",
          "price": 0.6
        },
        {
          "condition": "MP",
          "price": 0.38
        },
        {
          "condition": "HP",
          "price": 0.41
        },
        {
          "condition": "DMG",
          "price": 0.45
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 35,
          "low": 30,
          "high": 47,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 148.5,
          "low": 126.23,
          "high": 170.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 7.5,
          "low": 7.5,
          "high": 17,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-16T02:33:30.367Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.19
      }
    }
  }
}