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

← Rising Rivals
Vibrava

Vibrava

Uncommon #53 Pokémon Stage 1 HP 70
Types
Colorless
Illustrator
Kyoko Umemoto
Expansion
Rising Rivals · Platinum
Language
English
TCGplayer
90338

Attacks

Energy Typhoon 20
Colorless

Does 20 damage times the number of Energy cards in your opponent's discard pile. Then, put those Energy cards on top of your opponent's deck. Your opponent shuffles his or her deck afterward.

Quick Attack 20
Colorless · Colorless

Flip a coin. If heads, this attack does 20 damage plus 20 more damage.

GET /api/v1/pokemon/cards/pl2-53?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl2-53",
    "name": "Vibrava",
    "number": "53",
    "printed_number": "53",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/53.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/53.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/53.large.webp"
      }
    ],
    "expansion": {
      "id": "pl2",
      "name": "Rising Rivals",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "RR",
      "printed_total": 111,
      "release_date": "2009/05/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90338",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/53.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/53.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/53.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Energy Typhoon",
        "text": "Does 20 damage times the number of Energy cards in your opponent's discard pile. Then, put those Energy cards on top of your opponent's deck. Your opponent shuffles his or her deck afterward.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Quick Attack",
        "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Colorless",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kyoko Umemoto",
    "pricing": {
      "currency": "USD",
      "market": 0.36,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.36
        },
        {
          "condition": "MP",
          "price": 0.33
        },
        {
          "condition": "HP",
          "price": 0.23
        },
        {
          "condition": "DMG",
          "price": 0.31
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:21:30.919Z",
      "trend_7d": {
        "direction": "up",
        "percent": 9.09
      }
    }
  }
}