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

← Crown Zenith
Yanma

Yanma

Common #8 Pokémon Basic HP 70
Types
Grass
Illustrator
Shin Nagasawa
Expansion
Crown Zenith · Sword & Shield
Language
English
TCGplayer
478054

Attacks

Swoop Across
Colorless

This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Cutting Wind 70
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh12pt5-8vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12pt5-8vrh",
    "name": "Yanma",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/8vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/8vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/8vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh12pt5",
      "name": "Crown Zenith",
      "total": 160,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "CRZ",
      "printed_total": 159,
      "release_date": "2023/01/20",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12pt5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "478054",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/8vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/8vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/8vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Swoop Across",
        "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Cutting Wind",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "MP",
          "price": 0.25
        },
        {
          "condition": "DMG",
          "price": 0.15
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:41:19.686Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}