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

← Cruel Traitor
Mantine

Mantine

usually #14 Pokémon Basic HP 100
Types
Water
Illustrator
DemizuPosuka
Expansion
Cruel Traitor · XY
Language
Japanese
TCGplayer
603294

Attacks

Healing Wave
Water

Discard as many cards as you like from your hand. Heal 10 damage from this Pokémon for each card you discarded in this way.

Dwindling Wave 90-
Water · Water · Water

This attack does 90 damage minus 10 damage for each damage counter on this Pokémon.

GET /api/v1/pokemon/cards/xy11c_ja-14?include=prices 200 34ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11c_ja-14",
    "name": "Mantine",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/14.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/14.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/14.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11c_ja",
      "name": "Cruel Traitor",
      "total": 59,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY11",
      "printed_total": 54,
      "release_date": "2016/06/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy11c_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy11c_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Cruel Traitor"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603294",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/14.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/14.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/14.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Healing Wave",
        "text": "Discard as many cards as you like from your hand. Heal 10 damage from this Pokémon for each card you discarded in this way."
      },
      {
        "cost": [
          "Water",
          "Water",
          "Water"
        ],
        "converted_energy_cost": 3,
        "name": "Dwindling Wave",
        "text": "This attack does 90 damage minus 10 damage for each damage counter on this Pokémon.",
        "damage": "90-"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "DemizuPosuka",
    "pricing": {
      "currency": "USD",
      "market": 15.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15.99
        },
        {
          "condition": "LP",
          "price": 3.5
        },
        {
          "condition": "MP",
          "price": 2.95
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-12T14:53:27.215Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}