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

← POP Series 9
Piplup

Piplup

Common #16 Pokémon Basic HP 50
Types
Water
Illustrator
Midori Harada
Expansion
POP Series 9 · POP
Language
English
TCGplayer
88150

Attacks

Water Sport 10
Water

If Piplup has less Energy attached to it than the Defending Pokémon, this attack does 10 damage plus more 10 more damage.

Wavelet 40
Water · Colorless · Colorless

If you have Buizel in play, this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/pop9-16?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop9-16",
    "name": "Piplup",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/16.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/16.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/16.large.webp"
      }
    ],
    "expansion": {
      "id": "pop9",
      "name": "POP Series 9",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2009/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88150",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/16.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/16.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/16.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Water Sport",
        "text": "If Piplup has less Energy attached to it than the Defending Pokémon, this attack does 10 damage plus more 10 more damage.",
        "damage": "10"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Wavelet",
        "text": "If you have Buizel in play, this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+10"
      }
    ],
    "rarity": "Common",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3
        },
        {
          "condition": "HP",
          "price": 1.65
        },
        {
          "condition": "DMG",
          "price": 1.22
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 24.99,
          "low": 21.24,
          "high": 28.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20.5,
          "low": 17.43,
          "high": 23.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 67.65,
          "low": 99,
          "high": 99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:54:47.245Z",
      "trend_7d": {
        "direction": "down",
        "percent": -14.53
      }
    }
  }
}