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
Clefairy

Clefairy

Common #13 Pokémon Basic HP 60
Types
Fairy
Illustrator
Naoyo Kimura
Expansion
XY Trainer Kit Wigglytuff · XY
Language
English
TCGplayer
98193

Attacks

Moonlight
Colorless

Heal 30 damage from this Pokémon.

Pound 20
Fairy · Colorless
GET /api/v1/pokemon/cards/tk7a-13?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk7a-13",
    "name": "Clefairy",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7a-13.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7a-13.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7a-13.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": "98193",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7a-13.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7a-13.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7a-13.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Moonlight",
        "text": "Heal 30 damage from this Pokémon."
      },
      {
        "cost": [
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Pound",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 9.88,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.88
        },
        {
          "condition": "LP",
          "price": 6.18
        },
        {
          "condition": "MP",
          "price": 5.77
        },
        {
          "condition": "HP",
          "price": 0.2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:14:37.250Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.33
      }
    }
  }
}