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

← Guardians Rising
Lunala

Lunala

Rare #61 Pokémon Stage 2 HP 160
Types
Psychic
Illustrator
5ban Graphics
Expansion
Guardians Rising · Sun & Moon
Language
English
TCGplayer
130971

Attacks

Shatter Shot 40
Psychic

This attack does 40 damage times the amount of Psychic Energy attached to this Pokémon.

Wings of the Moone 130
Psychic · Psychic · Psychic

Move all Energy from this Pokémon to your Benched Pokémon in any way you like.

GET /api/v1/pokemon/cards/sm2-61?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2-61",
    "name": "Lunala",
    "number": "61",
    "printed_number": "61",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/61.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/61.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/61.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2",
      "name": "Guardians Rising",
      "total": 180,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "GRI",
      "printed_total": 145,
      "release_date": "2017/05/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "130971",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/61.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/61.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/61.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Shatter Shot",
        "text": "This attack does 40 damage times the amount of Psychic Energy attached to this Pokémon.",
        "damage": "40"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 3,
        "name": "Wings of the Moone",
        "text": "Move all Energy from this Pokémon to your Benched Pokémon in any way you like.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.51
        },
        {
          "condition": "LP",
          "price": 0.43
        },
        {
          "condition": "MP",
          "price": 0.42
        },
        {
          "condition": "HP",
          "price": 0.2
        },
        {
          "condition": "DMG",
          "price": 0.29
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 45.5,
          "low": 38.67,
          "high": 52.33,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:18:34.787Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.77
      }
    }
  }
}