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

← Paradise Dragona
Appletun

Appletun

Non #47 Pokémon Stage 1 HP 90
Types
Dragon
Illustrator
Oswaldo KATO
Expansion
Paradise Dragona · Scarlet & Violet
Language
Japanese
TCGplayer
579429

Attacks

Sweet Melt 50
Colorless · Colorless

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

Wild Tackle 130
Grass · Fire

This Pokémon also does 20 damage to itself.

GET /api/v1/pokemon/cards/sv7a_ja-47?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv7a_ja-47",
    "name": "Appletun",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/47.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/47.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/47.large.webp"
      }
    ],
    "expansion": {
      "id": "sv7a_ja",
      "name": "Paradise Dragona",
      "total": 94,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV7a",
      "printed_total": 64,
      "release_date": "2024/09/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv7a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv7a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Paradise Dragona"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "579429",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/47.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/47.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/47.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Sweet Melt",
        "text": "During your opponent's next turn, the Defending Pokémon can't attack.",
        "damage": "50"
      },
      {
        "cost": [
          "Grass",
          "Fire"
        ],
        "converted_energy_cost": 2,
        "name": "Wild Tackle",
        "text": "This Pokémon also does 20 damage to itself.",
        "damage": "130"
      }
    ],
    "rarity": "Non",
    "artist": "Oswaldo KATO",
    "pricing": {
      "currency": "USD",
      "market": 0.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.14
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:16:42.764Z",
      "trend_7d": {
        "direction": "down",
        "percent": -57.58
      }
    }
  }
}