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

← Rulers of the Heavens
Wurmple

Wurmple

usually #3 Pokémon Basic HP 50
Types
Grass
Illustrator
Midori Harada
Expansion
Rulers of the Heavens · ADV
Language
Japanese
TCGplayer
612975

Attacks

Call for Friends
Colorless

Search your deck for Grass Basic Pokémon and put as many of them as you like onto your Bench. Shuffle your deck afterward.

String Shot 10
Colorless

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/adv3_ja-3?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv3_ja-3",
    "name": "Wurmple",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/3.large.webp"
      }
    ],
    "expansion": {
      "id": "adv3_ja",
      "name": "Rulers of the Heavens",
      "total": 54,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 54,
      "release_date": "2003/06/25",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rulers of the Heavens"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612975",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Call for Friends",
        "text": "Search your deck for Grass Basic Pokémon and put as many of them as you like onto your Bench. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "String Shot",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 1.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.39
        },
        {
          "condition": "LP",
          "price": 1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-23T03:46:33.293Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}