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

← Boundaries Crossed
Vibrava

Vibrava

Uncommon #98 Pokémon Stage 1 HP 80
Types
Dragon
Illustrator
Naoki Saito
Expansion
Boundaries Crossed · Black & White
Language
English
TCGplayer
90339

Attacks

Quick Turn 20
Grass

Flip 2 coins. This attack does 20 damage times the number of heads.

Sand Pulse 50
Fighting · Colorless · Colorless

Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/bw7-98?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw7-98",
    "name": "Vibrava",
    "number": "98",
    "printed_number": "98",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/98.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/98.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/98.large.webp"
      }
    ],
    "expansion": {
      "id": "bw7",
      "name": "Boundaries Crossed",
      "total": 153,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "BCR",
      "printed_total": 149,
      "release_date": "2012/11/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90339",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/98.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/98.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/98.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Quick Turn",
        "text": "Flip 2 coins. This attack does 20 damage times the number of heads.",
        "damage": "20"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sand Pulse",
        "text": "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Dragon",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 0.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.57
        },
        {
          "condition": "LP",
          "price": 0.37
        },
        {
          "condition": "MP",
          "price": 0.38
        },
        {
          "condition": "HP",
          "price": 0.2
        },
        {
          "condition": "DMG",
          "price": 0.36
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:52:16.970Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}