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

← DP Trainer Kit Manaphy
Piplup

Piplup

Common #5 Pokémon Basic HP 60
Types
Water
Illustrator
Ken Sugimori
Expansion
DP Trainer Kit Manaphy · Diamond & Pearl
Language
English
TCGplayer
88144

Attacks

Peck 10
Water Splash 20+
Water · Colorless

Flip a coin. If heads, this attack does 20 damage plus 10 more damage.

GET /api/v1/pokemon/cards/tk3a-5?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk3a-5",
    "name": "Piplup",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-5.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-5.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-5.large.webp"
      }
    ],
    "expansion": {
      "id": "tk3a",
      "name": "DP Trainer Kit Manaphy",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "printed_total": 12,
      "release_date": "2007/09/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk3a.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk3a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88144",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-5.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-5.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-5.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Peck",
        "damage": "10"
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Water Splash",
        "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.",
        "damage": "20+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+10"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.74,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.74
        },
        {
          "condition": "LP",
          "price": 0.51
        },
        {
          "condition": "MP",
          "price": 0.32
        },
        {
          "condition": "HP",
          "price": 0.32
        },
        {
          "condition": "DMG",
          "price": 0.39
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:17:36.045Z",
      "trend_7d": {
        "direction": "up",
        "percent": 8.82
      }
    }
  }
}