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

← Clash of the Blue Sky
Pelipper

Pelipper

Rare #29 Pokémon Stage 1 HP 70
Types
Water
Illustrator
Tomokazu Komiya
Expansion
Clash of the Blue Sky · PCG
Language
Japanese
TCGplayer
612311

Attacks

Bay Dance 10
Colorless

During your next turn, if any of your current Active Pokémon does damage to any Defending Pokémon, the attack does 30 more damage (before applying Weakness and Resistance).

Aqua Sonic 50
Water · Colorless · Colorless

This attack's damage is not affected by Resistance.

GET /api/v1/pokemon/cards/pcg2_ja-29?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg2_ja-29",
    "name": "Pelipper",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/29.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/29.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/29.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg2_ja",
      "name": "Clash of the Blue Sky",
      "total": 82,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 82,
      "release_date": "2004/07/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Clash of the Blue Sky"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612311",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/29.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/29.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/29.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Bay Dance",
        "text": "During your next turn, if any of your current Active Pokémon does damage to any Defending Pokémon, the attack does 30 more damage (before applying Weakness and Resistance).",
        "damage": "10"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Aqua Sonic",
        "text": "This attack's damage is not affected by Resistance.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 4.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 211,
          "low": 179.35,
          "high": 242.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-23T02:46:37.904Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}