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

← Cosmic Eclipse
Piplup

Piplup

Common #54 Pokémon Basic HP 60
Types
Water
Illustrator
Suwama Chiaki
Expansion
Cosmic Eclipse · Sun & Moon
Language
English
TCGplayer
201230

Attacks

Bubble Hold 80
Water · Water · Water

If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn.

GET /api/v1/pokemon/cards/sm12-54?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12-54",
    "name": "Piplup",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/54.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/54.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/54.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12",
      "name": "Cosmic Eclipse",
      "total": 272,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CEC",
      "printed_total": 236,
      "release_date": "2019/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "201230",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/54.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/54.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/54.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Water"
        ],
        "converted_energy_cost": 3,
        "name": "Bubble Hold",
        "text": "If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 0.36,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.36
        },
        {
          "condition": "LP",
          "price": 0.32
        },
        {
          "condition": "MP",
          "price": 0.23
        },
        {
          "condition": "HP",
          "price": 0.28
        },
        {
          "condition": "DMG",
          "price": 0.26
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11.1,
          "low": 9.43,
          "high": 12.76,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "9.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:47:33.866Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.7
      }
    }
  }
}