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

← Storm Emeralda
Mega Golurk ex

Mega Golurk ex

スーパーレア #93 ポケモン 1進化メガex HP 350
Types
Illustrator
5ban Graphics
Expansion
Storm Emeralda · Mega Evolution
Language
Japanese
TCGplayer
709246
GET /api/v1/pokemon/cards/m6_ja-93vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m6_ja-93vh",
    "name": "Mega Golurk ex",
    "number": "93",
    "printed_number": "93",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m6_ja-93vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m6_ja-93vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m6_ja-93vh.large.webp"
      }
    ],
    "expansion": {
      "id": "m6_ja",
      "name": "Storm Emeralda",
      "total": 113,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M6",
      "printed_total": 76,
      "release_date": "2026/07/31",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Storm Emeralda"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "709246",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m6_ja-93vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m6_ja-93vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m6_ja-93vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "1進化",
      "メガ",
      "ex"
    ],
    "types": [
      "超"
    ],
    "hp": "350",
    "abilities": [
      {
        "name": "Power Limiter",
        "text": "This Pokemon can't attack unless you have 10 cards or more in your hand.",
        "type": "特性"
      }
    ],
    "weaknesses": [
      {
        "type": "悪",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "闘",
        "value": "-30"
      }
    ],
    "rarity": "スーパーレア",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 5.46,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.46
        },
        {
          "condition": "LP",
          "price": 5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:12:51.121Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.55
      }
    }
  }
}