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

← Flight of Legends
Victreebel

Victreebel

Rare Holo #17 Pokémon Stage 2 HP 110
Types
Grass
Illustrator
Tomokazu Komiya
Expansion
Flight of Legends · PCG
Language
Japanese
TCGplayer
612453

Attacks

Acid 50
Grass · Colorless · Colorless

The Defending Pokémon can't retreat until the end of your opponent's next turn.

GET /api/v1/pokemon/cards/pcg1_ja-17vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg1_ja-17vh",
    "name": "Victreebel",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/17vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/17vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/17vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg1_ja",
      "name": "Flight of Legends",
      "total": 82,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 82,
      "release_date": "2004/04/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Flight of Legends"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612453",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/17vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/17vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/17vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Acid Sampler",
        "text": "As long as Victreebel is your Active Pokémon, put 1 damage counter on each Defending Pokémon between turns. Acid Sampler stops working if your other Active Pokémon is not a Victreebel.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Acid",
        "text": "The Defending Pokémon can't retreat until the end of your opponent's next turn.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 14.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.19
        },
        {
          "condition": "MP",
          "price": 5
        },
        {
          "condition": "HP",
          "price": 2.99
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 58,
          "low": 49.3,
          "high": 66.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 69.37,
          "low": 39.96,
          "high": 119.63,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-07-22T02:32:15.382Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}