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

← White Flare
Gothitelle (Master Ball)

Gothitelle (Master Ball)

Rare #40 Pokémon Stage 2 HP 150
Types
Psychic
Illustrator
Mousho
Expansion
White Flare · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Synchroshot 90+
Psychic · Colorless

If you have the same number of cards in your hand as your opponent, this attack does 90 more damage.

GET /api/v1/pokemon/cards/sv11w_ja-40vmh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv11w_ja-40vmh",
    "name": "Gothitelle (Master Ball)",
    "number": "40",
    "printed_number": "40",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-40vmh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-40vmh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-40vmh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv11w_ja",
      "name": "White Flare",
      "total": 174,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV11W",
      "printed_total": 86,
      "release_date": "2025/06/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11w_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11w_ja.symbol.png",
      "translation": {
        "en": {
          "name": "White Flare"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "masterBall",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-40vmh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-40vmh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-40vmh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "150",
    "abilities": [
      {
        "name": "Twisted Future",
        "text": "Once during your turn, if this Pokémon is in the Active Spot, you may have your opponent shuffle their hand into their deck and draw 3 cards.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Synchroshot",
        "text": "If you have the same number of cards in your hand as your opponent, this attack does 90 more damage.",
        "damage": "90+"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Mousho",
    "pricing": {
      "currency": "USD",
      "market": 2.86,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.86
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:19:09.346Z",
      "trend_7d": {
        "direction": "up",
        "percent": 76.54
      }
    }
  }
}