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

← Space Juggler
Origin Forme Palkia V

Origin Forme Palkia V

Super Rare #70 Pokémon BasicV HP 220
Types
Water
Illustrator
aky CG Works
Expansion
Space Juggler · Sword & Shield
Language
Japanese
TCGplayer
569913

Attacks

Rule the Region
Water

Search your deck for a Stadium card, reveal it, and put it into your hand. Then, shuffle your deck.

Hydro Break 200
Water · Water · Colorless

During your next turn, this Pokémon can't attack.

GET /api/v1/pokemon/cards/swsh10p_ja-70vh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10p_ja-70vh",
    "name": "Origin Forme Palkia V",
    "number": "70",
    "printed_number": "70",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/70vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/70vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/70vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10p_ja",
      "name": "Space Juggler",
      "total": 88,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S10P",
      "printed_total": 67,
      "release_date": "2022/04/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Space Juggler"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569913",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/70vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/70vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/70vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Water"
    ],
    "hp": "220",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Rule the Region",
        "text": "Search your deck for a Stadium card, reveal it, and put it into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hydro Break",
        "text": "During your next turn, this Pokémon can't attack.",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "aky CG Works",
    "pricing": {
      "currency": "USD",
      "market": 9,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 19,
          "low": 13,
          "high": 19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T03:31:24.766Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}