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

← Awakening Psychic King
M Altaria-EX

M Altaria-EX

Super Rare #84 Pokémon MEGAEX HP 220
Types
Fairy
Illustrator
5ban Graphics
Expansion
Awakening Psychic King · XY
Language
Japanese
TCGplayer

Attacks

Mist Purge 100+
Fairy · Colorless · Colorless

If this Pokémon has any Special Energy attached to it, this attack does 30 more damage and heal 30 damage from each of your Pokémon.

GET /api/v1/pokemon/cards/xy10_ja-84vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy10_ja-84vh",
    "name": "M Altaria-EX",
    "number": "84",
    "printed_number": "84",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/84vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/84vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/84vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy10_ja",
      "name": "Awakening Psychic King",
      "total": 88,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY10",
      "printed_total": 78,
      "release_date": "2016/03/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy10_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy10_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Awakening Psychic King"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/84vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/84vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/84vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "MEGA",
      "EX"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "220",
    "attacks": [
      {
        "cost": [
          "Fairy",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Mist Purge",
        "text": "If this Pokémon has any Special Energy attached to it, this attack does 30 more damage and heal 30 damage from each of your Pokémon.",
        "damage": "100+"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 212.85,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 212.85
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 195.48,
          "low": 242.51,
          "high": 242.51,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2025-11-18T02:09:47.500Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}