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
Gyarados-EX

Gyarados-EX

Ultra Rare #89 Pokémon BasicEX HP 180
Types
Water
Illustrator
Mitsuhiro Arita
Expansion
Rage of the Broken Heavens · XY
Language
Japanese
TCGplayer
604163
GET /api/v1/pokemon/cards/xy9_ja-89vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy9_ja-89vh",
    "name": "Gyarados-EX",
    "number": "89",
    "printed_number": "89",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/89vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/89vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/89vh.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": "604163",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/89vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/89vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/89vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Water"
    ],
    "hp": "180",
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Ultra Rare",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 752.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 752.4
        },
        {
          "condition": "LP",
          "price": 90
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 846.5,
          "low": 243,
          "high": 1450,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 180,
          "low": 153,
          "high": 207,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1020,
          "low": 791,
          "high": 1020,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 91,
          "low": 77.35,
          "high": 104.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 519.25,
          "low": 405,
          "high": 633.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-04-27T09:41:57.353Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}