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 Trainer Kit Wigglytuff
Wigglytuff

Wigglytuff

Common #14 Pokémon Stage 1 HP 100
Types
Fairy
Illustrator
Kagemaru Himeno
Expansion
XY Trainer Kit Wigglytuff · XY
Language
English
TCGplayer
98194

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/tk7a-14?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk7a-14",
    "name": "Wigglytuff",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7a-14.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7a-14.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7a-14.large.webp"
      }
    ],
    "expansion": {
      "id": "tk7a",
      "name": "XY Trainer Kit Wigglytuff",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "printed_total": 30,
      "release_date": "2014/11/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk7a.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk7a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98194",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7a-14.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7a-14.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7a-14.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": "Common",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 6.71,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.71
        },
        {
          "condition": "LP",
          "price": 6.1
        },
        {
          "condition": "MP",
          "price": 2.95
        },
        {
          "condition": "HP",
          "price": 0.75
        },
        {
          "condition": "DMG",
          "price": 0.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T04:10:24.964Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}