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

← Emerald Break
Thundurus-EX

Thundurus-EX

Double Rare #22 Pokémon BasicEX HP 170
Types
Lightning
Illustrator
Eske Yoshinob
Expansion
Emerald Break · XY
Language
Japanese
TCGplayer
603874

Attacks

Headlock 30+
Lightning · Colorless

Flip a coin. If heads, this attack does 30 more damage. If tails, your opponent's Active Pokémon is now Paralyzed.

Voltage Rush 150
Lightning · Lightning · Lightning

This Pokémon does 50 damage to itself.

GET /api/v1/pokemon/cards/xy6_ja-22vh?include=prices 200 25ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy6_ja-22vh",
    "name": "Thundurus-EX",
    "number": "22",
    "printed_number": "22",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/22vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/22vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/22vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy6_ja",
      "name": "Emerald Break",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY6",
      "printed_total": 78,
      "release_date": "2015/03/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Emerald Break"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603874",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/22vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/22vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/22vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Headlock",
        "text": "Flip a coin. If heads, this attack does 30 more damage. If tails, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "30+"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 3,
        "name": "Voltage Rush",
        "text": "This Pokémon does 50 damage to itself.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 15.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15.99
        },
        {
          "condition": "LP",
          "price": 3
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 88,
          "low": 74.8,
          "high": 101.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 17.9,
          "low": 15.21,
          "high": 20.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11.4,
          "low": 9.69,
          "high": 13.11,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T02:53:57.198Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}