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

← Ultra Moon
Manaphy

Manaphy

usually #14 Pokémon Basic HP 70
Types
Water
Illustrator
kawayoo
Expansion
Ultra Moon · Sun & Moon
Language
Japanese
TCGplayer
572268

Attacks

Deep Currents
Water

Shuffle 5 Water Energy cards from your discard pile into your deck.

Water Pulse 20
Water

Your opponent's Active Pokémon is now Asleep.

GET /api/v1/pokemon/cards/sm5m_ja-14?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5m_ja-14",
    "name": "Manaphy",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/14.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/14.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/14.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5m_ja",
      "name": "Ultra Moon",
      "total": 78,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM5M",
      "printed_total": 66,
      "release_date": "2017/12/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5m_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5m_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ultra Moon"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572268",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/14.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/14.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/14.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Deep Currents",
        "text": "Shuffle 5 Water Energy cards from your discard pile into your deck."
      },
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Water Pulse",
        "text": "Your opponent's Active Pokémon is now Asleep.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        },
        {
          "condition": "LP",
          "price": 0.5
        },
        {
          "condition": "MP",
          "price": 0.35
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "1",
          "value": 17.5,
          "low": 14.88,
          "high": 20.13,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:02:12.733Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.54
      }
    }
  }
}