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

← Islands Await You
Gothitelle

Gothitelle

Non #27 Pokémon Stage 2 HP 140
Types
Psychic
Illustrator
Mitsuhiro Arita
Expansion
Islands Await You · Sun & Moon
Language
Japanese
TCGplayer
574468

Attacks

Tractorbeam
Psychic

Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. This attack does 30 damage to the new Active Pokémon.

Link Blast 50+
Psychic · Colorless

If this Pokémon and your opponent's Active Pokémon have the same amount of Energy attached to them, this attack does 80 more damage.

GET /api/v1/pokemon/cards/sm2k_ja-27?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2k_ja-27",
    "name": "Gothitelle",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/27.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/27.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/27.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2k_ja",
      "name": "Islands Await You",
      "total": 62,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM2K",
      "printed_total": 50,
      "release_date": "2017/03/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2k_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2k_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Islands Await You"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574468",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/27.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/27.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/27.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Tractorbeam",
        "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. This attack does 30 damage to the new Active Pokémon."
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Link Blast",
        "text": "If this Pokémon and your opponent's Active Pokémon have the same amount of Energy attached to them, this attack does 80 more damage.",
        "damage": "50+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-08-08T02:39:55.634Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}