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

← Mega Evolution Black Star Promos
Lunatone

Lunatone

Promo #4 Pokémon Basic HP 110
Types
Fighting
Illustrator
Ounishi
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
654598

Attacks

Power Gem 50
Fighting · Fighting
GET /api/v1/pokemon/cards/mep-4vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-4vh",
    "name": "Lunatone",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/4vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/4vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/4vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mep",
      "name": "Mega Evolution Black Star Promos",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEP",
      "printed_total": 112,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "654598",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/4vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/4vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/4vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Lunar Cycle",
        "text": "Once during your turn, if you have Solrock in play, you may discard a Basic Fighting Energy card from your hand in order to use this Ability. Draw 3 cards. You can't use more than 1 Lunar Cycle Ability each turn.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Power Gem",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Ounishi",
    "pricing": {
      "currency": "USD",
      "market": 18.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 18.51
        },
        {
          "condition": "MP",
          "price": 18.06
        },
        {
          "condition": "HP",
          "price": 16.69
        },
        {
          "condition": "DMG",
          "price": 13.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "1",
          "value": 122.5,
          "low": 104.13,
          "high": 140.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 160.85,
          "low": 160.82,
          "high": 165.26,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 57.34,
          "low": 29.99,
          "high": 69.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T04:07:06.090Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.49
      }
    }
  }
}