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

← Rebellion Crash
Lombre

Lombre

usually #4 Pokémon Stage 1 HP 90
Types
Grass
Illustrator
Miki Tanaka
Expansion
Rebellion Crash · Sword & Shield
Language
Japanese
TCGplayer
568592

Attacks

Fury Swipes 40×
Grass · Colorless · Colorless

Flip 3 coins. This attack does 40 damage for each heads.

GET /api/v1/pokemon/cards/swsh2_ja-4?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh2_ja-4",
    "name": "Lombre",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/4.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/4.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/4.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh2_ja",
      "name": "Rebellion Crash",
      "total": 115,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S2",
      "printed_total": 96,
      "release_date": "2020/03/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rebellion Crash"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568592",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/4.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/4.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/4.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Top Entry",
        "text": "Once during your turn, if you drew this Pokémon from your deck at the beginning of your turn and your Bench isn't full, before you put it into your hand, you may put it onto your Bench.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fury Swipes",
        "text": "Flip 3 coins. This attack does 40 damage for each heads.",
        "damage": "40×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Miki Tanaka",
    "pricing": {
      "currency": "USD",
      "market": 0.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.4
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:46:03.012Z",
      "trend_7d": {
        "direction": "up",
        "percent": 25
      }
    }
  }
}