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

← SM Black Star Promos
Lunala-GX

Lunala-GX

Promo #SM103a Pokémon Stage 2GX HP 230
Types
Psychic
Illustrator
PLANETA Igarashi
Expansion
SM Black Star Promos · Sun & Moon
Language
English
TCGplayer
202636

Attacks

Glide 50
Colorless · Colorless
Lunar Javelin 200
Psychic · Psychic · Colorless · Colorless

Discard 2 Psychic Energy from this Pokémon.

Requiem-GX 250
Psychic · Psychic · Psychic · Colorless

(You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/smp-SM103avh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp-SM103avh",
    "name": "Lunala-GX",
    "number": "SM103a",
    "printed_number": "SM103a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM103avh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM103avh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM103avh.large.webp"
      }
    ],
    "expansion": {
      "id": "smp",
      "name": "SM Black Star Promos",
      "total": 251,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "PR-SM",
      "printed_total": 248,
      "release_date": "2017/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "202636",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM103avh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM103avh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM103avh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "GX"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "230",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Glide",
        "damage": "50"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Lunar Javelin",
        "text": "Discard 2 Psychic Energy from this Pokémon.",
        "damage": "200"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Requiem-GX",
        "text": "(You can't use more than 1 GX attack in a game.)",
        "damage": "250"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Promo",
    "artist": "PLANETA Igarashi",
    "pricing": {
      "currency": "USD",
      "market": 15.03,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15.03
        },
        {
          "condition": "LP",
          "price": 12.67
        },
        {
          "condition": "MP",
          "price": 10.25
        },
        {
          "condition": "HP",
          "price": 7.7
        },
        {
          "condition": "DMG",
          "price": 5.93
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:11:32.782Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.18
      }
    }
  }
}