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

← MEGA Dream ex
Chien-Pao

Chien-Pao

Common #43 Pokémon Basic HP 120
Types
Water
Illustrator
toi8
Expansion
MEGA Dream ex · Mega Evolution
Language
Japanese
TCGplayer

Attacks

Icicle Loop 120
Water · Water · Colorless

Put an Energy attached to this Pokémon into your hand.

GET /api/v1/pokemon/cards/m2a_ja-43?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m2a_ja-43",
    "name": "Chien-Pao",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/43.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/43.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/43.large.webp"
      }
    ],
    "expansion": {
      "id": "m2a_ja",
      "name": "MEGA Dream ex",
      "total": 250,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M2a",
      "printed_total": 193,
      "release_date": "2025/11/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m2a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m2a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "MEGA Dream ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/43.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/43.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/43.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Snow Sink",
        "text": "When you play this Pokémon from your hand onto your Bench during your turn, you may discard a Stadium in play.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Icicle Loop",
        "text": "Put an Energy attached to this Pokémon into your hand.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "toi8",
    "pricing": {
      "currency": "USD",
      "market": 2.76,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.76
        },
        {
          "condition": "LP",
          "price": 0.5
        },
        {
          "condition": "MP",
          "price": 0.39
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:10:29.056Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2200
      }
    }
  }
}