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

← Storming Emergence (Radiant)
Banette Gx

Banette Gx

Double Rare #041/151 Pokémon Stage 1 HP 190
Types
Psychic
Illustrator
5ban Graphics
Expansion
Storming Emergence (Radiant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Shadow Chant 30
Colorless

This attack does 10 more damage for each Supporter card in your discard pile. You can't add more than 100 damage in this way.

Tomb Hunt-GX
Colorless

Put 3 cards from your discard pile into your hand. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/ser-041vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ser-041vh",
    "name": "Banette Gx",
    "number": "041/151",
    "printed_number": "041/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-041vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-041vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-041vh.large.webp"
      }
    ],
    "expansion": {
      "id": "ser",
      "name": "Storming Emergence (Radiant)",
      "total": 211,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 211,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ser.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Radiant)"
        }
      }
    },
    "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/ser-041vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-041vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-041vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "190",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Shadow Chant",
        "text": "This attack does 10 more damage for each Supporter card in your discard pile. You can't add more than 100 damage in this way.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tomb Hunt-GX",
        "text": "Put 3 cards from your discard pile into your hand. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:35:58.968Z"
    }
  }
}