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-48vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me1-48vh",
    "name": "Raikou",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/48vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/48vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/48vh.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": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/48vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/48vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/48vh.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.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.16
        },
        {
          "condition": "LP",
          "price": 0.15
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 11.82,
          "low": 11.5,
          "high": 54.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 2.25,
          "low": 2.25,
          "high": 2.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 2.44,
          "low": 1.53,
          "high": 3.77,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5.19,
          "low": 1.25,
          "high": 6.4,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 35,
          "trend": {
            "direction": "up",
            "percent": 130.7
          }
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 5.96,
          "low": 4.73,
          "high": 6.53,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 150,
          "low": 90,
          "high": 234,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 15,
          "high": 19.06,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:28:58.540Z",
      "trend_7d": {
        "direction": "down",
        "percent": -11.11
      }
    }
  }
}