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

← 30th Celebration
Gholdengo

Gholdengo

Illustration Rare #142 Pokémon Stage 1 HP 130
Types
Metal
Illustrator
toriyufu
Expansion
30th Celebration · Mega Evolution
Language
English
TCGplayer
716227

Attacks

Celebration
Metal

if you have exactly 30 cards in your hand, take 2 Prize cards. If you do, shuffle your hand into your deck.

Triple Smash 50×
Metal

Flip 3 coins. This attack does 50 damage for each heads.

GET /api/v1/pokemon/cards/me55-142vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me55-142vh",
    "name": "Gholdengo",
    "number": "142",
    "printed_number": "142",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-142vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-142vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-142vh.large.png"
      }
    ],
    "expansion": {
      "id": "me55",
      "name": "30th Celebration",
      "total": 161,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "30C",
      "printed_total": 128,
      "release_date": "2026/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me55.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me55.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "716227",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-142vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-142vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-142vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Celebration",
        "text": "if you have exactly 30 cards in your hand, take 2 Prize cards. If you do, shuffle your hand into your deck."
      },
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Triple Smash",
        "text": "Flip 3 coins. This attack does 50 damage for each heads.",
        "damage": "50×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Illustration Rare",
    "artist": "toriyufu",
    "pricing": {
      "currency": "USD",
      "market": 3.73,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.73
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T04:01:55.972Z"
    }
  }
}