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

← Aquapolis
Gloom

Gloom

Uncommon #49 Pokémon Stage 1 HP 70
Types
Grass
Illustrator
Kyoko Umemoto
Expansion
Aquapolis · E-Card
Language
English
TCGplayer
85780

Attacks

Sleep Sap 20
Colorless · Colorless

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

GET /api/v1/pokemon/cards/ecard2-49?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard2-49",
    "name": "Gloom",
    "number": "49",
    "printed_number": "49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/49.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/49.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/49.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard2",
      "name": "Aquapolis",
      "total": 182,
      "language": "English",
      "language_code": "en",
      "series": "E-Card",
      "code": "AQ",
      "printed_total": 147,
      "release_date": "2003/01/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85780",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/49.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/49.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/49.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Enervating Pollen",
        "text": "As long as Gloom is in play, Resistance on each player's Active Pokémon only reduces damage by 10.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Sleep Sap",
        "text": "Both the Defending Pokémon and Gloom are now Asleep (after doing damage).",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kyoko Umemoto",
    "pricing": {
      "currency": "USD",
      "market": 35.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 35.34
        },
        {
          "condition": "LP",
          "price": 25.18
        },
        {
          "condition": "MP",
          "price": 29.8
        },
        {
          "condition": "HP",
          "price": 24.3
        },
        {
          "condition": "DMG",
          "price": 15.68
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 37.2,
          "low": 31.62,
          "high": 42.78,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 49,
          "low": 41.65,
          "high": 56.35,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 405,
          "low": 344.25,
          "high": 465.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "8.5",
          "value": 60,
          "low": 51,
          "high": 69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:25:58.336Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.06
      }
    }
  }
}