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 Blade
Skiploom

Skiploom

usually #2 Pokémon Stage 1 HP 60
Types
Grass
Illustrator
Suwama Chiaki
Expansion
Dragon Blade · Black & White
Language
Japanese
TCGplayer
601508

Attacks

Bullet Seed 10×
Grass

Flip 4 coins. This attack does 10 damage times the number of heads.

GET /api/v1/pokemon/cards/bw5d_ja-2?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw5d_ja-2",
    "name": "Skiploom",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/2.large.webp"
      }
    ],
    "expansion": {
      "id": "bw5d_ja",
      "name": "Dragon Blade",
      "total": 55,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW5",
      "printed_total": 50,
      "release_date": "2012/03/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw5d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw5d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dragon Blade"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601508",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/2.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Bullet Seed",
        "text": "Flip 4 coins. This attack does 10 damage times the number of heads.",
        "damage": "10×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 2.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.39
        },
        {
          "condition": "LP",
          "price": 0.5
        },
        {
          "condition": "MP",
          "price": 0.35
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-30T03:16:00.800Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}