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

← Mythical & Legendary Dream Shine Collection
Keldeo

Keldeo

Common #14 Pokémon Basic
Types
Water
Illustrator
Shin Nagasawa
Expansion
Mythical & Legendary Dream Shine Collection · XY
Language
Japanese
TCGplayer
606034

Attacks

Sacred Sword 100
Water · Water · Water

This Pokémon can't use Sacred Sword during your next turn.

GET /api/v1/pokemon/cards/cp5_ja-14?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp5_ja-14",
    "name": "Keldeo",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/14.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/14.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/14.large.webp"
      }
    ],
    "expansion": {
      "id": "cp5_ja",
      "name": "Mythical & Legendary Dream Shine Collection",
      "total": 38,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP5",
      "printed_total": 36,
      "release_date": "2016/07/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mythical & Legendary Dream Shine Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "606034",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/14.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/14.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/14.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "abilities": [
      {
        "name": "Justified",
        "text": "This Pokémon's attacks do 50 more damage to your opponent's Darkness Pokémon (before applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Water"
        ],
        "converted_energy_cost": 3,
        "name": "Sacred Sword",
        "text": "This Pokémon can't use Sacred Sword during your next turn.",
        "damage": "100"
      }
    ],
    "rarity": "Common",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 41.71,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 41.71
        },
        {
          "condition": "LP",
          "price": 33.99
        },
        {
          "condition": "MP",
          "price": 22.75
        },
        {
          "condition": "HP",
          "price": 19
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 199.99,
          "low": 170,
          "high": 224,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-19T05:26:59.293Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}