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

← Temporal Forces
Wiglett

Wiglett

Common #47 Pokémon Basic HP 60
Types
Water
Illustrator
OKUBO
Expansion
Temporal Forces · Scarlet & Violet
Language
English
TCGplayer
542791

Attacks

Lucky Find
Water

Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck.

Aqua Bomb 40
Water · Water

This Pokémon also does 20 damage to itself.

GET /api/v1/pokemon/cards/sv5-47?include=prices 200 26ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5-47",
    "name": "Wiglett",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/47.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/47.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/47.large.webp"
      }
    ],
    "expansion": {
      "id": "sv5",
      "name": "Temporal Forces",
      "total": 218,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TEF",
      "printed_total": 162,
      "release_date": "2024/03/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "542791",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/47.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/47.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/47.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Lucky Find",
        "text": "Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Aqua Bomb",
        "text": "This Pokémon also does 20 damage to itself.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "OKUBO",
    "pricing": {
      "currency": "USD",
      "market": 0.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.1
        },
        {
          "condition": "MP",
          "price": 0.05
        },
        {
          "condition": "DMG",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:59:35.982Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}