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

← Clash of the Blue Sky
Lunatone

Lunatone

Rare #51 Pokémon Basic HP 60
Types
Fighting
Illustrator
Kyoko Umemoto
Expansion
Clash of the Blue Sky · PCG
Language
Japanese
TCGplayer
612295

Attacks

Foresight
Colorless

Look at the top 5 cards of either player's deck and put them back on top of that player's deck in any order.

Target Beam 20+
Fighting · Colorless

Does 20 damage plus 10 more damage for each Solrock you have in play.

GET /api/v1/pokemon/cards/pcg2_ja-51?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg2_ja-51",
    "name": "Lunatone",
    "number": "51",
    "printed_number": "51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/51.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/51.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/51.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg2_ja",
      "name": "Clash of the Blue Sky",
      "total": 82,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 82,
      "release_date": "2004/07/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Clash of the Blue Sky"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612295",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/51.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/51.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/51.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Moonglow",
        "text": "The Retreat Cost for each Solrock you have in play is 0.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Foresight",
        "text": "Look at the top 5 cards of either player's deck and put them back on top of that player's deck in any order."
      },
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Target Beam",
        "text": "Does 20 damage plus 10 more damage for each Solrock you have in play.",
        "damage": "20+"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kyoko Umemoto",
    "pricing": {
      "currency": "USD",
      "market": 6.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.5
        },
        {
          "condition": "LP",
          "price": 2.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T02:44:15.134Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}