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

← Sun & Moon
Lurantis-GX

Lurantis-GX

Rare Ultra #138 Pokémon Stage 1GX HP 210
Types
Grass
Illustrator
5ban Graphics
Expansion
Sun & Moon · Sun & Moon
Language
English
TCGplayer
127010

Attacks

Flower Supply 40
Grass

Attach 2 basic Energy cards from your discard pile to your Pokémon in any way you like.

Solar Blade 120
Grass · Grass · Colorless

Heal 30 damage from this Pokémon.

Chloroscythe-GX 50
Grass

This attack does 50 damage times the amount of Grass Energy attached to this Pokémon. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm1-138vh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm1-138vh",
    "name": "Lurantis-GX",
    "number": "138",
    "printed_number": "138",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/138vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/138vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/138vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm1",
      "name": "Sun & Moon",
      "total": 173,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "SUM",
      "printed_total": 149,
      "release_date": "2017/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "127010",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/138vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/138vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/138vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "GX"
    ],
    "types": [
      "Grass"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Flower Supply",
        "text": "Attach 2 basic Energy cards from your discard pile to your Pokémon in any way you like.",
        "damage": "40"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Solar Blade",
        "text": "Heal 30 damage from this Pokémon.",
        "damage": "120"
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Chloroscythe-GX",
        "text": "This attack does 50 damage times the amount of Grass Energy attached to this Pokémon. (You can't use more than 1 GX attack in a game.)",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare Ultra",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 3.44,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.44
        },
        {
          "condition": "LP",
          "price": 3.26
        },
        {
          "condition": "MP",
          "price": 2.38
        },
        {
          "condition": "HP",
          "price": 1.87
        },
        {
          "condition": "DMG",
          "price": 1.31
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 19,
          "low": 13,
          "high": 19,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 92.88,
          "low": 100.49,
          "high": 104.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15.43,
          "low": 15.6,
          "high": 16.4,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 23.33,
          "low": 14.29,
          "high": 32.7,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:33:45.251Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.08
      }
    }
  }
}