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

← PPP Promos
Piplup

Piplup

Common #3 Pokémon Basic
Types
Water
Illustrator
Naoyo Kimura
Expansion
PPP Promos · Other
Language
Japanese
TCGplayer

Attacks

Splatter
Water

Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance.

GET /api/v1/pokemon/cards/miscppp_ja-3vh?include=prices 200 44ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "miscppp_ja-3vh",
    "name": "Piplup",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/3vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/3vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/3vh.large.webp"
      }
    ],
    "expansion": {
      "id": "miscppp_ja",
      "name": "PPP Promos",
      "total": 7,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Other",
      "printed_total": 7,
      "release_date": "2007/05/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscppp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscppp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "PPP Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/3vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/3vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/3vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "abilities": [
      {
        "name": "Pecha Berry",
        "text": "If Piplup is Poisoned, remove the Special Condition Poisoned from Piplup at the end of each player's turn.",
        "type": "Held Item"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Splatter",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance."
      }
    ],
    "rarity": "Common",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 48,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 48
        },
        {
          "condition": "MP",
          "price": 45
        },
        {
          "condition": "HP",
          "price": 22
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 130.21,
          "low": 99.63,
          "high": 160.79,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 280.98,
          "low": 249.95,
          "high": 280.98,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 177.58,
          "low": 177.58,
          "high": 188.79,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 186,
          "low": 158.1,
          "high": 213.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 866,
          "low": 83.1,
          "high": 1055,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 149.99,
          "low": 127.49,
          "high": 172.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 89,
          "low": 84,
          "high": 89,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:38:28.460Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}