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

← Rage of the Broken Heavens
Manaphy-EX

Manaphy-EX

Super Rare #83 Pokémon BasicEX HP 120
Types
Water
Illustrator
Ryo Ueda
Expansion
Rage of the Broken Heavens · XY
Language
Japanese
TCGplayer
604174

Attacks

Mineral Pump 60
Water · Water

Heal 30 damage from each of your Benched Pokémon.

GET /api/v1/pokemon/cards/xy9_ja-83vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy9_ja-83vh",
    "name": "Manaphy-EX",
    "number": "83",
    "printed_number": "83",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/83vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/83vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/83vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy9_ja",
      "name": "Rage of the Broken Heavens",
      "total": 89,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY9",
      "printed_total": 80,
      "release_date": "2015/12/11",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rage of the Broken Heavens"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "604174",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/83vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/83vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/83vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Water"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Aqua Tube",
        "text": "Each of your Pokémon that has any Water Energy attached to it has no Retreat Cost.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Mineral Pump",
        "text": "Heal 30 damage from each of your Benched Pokémon.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 137.94,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 61,
          "low": 51.85,
          "high": 70.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 65,
          "low": 55.25,
          "high": 74.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 120,
          "low": 102,
          "high": 138,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 47.5,
          "low": 40.38,
          "high": 54.62,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-04-27T09:41:57.353Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}