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

← Collection X
Slurpuff

Slurpuff

Rare #43 Pokémon Stage 1 HP 90
Types
Fairy
Illustrator
5ban Graphics
Expansion
Collection X · XY
Language
Japanese
TCGplayer
603121

Attacks

Draining Kiss 30
Fairy · Colorless

Heal 30 damage from this Pokémon.

GET /api/v1/pokemon/cards/xy1x_ja-43vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy1x_ja-43vh",
    "name": "Slurpuff",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/43vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/43vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/43vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy1x_ja",
      "name": "Collection X",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY1",
      "printed_total": 60,
      "release_date": "2013/12/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy1x_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy1x_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Collection X"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603121",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/43vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/43vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/43vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Sweet Veil",
        "text": "Each of your Pokémon that has any Fairy Energy attached to it can't be affected by any Special Conditions. (Remove any Special Conditions affecting those Pokémon.)",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Draining Kiss",
        "text": "Heal 30 damage from this Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.79,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.79
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T02:44:33.870Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}