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

← Undone Seal
Igglybuff

Igglybuff

Non #61 Pokémon Basic HP 50
Types
Colorless
Illustrator
Naoyo Kimura
Expansion
Undone Seal · ADV
Language
Japanese
TCGplayer
612554

Attacks

Set Song
Colorless

Search your deck for a Basic Pokémon and a basic Energy card, show them to your opponent, and put them into your hand. Shuffle your deck afterward.

GET /api/v1/pokemon/cards/adv5_ja-61?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv5_ja-61",
    "name": "Igglybuff",
    "number": "61",
    "printed_number": "61",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/61.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/61.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/61.large.webp"
      }
    ],
    "expansion": {
      "id": "adv5_ja",
      "name": "Undone Seal",
      "total": 83,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 83,
      "release_date": "2004/01/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Undone Seal"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612554",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/61.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/61.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/61.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "abilities": [
      {
        "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"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Set Song",
        "text": "Search your deck for a Basic Pokémon and a basic Energy card, show them to your opponent, and put them into your hand. Shuffle your deck afterward."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 5.69,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.69
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-07T08:28:03.993Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}