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

← Mirage Forest
Lunatone

Lunatone

Rare Holo #45 Pokémon Basic HP 60
Types
Psychic
Illustrator
Hisao Nakamura
Expansion
Mirage Forest · PCG
Language
Japanese
TCGplayer
611767

Attacks

Moon Guidance
Colorless

Search your deck for a Trainer card (excluding Supporter cards), show it to your opponent, and put it into your hand. Shuffle your deck afterward.

Psyshock 10
Psychic

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/pcg5_ja-45vh?include=prices 200 34ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg5_ja-45vh",
    "name": "Lunatone",
    "number": "45",
    "printed_number": "45",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/45vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/45vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/45vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg5_ja",
      "name": "Mirage Forest",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 86,
      "release_date": "2005/06/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mirage Forest"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "611767",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/45vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/45vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/45vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Sol Shade",
        "text": "As long as you have Solrock in play, each player's Fire Pokémon (excluding Pokémon-ex) can't use any Poké-Powers.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Moon Guidance",
        "text": "Search your deck for a Trainer card (excluding Supporter cards), show it to your opponent, and put it into your hand. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Psyshock",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Hisao Nakamura",
    "pricing": {
      "currency": "USD",
      "market": 3.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 36.55,
          "low": 58,
          "high": 58,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 26.01,
          "low": 22.11,
          "high": 29.91,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-11T16:03:06.167Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}