Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Gem Pack Vol. 5
Vibrava

Vibrava

Uncommon #1003/07 Pokémon Stage 1 HP 90
Types
Fighting
Illustrator
Teeziro
Expansion
Gem Pack Vol. 5 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Screech
Colorless

During your next turn, the Defending Pokémon takes 50 more damage from attacks (after applying Weakness and Resistance) .

Cutting Wind 50
Colorless · Colorless
GET /api/v1/pokemon/cards/cn-gem-pack-vol-5-1003?include=prices 200 42ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cn-gem-pack-vol-5-1003",
    "name": "Vibrava",
    "number": "1003/07",
    "printed_number": "1003/07",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-1003.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-1003.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-1003.large.webp"
      }
    ],
    "expansion": {
      "id": "cn-gem-pack-vol-5",
      "name": "Gem Pack Vol. 5",
      "total": 196,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 196,
      "release_date": "2026/04/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cn-gem-pack-vol-5.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack Vol. 5"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-1003.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-1003.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-1003.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Screech",
        "text": "During your next turn, the Defending Pokémon takes 50 more damage from attacks (after applying Weakness and Resistance) ."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Cutting Wind",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Teeziro",
    "pricing": {
      "currency": "USD",
      "market": 1.5,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T11:36:23.420Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}