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

← Black Collection
Leavanny

Leavanny

Non #3 Pokémon Stage 2 HP 130
Types
Grass
Illustrator
Kouki Saitou
Expansion
Black Collection · Black & White
Language
Japanese
TCGplayer
600811

Attacks

Nurturing
Colorless

Choose 1 of your Pokémon. Search your deck for a card that evolves from that Pokémon and put it onto that Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward.

X-Scissor 30+
Grass · Colorless

Flip a coin. If heads, this attack does 50 more damage.

GET /api/v1/pokemon/cards/bw1b_ja-3?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw1b_ja-3",
    "name": "Leavanny",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/3.large.webp"
      }
    ],
    "expansion": {
      "id": "bw1b_ja",
      "name": "Black Collection",
      "total": 56,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW1",
      "printed_total": 53,
      "release_date": "2010/12/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw1b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw1b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Black Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "600811",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Nurturing",
        "text": "Choose 1 of your Pokémon. Search your deck for a card that evolves from that Pokémon and put it onto that Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward."
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "X-Scissor",
        "text": "Flip a coin. If heads, this attack does 50 more damage.",
        "damage": "30+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T02:07:39.779Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}