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

← Paradox Rift
Wugtrio

Wugtrio

Uncommon #53 Pokémon Stage 1 HP 90
Types
Water
Illustrator
Kouki Saitou
Expansion
Paradox Rift · Scarlet & Violet
Language
English
TCGplayer
523663

Attacks

Triple Whip 70
Water · Water

Flip 3 coins. This attack does 70 damage for each heads.

GET /api/v1/pokemon/cards/sv4-53?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4-53",
    "name": "Wugtrio",
    "number": "53",
    "printed_number": "53",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/53.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/53.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/53.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4",
      "name": "Paradox Rift",
      "total": 266,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAR",
      "printed_total": 182,
      "release_date": "2023/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "523663",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/53.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/53.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/53.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Suddenly Select",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may search your deck for up to 3 Pokémon Tool cards, reveal them, and put them into your hand. Then, shuffle your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Triple Whip",
        "text": "Flip 3 coins. This attack does 70 damage for each heads.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.06,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.06
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:26:51.715Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}