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

← Red Flash
Zorua

Zorua

usually #41 Pokémon Basic HP 60
Types
Darkness
Illustrator
Hitoshi Ariga
Expansion
Red Flash · XY
Language
Japanese
TCGplayer
604125

Attacks

Whiny Voice
Darkness

Choose a random card from your opponent's hand. Your opponent' reveals that card and shuffles it into his or her hand.

Dark Edge 30
Darkness · Colorless

Discard an Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/xy8r_ja-41?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy8r_ja-41",
    "name": "Zorua",
    "number": "41",
    "printed_number": "41",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/41.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/41.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/41.large.webp"
      }
    ],
    "expansion": {
      "id": "xy8r_ja",
      "name": "Red Flash",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY8",
      "printed_total": 59,
      "release_date": "2015/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8r_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8r_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Red Flash"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "604125",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/41.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/41.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/41.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Whiny Voice",
        "text": "Choose a random card from your opponent's hand. Your opponent' reveals that card and shuffles it into his or her hand."
      },
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Dark Edge",
        "text": "Discard an Energy attached to this Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "Hitoshi Ariga",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 8.01,
          "low": 6.81,
          "high": 9.21,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T03:03:42.741Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}