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
Vibrava

Vibrava

Uncommon #46 Pokémon Stage 1 HP 70
Types
Colorless
Illustrator
Hajime Kusajima
Expansion
Dragon · EX
Language
English
TCGplayer
90333

Attacks

Razor Wing 20
Colorless · Colorless
GET /api/v1/pokemon/cards/ex3-46?include=prices 200 41ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex3-46",
    "name": "Vibrava",
    "number": "46",
    "printed_number": "46",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/46.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/46.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/46.large.webp"
      }
    ],
    "expansion": {
      "id": "ex3",
      "name": "Dragon",
      "total": 100,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "DR",
      "printed_total": 97,
      "release_date": "2003/11/24",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90333",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/46.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/46.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex3/46.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Levitate",
        "text": "If Vibrava has any basic Energy cards attached to it, Vibrava's Retreat Cost is 0.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Razor Wing",
        "damage": "20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 1.48,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.48
        },
        {
          "condition": "LP",
          "price": 1.45
        },
        {
          "condition": "MP",
          "price": 1.1
        },
        {
          "condition": "HP",
          "price": 0.91
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 39.5,
          "low": 21.5,
          "high": 44,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 60.25,
          "low": 49.99,
          "high": 164,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 38.5,
          "low": 42.79,
          "high": 42.79,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:22:24.156Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.68
      }
    }
  }
}