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

← Mega Evolution
Raikou

Raikou

Rare #48 Pokémon Basic HP 120
Types
Lightning
Illustrator
Takumi Wada
Expansion
Mega Evolution · Mega Evolution
Language
English
TCGplayer
654387

Attacks

Electro Fall 30+
Lightning · Lightning

If you have at least 4 Lightning Energy in play, this attack does 90 more damage.

GET /api/v1/pokemon/cards/me1-48vrh?include=prices 200 39ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me1-48vrh",
    "name": "Raikou",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/48vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/48vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/48vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "me1",
      "name": "Mega Evolution",
      "total": 188,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEG",
      "printed_total": 132,
      "release_date": "2025/09/26",
      "logo": "https://images.scrydex.com/pokemon/me1-logo/logo",
      "symbol": "https://images.scrydex.com/pokemon/me1-symbol/symbol"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "654387",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/48vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/48vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/48vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Electro Fall",
        "text": "If you have at least 4 Lightning Energy in play, this attack does 90 more damage.",
        "damage": "30+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Takumi Wada",
    "pricing": {
      "currency": "USD",
      "market": 0.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.23
        },
        {
          "condition": "LP",
          "price": 0.2
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 260,
          "low": 218,
          "high": 287.99,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 6.5,
          "low": 6.5,
          "high": 6.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 23.16,
          "low": 17.72,
          "high": 43.31,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 12.92,
          "low": 5.47,
          "high": 58.26,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 30,
          "trend": {
            "direction": "up",
            "percent": 11.1
          }
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6.5,
          "low": 3.25,
          "high": 9.05,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 11,
          "trend": {
            "direction": "up",
            "percent": 8.3
          }
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 6.5,
          "low": 4.53,
          "high": 8.6,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-22T02:28:58.540Z",
      "trend_7d": {
        "direction": "down",
        "percent": -14.81
      }
    }
  }
}