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

← Wild Force
Wiglett

Wiglett

usually #21 Pokémon Basic HP 60
Types
Water
Illustrator
OKUBO
Expansion
Wild Force · Scarlet & Violet
Language
Japanese
TCGplayer
568355

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/sv5k_ja-21?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5k_ja-21",
    "name": "Wiglett",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/21.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/21.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/21.large.webp"
      }
    ],
    "expansion": {
      "id": "sv5k_ja",
      "name": "Wild Force",
      "total": 100,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV5K",
      "printed_total": 71,
      "release_date": "2024/01/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5k_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5k_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Wild Force"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568355",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/21.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/21.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/21.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": "usually",
    "artist": "OKUBO",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "LP",
          "price": 0.12
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T13:51:31.379Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}