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
Prinplup

Prinplup

Common #6 Pokémon Stage 1 HP 80
Types
Water
Illustrator
Ken Sugimori
Expansion
DP Trainer Kit Manaphy · Diamond & Pearl
Language
English
TCGplayer
88369

Attacks

Aqua Shower
Water

Does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Brine
Water · Water

Choose 1 of your opponent's Pokémon that has any damage counters on it. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/tk3a-6?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk3a-6",
    "name": "Prinplup",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-6.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-6.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-6.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": "88369",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-6.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-6.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-6.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Aqua Shower",
        "text": "Does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Brine",
        "text": "Choose 1 of your opponent's Pokémon that has any damage counters on it. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+20"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.25
        },
        {
          "condition": "HP",
          "price": 0.17
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-15T02:37:17.790Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}