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

← Crystal Guardians
Igglybuff

Igglybuff

Rare #21 Pokémon Basic HP 50
Types
Colorless
Illustrator
Miki Tanaka
Expansion
Crystal Guardians · EX
Language
English
TCGplayer
86261
GET /api/v1/pokemon/cards/ex14-21?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex14-21",
    "name": "Igglybuff",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/21.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/21.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/21.large.webp"
      }
    ],
    "expansion": {
      "id": "ex14",
      "name": "Crystal Guardians",
      "total": 100,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "CG",
      "printed_total": 100,
      "release_date": "2006/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex14.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex14.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86261",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/21.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/21.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/21.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "abilities": [
      {
        "name": "Hover Lift",
        "text": "You pay Colorless less to retreat your Jigglypuff, Wigglytuff, Wigglytuff ex, and Igglybuff.",
        "type": "Poké-Body"
      },
      {
        "name": "Baby Evolution",
        "text": "Once during your turn (before your attack), you may put Jigglypuff from your hand onto Igglybuff (this counts as evolving Igglybuff) and remove all damage counters from Igglybuff.",
        "type": "Poké-Power"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Miki Tanaka",
    "pricing": {
      "currency": "USD",
      "market": 6.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.95
        },
        {
          "condition": "LP",
          "price": 5.05
        },
        {
          "condition": "MP",
          "price": 4.33
        },
        {
          "condition": "HP",
          "price": 5.52
        },
        {
          "condition": "DMG",
          "price": 4.02
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 26.88,
          "low": 26.25,
          "high": 86.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "5.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 32.83,
          "low": 24,
          "high": 56,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 76.75,
          "low": 22,
          "high": 129.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 22.5,
          "low": 19.13,
          "high": 25.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 22.5,
          "low": 19.13,
          "high": 25.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:29:46.787Z",
      "trend_7d": {
        "direction": "up",
        "percent": 9.79
      }
    }
  }
}