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

← Dream League
Vileplume-GX

Vileplume-GX

Hyper Rare #69 Pokémon Stage 2GX HP 240
Types
Grass
Illustrator
Kagemaru Himeno
Expansion
Dream League · Sun & Moon
Language
Japanese
TCGplayer
574946
GET /api/v1/pokemon/cards/sm11b_ja-69vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11b_ja-69vh",
    "name": "Vileplume-GX",
    "number": "69",
    "printed_number": "69",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/69vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/69vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/69vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11b_ja",
      "name": "Dream League",
      "total": 75,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM11b",
      "printed_total": 49,
      "release_date": "2019/08/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dream League"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574946",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/69vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/69vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/69vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "GX"
    ],
    "types": [
      "Grass"
    ],
    "hp": "240",
    "abilities": [
      {
        "name": "Fragrant Flower Garden",
        "text": "Once during your turn (before your attack), you may heal 30 damage from each of your Pokémon.",
        "type": "Ability"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Hyper Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 44.52,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 44.52
        },
        {
          "condition": "LP",
          "price": 42
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 123.16,
          "low": 104.69,
          "high": 141.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "10",
          "value": 135,
          "low": 114.75,
          "high": 155.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 77.73,
          "low": 74.95,
          "high": 74.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 58.25,
          "low": 40,
          "high": 76,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 103.3,
          "low": 92.82,
          "high": 107.37,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 27.25,
          "low": 20.25,
          "high": 29.45,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 76,
          "low": 64.6,
          "high": 87.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:05:03.237Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.69
      }
    }
  }
}