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

← Deoxys
Lombre

Lombre

Uncommon #33 Pokémon Stage 1 HP 70
Types
Water
Illustrator
Atsuko Nishida
Expansion
Deoxys · EX
Language
English
TCGplayer
86816

Attacks

Ambush 20
Colorless · Colorless

Flip a coin. If heads, this attack does 20 damage plus 20 more damage.

GET /api/v1/pokemon/cards/ex8-33vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex8-33vrh",
    "name": "Lombre",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/33vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/33vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/33vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex8",
      "name": "Deoxys",
      "total": 108,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "DX",
      "printed_total": 107,
      "release_date": "2005/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86816",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/33vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/33vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/33vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Aqua Lift",
        "text": "If Lombre has any Water Energy attached to it, the Retreat Cost for Lombre is 0.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Ambush",
        "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 7.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.49
        },
        {
          "condition": "LP",
          "price": 1.31
        },
        {
          "condition": "MP",
          "price": 0.84
        },
        {
          "condition": "HP",
          "price": 0.97
        },
        {
          "condition": "DMG",
          "price": 0.41
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 94.2,
          "low": 88.4,
          "high": 200,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 10.5,
          "low": 10.5,
          "high": 10.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 14,
          "low": 12,
          "high": 16,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 74.9,
          "low": 63.67,
          "high": 86.14,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "2",
          "value": 20.5,
          "low": 17.43,
          "high": 23.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 113.16,
          "low": 150,
          "high": 150,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:21:56.314Z",
      "trend_7d": {
        "direction": "down",
        "percent": -28.67
      }
    }
  }
}