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

← Scarlet & Violet
Wugtrio

Wugtrio

Uncommon #57 Pokémon Stage 1 HP 90
Types
Water
Illustrator
KIYOTAKA OSHIYAMA
Expansion
Scarlet & Violet · Scarlet & Violet
Language
English
TCGplayer
487906

Attacks

Headbutt 30
Water
Undersea Tunnel
Colorless · Colorless · Colorless

Flip 3 coins. For each heads, discard the top 3 cards of your opponent's deck.

GET /api/v1/pokemon/cards/sv1-57?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv1-57",
    "name": "Wugtrio",
    "number": "57",
    "printed_number": "57",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/57.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/57.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/57.large.webp"
      }
    ],
    "expansion": {
      "id": "sv1",
      "name": "Scarlet & Violet",
      "total": 258,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SVI",
      "printed_total": 198,
      "release_date": "2023/03/31",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "487906",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/57.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/57.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/57.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Headbutt",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Undersea Tunnel",
        "text": "Flip 3 coins. For each heads, discard the top 3 cards of your opponent's deck."
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "KIYOTAKA OSHIYAMA",
    "pricing": {
      "currency": "USD",
      "market": 0.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.16
        },
        {
          "condition": "LP",
          "price": 0.07
        },
        {
          "condition": "MP",
          "price": 0.09
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:13:49.240Z",
      "trend_7d": {
        "direction": "up",
        "percent": 23.08
      }
    }
  }
}