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

← Rising Fist
Gothitelle

Gothitelle

Non #39 Pokémon Stage 2 HP 130
Types
Psychic
Illustrator
kirisAki
Expansion
Rising Fist · XY
Language
Japanese
TCGplayer
603471

Attacks

Psy Report 60
Psychic · Colorless · Colorless

Your opponent reveals his or her hand.

GET /api/v1/pokemon/cards/xy3_ja-39?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3_ja-39",
    "name": "Gothitelle",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/39.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/39.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/39.large.webp"
      }
    ],
    "expansion": {
      "id": "xy3_ja",
      "name": "Rising Fist",
      "total": 105,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY3",
      "printed_total": 96,
      "release_date": "2014/06/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rising Fist"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603471",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/39.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/39.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/39.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Teleport Room",
        "text": "Once during your turn (before your attack), you may discard any Stadium card in play. If you do, put a Stadium card with a different name from your discard pile into play.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Psy Report",
        "text": "Your opponent reveals his or her hand.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 3.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.19
        },
        {
          "condition": "LP",
          "price": 0.3
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T03:18:42.846Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}