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

← Night Unison
Victreebel

Victreebel

Non #5 Pokémon Stage 2 HP 140
Types
Grass
Illustrator
Anesaki Dynamic
Expansion
Night Unison · Sun & Moon
Language
Japanese
TCGplayer
574376

Attacks

Reactive Poison 10+
Grass

This attack does 60 more damage for each Special Condition affecting your opponent's Active Pokémon.

Gastro Acid 90
Grass · Colorless · Colorless

The Defending Pokémon has no Abilities until the end of your next turn.

GET /api/v1/pokemon/cards/sm9a_ja-5?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm9a_ja-5",
    "name": "Victreebel",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/5.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/5.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/5.large.webp"
      }
    ],
    "expansion": {
      "id": "sm9a_ja",
      "name": "Night Unison",
      "total": 70,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM9a",
      "printed_total": 55,
      "release_date": "2019/01/11",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Night Unison"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574376",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/5.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/5.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/5.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Reactive Poison",
        "text": "This attack does 60 more damage for each Special Condition affecting your opponent's Active Pokémon.",
        "damage": "10+"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Gastro Acid",
        "text": "The Defending Pokémon has no Abilities until the end of your next turn.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 87.51,
          "low": 74.38,
          "high": 100.64,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-16T17:32:23.465Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}