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

← Incandescent Arcana
Kyogre

Kyogre

Rare #30 Pokémon Basic HP 140
Types
Water
Illustrator
Kouki Saitou
Expansion
Incandescent Arcana · Sword & Shield
Language
Japanese
TCGplayer
570793

Attacks

Call for Waves
Colorless

Search your deck for a Water Energy card and attach it to this Pokémon. Then, shuffle your deck.

Dynamic Wave
Water · Water · Water · Colorless

Put 3 Energy attached to this Pokémon into your hand. This attack does 180 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/swsh11a_ja-30vh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh11a_ja-30vh",
    "name": "Kyogre",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/30vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/30vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/30vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh11a_ja",
      "name": "Incandescent Arcana",
      "total": 94,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S11a",
      "printed_total": 68,
      "release_date": "2022/09/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh11a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh11a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Incandescent Arcana"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570793",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/30vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/30vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/30vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Call for Waves",
        "text": "Search your deck for a Water Energy card and attach it to this Pokémon. Then, shuffle your deck."
      },
      {
        "cost": [
          "Water",
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Dynamic Wave",
        "text": "Put 3 Energy attached to this Pokémon into your hand. This attack does 180 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.42,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.42
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.71,
          "low": 12.5,
          "high": 16.92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:09:52.614Z",
      "trend_7d": {
        "direction": "up",
        "percent": 27.27
      }
    }
  }
}