Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Terastal Gathering
Garchomp ex

Garchomp ex

Double Rare #045/208 Pokémon Stage 2 HP 320
Types
Water
Illustrator
PLANETA Mochizuki
Expansion
Terastal Gathering · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Hydro Lander 160
Colorless

Attach up to 3 Basic Fighting Energy cards from your discard pile to your Benched Pokémon in any way you like.

Sonic Dive
Colorless · Colorless

Discard 2 Energy from this Pokémon. This attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/cn-terastal-gathering-045vh?include=prices 200 51ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cn-terastal-gathering-045vh",
    "name": "Garchomp ex",
    "number": "045/208",
    "printed_number": "045/208",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-045vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-045vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-045vh.large.webp"
      }
    ],
    "expansion": {
      "id": "cn-terastal-gathering",
      "name": "Terastal Gathering",
      "total": 259,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 259,
      "release_date": "2026/06/12",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cn-terastal-gathering.logo.png",
      "translation": {
        "en": {
          "name": "Terastal Gathering"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-045vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-045vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-045vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "320",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Hydro Lander",
        "text": "Attach up to 3 Basic Fighting Energy cards from your discard pile to your Benched Pokémon in any way you like.",
        "damage": "160"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Sonic Dive",
        "text": "Discard 2 Energy from this Pokémon. This attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "PLANETA Mochizuki",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:33:09.656Z"
    }
  }
}