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

← Golden Energy
Slowpoke And Psyduck Gx

Slowpoke And Psyduck Gx

None #048/045 Pokémon Basic HP 250
Types
Water
Illustrator
ConceptLab
Expansion
Golden Energy · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Ditch and Splash 40
Colorless · Colorless

Discard any number of Supporter cards from your hand. This attack does 40 damage for each card you discarded in this way.

Thrilling Times-GX 10
Colorless · Colorless

Flip a coin. If heads, this attack does 100 more damage. If this Pokémon has at least 6 extra Water Energy attached to it (in addition to this attack's cost), flip 10 coins instead, and this attack does 100 more damage for each heads. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/cn-golden-energy-048?include=prices 200 26ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cn-golden-energy-048",
    "name": "Slowpoke And Psyduck Gx",
    "number": "048/045",
    "printed_number": "048/045",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-048.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-048.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-048.large.webp"
      }
    ],
    "expansion": {
      "id": "cn-golden-energy",
      "name": "Golden Energy",
      "total": 54,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 54,
      "release_date": "2023/09/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cn-golden-energy.logo.png",
      "translation": {
        "en": {
          "name": "Golden Energy"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-048.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-048.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-048.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "250",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Ditch and Splash",
        "text": "Discard any number of Supporter cards from your hand. This attack does 40 damage for each card you discarded in this way.",
        "damage": "40"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Thrilling Times-GX",
        "text": "Flip a coin. If heads, this attack does 100 more damage. If this Pokémon has at least 6 extra Water Energy attached to it (in addition to this attack's cost), flip 10 coins instead, and this attack does 100 more damage for each heads. (You can't use more than 1 GX attack in a game.)",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "artist": "ConceptLab",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:33:26.098Z"
    }
  }
}