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

← Gem Pack Vol. 6
Appletun

Appletun

Rare #2105/07 Pokémon Stage 1 HP 90
Types
Dragon
Illustrator
Oswaldo KATO
Expansion
Gem Pack Vol. 6 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Melting Sweetness 50
Colorless · Colorless

During your opponent's next turn, the Defending Pokémon can't attack.

Wild Tackle 130
Colorless · Colorless

This Pokémon also does 20 damage to itself.

GET /api/v1/pokemon/cards/cn-gem-pack-vol-6-2105?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cn-gem-pack-vol-6-2105",
    "name": "Appletun",
    "number": "2105/07",
    "printed_number": "2105/07",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-6-2105.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-6-2105.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-6-2105.large.webp"
      }
    ],
    "expansion": {
      "id": "cn-gem-pack-vol-6",
      "name": "Gem Pack Vol. 6",
      "total": 196,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 196,
      "release_date": "2026/08/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cn-gem-pack-vol-6.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack Vol. 6"
        }
      }
    },
    "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/cn-gem-pack-vol-6-2105.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-6-2105.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-6-2105.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Melting Sweetness",
        "text": "During your opponent's next turn, the Defending Pokémon can't attack.",
        "damage": "50"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Wild Tackle",
        "text": "This Pokémon also does 20 damage to itself.",
        "damage": "130"
      }
    ],
    "rarity": "Rare",
    "artist": "Oswaldo KATO",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:36:29.639Z"
    }
  }
}