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

← Gem Pack 2
Leafeon V

Leafeon V

Rare #0713/15 Pokémon Basic HP 210
Types
Grass
Illustrator
PLANETA Mochizuki
Expansion
Gem Pack 2 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Leaf Guard 30
Colorless

During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).

Slashing Strike 180
Colorless · Colorless · Colorless

During your next turn, this Pokémon can't use Slashing Strike.

GET /api/v1/pokemon/cards/gem2-0713?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gem2-0713",
    "name": "Leafeon V",
    "number": "0713/15",
    "printed_number": "0713/15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem2-0713.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem2-0713.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem2-0713.large.webp"
      }
    ],
    "expansion": {
      "id": "gem2",
      "name": "Gem Pack 2",
      "total": 140,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 140,
      "release_date": "2025/05/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gem2.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack 2"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem2-0713.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem2-0713.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem2-0713.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Leaf Guard",
        "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Slashing Strike",
        "text": "During your next turn, this Pokémon can't use Slashing Strike.",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "PLANETA Mochizuki",
    "pricing": {
      "currency": "USD",
      "market": 2.75,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 47,
          "low": 39.95,
          "high": 54.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9",
          "value": 13.99,
          "low": 13.96,
          "high": 14.03,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 35.88,
          "low": 30.5,
          "high": 41.26,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12.93,
          "low": 12.89,
          "high": 13.07,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9.5",
          "value": 14.5,
          "low": 14.25,
          "high": 14.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T11:43:46.704Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.77
      }
    }
  }
}