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

← Noble Victories
Leavanny

Leavanny

Rare Holo #3 Pokémon Stage 2 HP 130
Types
Grass
Illustrator
5ban Graphics
Expansion
Noble Victories · Black & White
Language
English
TCGplayer
86687

Attacks

Cutting Arm 40
Grass · Colorless · Colorless

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

GET /api/v1/pokemon/cards/bw3-3vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3-3vh",
    "name": "Leavanny",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/3vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/3vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/3vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3",
      "name": "Noble Victories",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NVI",
      "printed_total": 101,
      "release_date": "2011/11/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86687",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/3vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/3vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/3vh.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 Holo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.43,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.43
        },
        {
          "condition": "LP",
          "price": 1.2
        },
        {
          "condition": "MP",
          "price": 0.82
        },
        {
          "condition": "HP",
          "price": 0.8
        },
        {
          "condition": "DMG",
          "price": 0.49
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 15.6,
          "low": 13.26,
          "high": 17.94,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8.5",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 60,
          "low": 51,
          "high": 69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:43:29.787Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}