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
Slowking

Slowking

Rare #15 Pokémon Stage 1 HP 100
Types
Water
Illustrator
Aya Kusube
Expansion
Rage of the Broken Heavens · XY
Language
Japanese
TCGplayer
604204

Attacks

Psych Up 40
Water · Colorless

During your next turn, this Pokémons Psych Up attack does 40 more damage (before applying Weakness and Resistance).

GET /api/v1/pokemon/cards/xy9_ja-15vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy9_ja-15vh",
    "name": "Slowking",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/15vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/15vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/15vh.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": "604204",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/15vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/15vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/15vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Royal Flash",
        "text": "Once during your turn (before your attack), you may flip a coin. If heads, move an Energy from your opponents Active Pokémon to 1 of his or her Benched Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Psych Up",
        "text": "During your next turn, this Pokémons Psych Up attack does 40 more damage (before applying Weakness and Resistance).",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Aya Kusube",
    "pricing": {
      "currency": "USD",
      "market": 4.55,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.55
        },
        {
          "condition": "DMG",
          "price": 1.69
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 197.5,
          "low": 195.6,
          "high": 307.2,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16.75,
          "low": 13.8,
          "high": 16.2,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 36.39,
          "low": 38.09,
          "high": 38.09,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-01T04:24:25.211Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}