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

← Collect 151 Journey
Wigglytuff Ex

Wigglytuff Ex

Rare #186/151 Pokémon Stage 1 HP 250
Types
Colorless
Illustrator
Saki Hayashiro
Expansion
Collect 151 Journey · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Friend Tackle 90
Colorless · Colorless · Colorless

If you played a Supporter card from your hand during this turn, this attack does 90 more damage.

GET /api/v1/pokemon/cards/c151j-186?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "c151j-186",
    "name": "Wigglytuff Ex",
    "number": "186/151",
    "printed_number": "186/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-186.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-186.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-186.large.webp"
      }
    ],
    "expansion": {
      "id": "c151j",
      "name": "Collect 151 Journey",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 192,
      "release_date": "2025/01/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/c151j.logo.png",
      "translation": {
        "en": {
          "name": "Collect 151 Journey"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-186.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-186.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-186.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "250",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Friend Tackle",
        "text": "If you played a Supporter card from your hand during this turn, this attack does 90 more damage.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Saki Hayashiro",
    "pricing": {
      "currency": "USD",
      "market": 4,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 31.01,
          "low": 31.01,
          "high": 31.01,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:26:21.699Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}