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

← To Have Seen the Battle Rainbow
Gloom

Gloom

usually #2 Pokémon Stage 1 HP 80
Types
Grass
Illustrator
Shibuzoh.
Expansion
To Have Seen the Battle Rainbow · Sun & Moon
Language
Japanese
TCGplayer
572398

Attacks

Stinky Scent
Grass

Your opponent's Active Pokémon is now Confused.

Razor Leaf 30
Grass · Colorless
GET /api/v1/pokemon/cards/sm3h_ja-2?include=prices 200 29ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3h_ja-2",
    "name": "Gloom",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/2.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3h_ja",
      "name": "To Have Seen the Battle Rainbow",
      "total": 64,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM3H",
      "printed_total": 51,
      "release_date": "2017/06/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3h_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3h_ja.symbol.png",
      "translation": {
        "en": {
          "name": "To Have Seen the Battle Rainbow"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572398",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/2.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Stinky Scent",
        "text": "Your opponent's Active Pokémon is now Confused."
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Razor Leaf",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Shibuzoh.",
    "pricing": {
      "currency": "USD",
      "market": 0.67,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.67
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 10.25,
          "low": 8.71,
          "high": 11.79,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 80.5,
          "low": 86,
          "high": 86,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20.6,
          "low": 24.99,
          "high": 24.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T04:00:36.201Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.08
      }
    }
  }
}