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

← Sky-Splitting Charisma
Altaria-GX

Altaria-GX

Super Rare #100 Pokémon Stage 1GX HP 200
Types
Dragon
Illustrator
5ban Graphics
Expansion
Sky-Splitting Charisma · Sun & Moon
Language
Japanese
TCGplayer
573388

Attacks

Bright Tone 50
Fairy · Colorless

Prevent all damage done to this Pokémon by attacks from Pokémon-GX and Pokémon-EX during your opponent's next turn.

Sonic Edge 110
Water · Fairy · Colorless

This attack's damage isn't affected by any effects on your opponent's Active Pokémon.

Euphoria-GX
Fairy · Colorless

Your opponent's Active Pokémon is now Asleep. Heal all damage from all of your Pokémon. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm7_ja-100vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm7_ja-100vh",
    "name": "Altaria-GX",
    "number": "100",
    "printed_number": "100",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/100vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/100vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/100vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm7_ja",
      "name": "Sky-Splitting Charisma",
      "total": 112,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM7",
      "printed_total": 96,
      "release_date": "2018/06/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sky-Splitting Charisma"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573388",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/100vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/100vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/100vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "GX"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "200",
    "attacks": [
      {
        "cost": [
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bright Tone",
        "text": "Prevent all damage done to this Pokémon by attacks from Pokémon-GX and Pokémon-EX during your opponent's next turn.",
        "damage": "50"
      },
      {
        "cost": [
          "Water",
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sonic Edge",
        "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon.",
        "damage": "110"
      },
      {
        "cost": [
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Euphoria-GX",
        "text": "Your opponent's Active Pokémon is now Asleep. Heal all damage from all of your Pokémon. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 10.81,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10.81
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 25.23,
          "low": 25.23,
          "high": 25.23,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 29.06,
          "low": 16.29,
          "high": 16.29,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:18:07.771Z",
      "trend_7d": {
        "direction": "up",
        "percent": 11.21
      }
    }
  }
}