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 ex
Wattrel

Wattrel

usually #23 Pokémon Basic HP 50
Types
Lightning
Illustrator
Saya Tsuruta
Expansion
Scarlet ex · Scarlet & Violet
Language
Japanese
TCGplayer
567140

Attacks

Collect
Colorless

Draw a card.

Glide 20
Lightning · Colorless
GET /api/v1/pokemon/cards/sv1s_ja-23?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv1s_ja-23",
    "name": "Wattrel",
    "number": "23",
    "printed_number": "23",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/23.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/23.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/23.large.webp"
      }
    ],
    "expansion": {
      "id": "sv1s_ja",
      "name": "Scarlet ex",
      "total": 108,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV1S",
      "printed_total": 78,
      "release_date": "2023/01/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Scarlet ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567140",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/23.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/23.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/23.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Collect",
        "text": "Draw a card."
      },
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Glide",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "usually",
    "artist": "Saya Tsuruta",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:31:42.359Z",
      "trend_7d": {
        "direction": "down",
        "percent": -39.39
      }
    }
  }
}