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

← Fusion Strike
Wigglytuff

Wigglytuff

Uncommon #111 Pokémon Stage 1 HP 120
Types
Psychic
Illustrator
Asako Ito
Expansion
Fusion Strike · Sword & Shield
Language
English
TCGplayer
253269

Attacks

Find Treasure
Psychic

Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.

Hyper Voice 90
Psychic · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh8-111?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8-111",
    "name": "Wigglytuff",
    "number": "111",
    "printed_number": "111",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/111.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/111.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/111.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh8",
      "name": "Fusion Strike",
      "total": 284,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "FST",
      "printed_total": 264,
      "release_date": "2021/11/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "253269",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/111.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/111.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/111.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Find Treasure",
        "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hyper Voice",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Asako Ito",
    "pricing": {
      "currency": "USD",
      "market": 0.94,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.94
        },
        {
          "condition": "LP",
          "price": 0.65
        },
        {
          "condition": "MP",
          "price": 0.47
        },
        {
          "condition": "HP",
          "price": 0.48
        },
        {
          "condition": "DMG",
          "price": 0.42
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:49:14.081Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.17
      }
    }
  }
}