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

← XY
Wigglytuff

Wigglytuff

Rare #90 Pokémon Stage 1 HP 100
Types
Fairy
Illustrator
Kagemaru Himeno
Expansion
XY · XY
Language
English
TCGplayer
90601

Attacks

Balloon Barrage 20
Colorless

This attack does 20 damage times the amount of Energy attached to this Pokémon.

Double-Edge 90
Fairy · Fairy · Colorless

This Pokémon does 10 damage to itself.

GET /api/v1/pokemon/cards/xy1-90?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy1-90",
    "name": "Wigglytuff",
    "number": "90",
    "printed_number": "90",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/90.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/90.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/90.large.webp"
      }
    ],
    "expansion": {
      "id": "xy1",
      "name": "XY",
      "total": 146,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "XY",
      "printed_total": 146,
      "release_date": "2014/02/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90601",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/90.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/90.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/90.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Balloon Barrage",
        "text": "This attack does 20 damage times the amount of Energy attached to this Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Fairy",
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Double-Edge",
        "text": "This Pokémon does 10 damage to itself.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 1.6,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.6
        },
        {
          "condition": "LP",
          "price": 1.07
        },
        {
          "condition": "MP",
          "price": 0.87
        },
        {
          "condition": "HP",
          "price": 0.57
        },
        {
          "condition": "DMG",
          "price": 0.87
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 60,
          "low": 51,
          "high": 69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:06:09.122Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.27
      }
    }
  }
}