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

← Furious Fists
Leafeon

Leafeon

Rare #7 Pokémon Stage 1 HP 90
Types
Grass
Illustrator
Naoyo Kimura
Expansion
Furious Fists · XY
Language
English
TCGplayer
92176

Attacks

Soothing Scent 30
Grass

Your opponent's Active Pokémon is now Asleep.

Magical Leaf 50
Grass · Colorless · Colorless

Flip a coin. If heads, this attack does 30 more damage and heal 30 damage from this Pokémon.

GET /api/v1/pokemon/cards/xy3-7?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3-7",
    "name": "Leafeon",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/7.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/7.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/7.large.webp"
      }
    ],
    "expansion": {
      "id": "xy3",
      "name": "Furious Fists",
      "total": 114,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FFI",
      "printed_total": 111,
      "release_date": "2014/08/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "92176",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/7.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/7.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/7.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Soothing Scent",
        "text": "Your opponent's Active Pokémon is now Asleep.",
        "damage": "30"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Magical Leaf",
        "text": "Flip a coin. If heads, this attack does 30 more damage and heal 30 damage from this Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 2.85,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.85
        },
        {
          "condition": "LP",
          "price": 2.27
        },
        {
          "condition": "MP",
          "price": 1.63
        },
        {
          "condition": "HP",
          "price": 1.22
        },
        {
          "condition": "DMG",
          "price": 1.32
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 25.99,
          "low": 22.09,
          "high": 29.89,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 56,
          "low": 47.6,
          "high": 64.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:39:13.477Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.35
      }
    }
  }
}