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

← PCG Promos
Sea's Manaphy

Sea's Manaphy

Promo #146 Pokémon Basic HP 60
Types
Water
Illustrator
Atsuko Nishida
Expansion
PCG Promos · PCG
Language
Japanese
TCGplayer

Attacks

Pickup Power
Colorless

Search your discard pile for an Energy card, show it to your opponent, and put it into your hand.

Aqua Blast 30
Water · Colorless

Discard 1 Water Energy card attached to Sea's Manaphy in order to use this attack.

GET /api/v1/pokemon/cards/pcgp_ja-146?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcgp_ja-146",
    "name": "Sea's Manaphy",
    "number": "146",
    "printed_number": "146",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/146.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/146.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/146.large.webp"
      }
    ],
    "expansion": {
      "id": "pcgp_ja",
      "name": "PCG Promos",
      "total": 153,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 153,
      "release_date": "2003/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcgp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcgp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "PCG 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/pcgp_ja/146.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/146.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/146.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Pickup Power",
        "text": "Search your discard pile for an Energy card, show it to your opponent, and put it into your hand."
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Aqua Blast",
        "text": "Discard 1 Water Energy card attached to Sea's Manaphy in order to use this attack.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 30.55,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 30.55
        },
        {
          "condition": "MP",
          "price": 15
        },
        {
          "condition": "DMG",
          "price": 4.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-28T21:18:51.020Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}