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

← Shining Synergy (Supreme)
Venomoth Gx

Venomoth Gx

Rare #159/150 Pokémon Stage 1 HP 200
Types
Grass
Illustrator
5ban Graphics
Expansion
Shining Synergy (Supreme) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Shinobi Mastery 110
Colorless · Colorless · Colorless

If you played Koga's Trap from your hand during this turn, this attack does 90 more damage. If you played Janine from your hand during this turn, prevent all damage done to this Pokémon by attacks from Basic Pokémon during your opponent's next turn.

Ten-Card Return-GX 60
Colorless

Shuffle your hand into your deck. Then, draw 10 cards. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sssu-159?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssu-159",
    "name": "Venomoth Gx",
    "number": "159/150",
    "printed_number": "159/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-159.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-159.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-159.large.webp"
      }
    ],
    "expansion": {
      "id": "sssu",
      "name": "Shining Synergy (Supreme)",
      "total": 193,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 193,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssu.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Supreme)"
        }
      }
    },
    "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/sssu-159.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-159.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-159.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "200",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Shinobi Mastery",
        "text": "If you played Koga's Trap from your hand during this turn, this attack does 90 more damage. If you played Janine from your hand during this turn, prevent all damage done to this Pokémon by attacks from Basic Pokémon during your opponent's next turn.",
        "damage": "110"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Ten-Card Return-GX",
        "text": "Shuffle your hand into your deck. Then, draw 10 cards. (You can't use more than 1 GX attack in a game.)",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 16.14,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:38:31.469Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}