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

← Phantasmal Flames
Dewgong

Dewgong

Common #22 Pokémon Stage 1 HP 130
Types
Water
Illustrator
Taira Akitsu
Expansion
Phantasmal Flames · Mega Evolution
Language
English
TCGplayer
662151

Attacks

Slam 70×
Water · Colorless

Flip 2 coins. This attack does 70 damage for each heads.

GET /api/v1/pokemon/cards/me2-22?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me2-22",
    "name": "Dewgong",
    "number": "22",
    "printed_number": "22",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/22.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/22.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/22.large.webp"
      }
    ],
    "expansion": {
      "id": "me2",
      "name": "Phantasmal Flames",
      "total": 130,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PFL",
      "printed_total": 94,
      "release_date": "2025/11/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "662151",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/22.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/22.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/22.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Thick Fat",
        "text": "This Pokémon takes 30 less damage from attacks from your opponent's Fire or Water Pokémon (after applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Slam",
        "text": "Flip 2 coins. This attack does 70 damage for each heads.",
        "damage": "70×"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Taira Akitsu",
    "pricing": {
      "currency": "USD",
      "market": 0.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.1
        },
        {
          "condition": "LP",
          "price": 0.07
        },
        {
          "condition": "MP",
          "price": 0.05
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-03T05:58:34.712Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}