Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Terastal Gathering
Leafeon ex

Leafeon ex

Double Rare #006/208 Pokémon Stage 1 HP 270
Types
Grass
Illustrator
5ban Graphics
Expansion
Terastal Gathering · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Verdant Storm 60
Colorless · Colorless

This attack does 60 damage for each Energy attached to all of your opponent's Pokémon.

Moss Agate 230
Colorless · Colorless · Colorless

Heal 100 damage from each of your Benched Pokémon.

GET /api/v1/pokemon/cards/cn-terastal-gathering-006vh?include=prices 200 43ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cn-terastal-gathering-006vh",
    "name": "Leafeon ex",
    "number": "006/208",
    "printed_number": "006/208",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-006vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-006vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-006vh.large.webp"
      }
    ],
    "expansion": {
      "id": "cn-terastal-gathering",
      "name": "Terastal Gathering",
      "total": 259,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 259,
      "release_date": "2026/06/12",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cn-terastal-gathering.logo.png",
      "translation": {
        "en": {
          "name": "Terastal Gathering"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-006vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-006vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-006vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "270",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Verdant Storm",
        "text": "This attack does 60 damage for each Energy attached to all of your opponent's Pokémon.",
        "damage": "60"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Moss Agate",
        "text": "Heal 100 damage from each of your Benched Pokémon.",
        "damage": "230"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:33:09.817Z"
    }
  }
}