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

← Star Birth
Manaphy

Manaphy

Non #31 Pokémon Basic HP 70
Types
Water
Illustrator
HYOGONOSUKE
Expansion
Star Birth · Sword & Shield
Language
Japanese
TCGplayer
569659

Attacks

Rain Splash 20
Water
GET /api/v1/pokemon/cards/swsh9_ja-31?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh9_ja-31",
    "name": "Manaphy",
    "number": "31",
    "printed_number": "31",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/31.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/31.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/31.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh9_ja",
      "name": "Star Birth",
      "total": 127,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S9",
      "printed_total": 100,
      "release_date": "2022/01/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Star Birth"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569659",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/31.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/31.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/31.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Wave Veil",
        "text": "Prevent all damage done to your Benched Pokémon by your opponent's attacks.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Rain Splash",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "HYOGONOSUKE",
    "pricing": {
      "currency": "USD",
      "market": 0.74,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.74
        },
        {
          "condition": "LP",
          "price": 0.2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:45:24.522Z",
      "trend_7d": {
        "direction": "up",
        "percent": 124.24
      }
    }
  }
}