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

← Psycho Drive
Leavanny

Leavanny

Rare #8 Pokémon Stage 2 HP 130
Types
Grass
Illustrator
5ban Graphics
Expansion
Psycho Drive · Black & White
Language
Japanese
TCGplayer
600999

Attacks

Cutting Arm 40+
Grass · Colorless · Colorless

Flip 2 coins. This attack does 20 more damage for each heads.

GET /api/v1/pokemon/cards/bw3p_ja-8vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3p_ja-8vh",
    "name": "Leavanny",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/8vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/8vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/8vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3p_ja",
      "name": "Psycho Drive",
      "total": 57,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW3",
      "printed_total": 52,
      "release_date": "2011/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Psycho Drive"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "600999",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/8vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/8vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/8vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Leaf Tailor",
        "text": "Each of your Pokémon that has any Energy attached to it has no Weakness.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Cutting Arm",
        "text": "Flip 2 coins. This attack does 20 more damage for each heads.",
        "damage": "40+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 36,
          "low": 30.6,
          "high": 41.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T03:27:03.912Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}