Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Pitch Black
Lurantis ex

Lurantis ex

Double Rare #4 Pokémon Stage 1ex HP 260
Types
Grass
Illustrator
5ban Graphics
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704761

Attacks

Lively Cutter 60
Grass

If this Pokémon was healed during this turn, this attack does 200 more damage.

Leaf Guard 140
Grass · Colorless

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

GET /api/v1/pokemon/cards/me5-4vh?include=prices 200 57ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-4vh",
    "name": "Lurantis ex",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-4vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-4vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-4vh.large.png"
      }
    ],
    "expansion": {
      "id": "me5",
      "name": "Pitch Black",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PBL",
      "printed_total": 84,
      "release_date": "2026/07/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "704761",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-4vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-4vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-4vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex"
    ],
    "types": [
      "Grass"
    ],
    "hp": "260",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Lively Cutter",
        "text": "If this Pokémon was healed during this turn, this attack does 200 more damage.",
        "damage": "60"
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Leaf Guard",
        "text": "During your opponent's next turn, this Pokémon takes 50 less damage from attacks (after applying Weakness and Resistance).",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.37,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.37
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T09:36:21.568Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.71
      }
    }
  }
}