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

← Gym Heroes 1st Edition
Erika's Gloom

Erika's Gloom

Uncommon #46 Pokémon Stage 1 HP 70
Types
Grass
Illustrator
Ken Sugimori
Expansion
Gym Heroes 1st Edition · Gym
Language
English
TCGplayer
85296

Attacks

Dream Dance 10
Grass · Colorless

Both the Defending Pokémon and Erika's Gloom are now Asleep (after doing damage).

Vile Smell 30
Grass · Grass · Colorless

Both the Defending Pokémon and Erika's Gloom are now Confused (after doing damage).

GET /api/v1/pokemon/cards/gym1-46v1e?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym1-46v1e",
    "name": "Erika's Gloom",
    "number": "46",
    "printed_number": "46",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/46v1e.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/46v1e.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/46v1e.large.webp"
      }
    ],
    "expansion": {
      "id": "gym1-1st-edition",
      "name": "Gym Heroes 1st Edition",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Gym",
      "printed_total": 132,
      "release_date": "2000/08/14",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85296",
    "variants": [
      {
        "name": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/46v1e.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/46v1e.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/46v1e.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Dream Dance",
        "text": "Both the Defending Pokémon and Erika's Gloom are now Asleep (after doing damage).",
        "damage": "10"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Vile Smell",
        "text": "Both the Defending Pokémon and Erika's Gloom are now Confused (after doing damage).",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 18.56,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 18.56
        },
        {
          "condition": "LP",
          "price": 8.6
        },
        {
          "condition": "MP",
          "price": 7.58
        },
        {
          "condition": "HP",
          "price": 8.39
        },
        {
          "condition": "DMG",
          "price": 4.2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 74.99,
          "low": 63.74,
          "high": 86.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 20.73,
          "low": 24.99,
          "high": 24.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 17.04,
          "low": 14.75,
          "high": 24.75,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 36.88,
          "low": 39.1,
          "high": 39.89,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:05:15.870Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.94
      }
    }
  }
}