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

← Dragon Majesty
Vibrava

Vibrava

Common #38 Pokémon Stage 1 HP 80
Types
Dragon
Illustrator
Ken Sugimori
Expansion
Dragon Majesty · Sun & Moon
Language
English
TCGplayer
175451

Attacks

Sonic Edge 50
Fighting · Colorless

This attack's damage isn't affected by any effects on your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/sm75-38?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm75-38",
    "name": "Vibrava",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/38.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/38.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/38.large.webp"
      }
    ],
    "expansion": {
      "id": "sm75",
      "name": "Dragon Majesty",
      "total": 80,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "DRM",
      "printed_total": 70,
      "release_date": "2018/09/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "175451",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/38.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/38.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/38.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Sonic Edge",
        "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.22
        },
        {
          "condition": "MP",
          "price": 0.16
        },
        {
          "condition": "HP",
          "price": 0.07
        },
        {
          "condition": "DMG",
          "price": 0.13
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:56:51.413Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.35
      }
    }
  }
}