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

← PokéKyun Collection
Slurpuff

Slurpuff

Non #24 Pokémon Stage 1
Types
Fairy
Illustrator
MAHOU
Expansion
PokéKyun Collection · XY
Language
Japanese
TCGplayer
605475

Attacks

Lap Up
Fairy

Draw 3 cards.

Fairy Wind 40
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/cp3_ja-24?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp3_ja-24",
    "name": "Slurpuff",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/24.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/24.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/24.large.webp"
      }
    ],
    "expansion": {
      "id": "cp3_ja",
      "name": "PokéKyun Collection",
      "total": 32,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP3",
      "printed_total": 32,
      "release_date": "2016/01/29",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "PokéKyun Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "605475",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/24.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/24.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/24.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fairy"
    ],
    "attacks": [
      {
        "cost": [
          "Fairy"
        ],
        "converted_energy_cost": 1,
        "name": "Lap Up",
        "text": "Draw 3 cards."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fairy Wind",
        "damage": "40"
      }
    ],
    "rarity": "Non",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 18.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 18.39
        },
        {
          "condition": "LP",
          "price": 16
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 97.76,
          "low": 83.1,
          "high": 112.42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 10,
          "low": 10,
          "high": 63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 80,
          "low": 66.7,
          "high": 144,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 22.5,
          "low": 21.11,
          "high": 38.68,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7
        }
      ],
      "market_updated_at": "2026-09-22T03:33:05.475Z",
      "trend_7d": {
        "direction": "down",
        "percent": -18.45
      }
    }
  }
}