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

← Pokémon Web
Dark Ivysaur

Dark Ivysaur

Non #17 Pokémon Stage 1 HP 50
Types
Grass
Illustrator
Shin-ichi Yoshida
Expansion
Pokémon Web · Web
Language
Japanese
TCGplayer
613689

Attacks

Fury Strikes
Grass · Grass

Your opponent puts 3 markers onto his or her Pokémon (divided as he or she chooses). (More than 1 marker can be put on the same Pokémon.) Then, this attack does 10 damage to each Pokémon for each marker on it. Don't apply Weakness and Resistance. Remove the markers at the end of the turn.

GET /api/v1/pokemon/cards/web1_ja-17?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "web1_ja-17",
    "name": "Dark Ivysaur",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/17.large.webp"
      }
    ],
    "expansion": {
      "id": "web1_ja",
      "name": "Pokémon Web",
      "total": 48,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Web",
      "printed_total": 48,
      "release_date": "2001/10/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/web1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/web1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon Web"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613689",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/17.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "abilities": [
      {
        "name": "Vine Pull",
        "text": "Once during your turn when Dark Ivysaur retreats, choose 1 of your opponent's Benched Pokémon and switch it with his or her Active Pokémon.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Fury Strikes",
        "text": "Your opponent puts 3 markers onto his or her Pokémon (divided as he or she chooses). (More than 1 marker can be put on the same Pokémon.) Then, this attack does 10 damage to each Pokémon for each marker on it. Don't apply Weakness and Resistance. Remove the markers at the end of the turn."
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Shin-ichi Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 42.91,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 42.91
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 37.8,
          "low": 36,
          "high": 39.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 86,
          "low": 60,
          "high": 86,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 23.5,
          "low": 18,
          "high": 29,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 33.75,
          "low": 32,
          "high": 35.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-05-17T06:34:23.314Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}