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

← Rocket Gang Strikes Back
Yanma

Yanma

Rare #10 Pokémon Basic HP 70
Types
Grass
Illustrator
Tomokazu Komiya
Expansion
Rocket Gang Strikes Back · PCG
Language
Japanese
TCGplayer
613133

Attacks

Quick Charge
Colorless

Search your deck for up to 4 different types of basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward.

Swift 20
Colorless

This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.

GET /api/v1/pokemon/cards/pcg3_ja-10?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg3_ja-10",
    "name": "Yanma",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/10.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/10.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/10.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg3_ja",
      "name": "Rocket Gang Strikes Back",
      "total": 85,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 84,
      "release_date": "2004/10/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rocket Gang Strikes Back"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613133",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/10.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/10.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/10.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Quick Charge",
        "text": "Search your deck for up to 4 different types of basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Swift",
        "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 19.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 19.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 274,
          "low": 131.6,
          "high": 550.8,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-10T05:31:58.714Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}