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

← Shiny Treasure ex
Gholdengo

Gholdengo

Common #133 Pokémon Stage 1 HP 130
Types
Metal
Illustrator
Mitsuhiro Arita
Expansion
Shiny Treasure ex · Scarlet & Violet
Language
Japanese
TCGplayer
567534

Attacks

Lavish Feast
Colorless

Attach any number of Basic Metal Energy cards from your hand to your Pokémon in any way you like.

Luxurious Surf 80×
Metal · Colorless · Colorless

Flip a coin for each Metal Energy attached to this Pokémon. This attack does 80 damage for each heads.

GET /api/v1/pokemon/cards/sv4a_ja-133?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4a_ja-133",
    "name": "Gholdengo",
    "number": "133",
    "printed_number": "133",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/133.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/133.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/133.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4a_ja",
      "name": "Shiny Treasure ex",
      "total": 360,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV4a",
      "printed_total": 190,
      "release_date": "2023/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shiny Treasure ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567534",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/133.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/133.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/133.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Lavish Feast",
        "text": "Attach any number of Basic Metal Energy cards from your hand to your Pokémon in any way you like."
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Luxurious Surf",
        "text": "Flip a coin for each Metal Energy attached to this Pokémon. This attack does 80 damage for each heads.",
        "damage": "80×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 4.25,
          "low": 3.61,
          "high": 4.89,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 23.74,
          "low": 20.18,
          "high": 27.3,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T07:07:20.305Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}