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 Challenge 1st Edition
Misty's Dewgong

Misty's Dewgong

Uncommon #54 Pokémon Stage 1 HP 80
Types
Water
Illustrator
Ken Sugimori
Expansion
Gym Challenge 1st Edition · Gym
Language
English
TCGplayer
87526

Attacks

Ice Throw 20
Water · Water

If the Defending Pokémon is Fighting, this attack's base damage is doubled.

Take Down 60
Water · Colorless · Colorless · Colorless

Misty's Dewgong does 20 damage to itself.

GET /api/v1/pokemon/cards/gym2-54v1e?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym2-54v1e",
    "name": "Misty's Dewgong",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/54v1e.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/54v1e.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/54v1e.large.webp"
      }
    ],
    "expansion": {
      "id": "gym2-1st-edition",
      "name": "Gym Challenge 1st Edition",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Gym",
      "printed_total": 132,
      "release_date": "2000/10/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87526",
    "variants": [
      {
        "name": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/54v1e.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/54v1e.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/54v1e.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Ice Throw",
        "text": "If the Defending Pokémon is Fighting, this attack's base damage is doubled.",
        "damage": "20"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Take Down",
        "text": "Misty's Dewgong does 20 damage to itself.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 8.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.01
        },
        {
          "condition": "LP",
          "price": 5.56
        },
        {
          "condition": "MP",
          "price": 3.11
        },
        {
          "condition": "HP",
          "price": 4.62
        },
        {
          "condition": "DMG",
          "price": 2.45
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 65,
          "low": 55.25,
          "high": 74.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 2.25,
          "low": 1.91,
          "high": 2.59,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10.8,
          "low": 9.18,
          "high": 12.42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 55,
          "low": 55,
          "high": 65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 19.5,
          "low": 16.58,
          "high": 22.42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 46.5,
          "low": 43.53,
          "high": 49.39,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-21T02:48:56.915Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}