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-3?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "miscppp_ja-3",
    "name": "Piplup",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/3.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": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/3.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": null,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 44.5,
          "low": 37.82,
          "high": 51.18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25.5,
          "low": 21.68,
          "high": 29.33,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ]
    }
  }
}