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

← Darkness, and to Light...
Light Dewgong

Light Dewgong

Uncommon #87 Pokémon Stage 1 HP 80
Types
Water
Illustrator
Masako Yamashita
Expansion
Darkness, and to Light... · Neo
Language
Japanese
TCGplayer

Attacks

Freezing Breath 10
Water · Water

Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, the Defending Pokémon is now Asleep.

Ice Pillar 40
Water · Water · Water

Until the end of your opponent's next turn, as long as Light Dewgong is your Active Pokémon, prevent all damage done by attacks to your Benched Pokémon. (Any other effects of attacks still happen.)

GET /api/v1/pokemon/cards/neo4_ja-33?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo4_ja-33",
    "name": "Light Dewgong",
    "number": "87",
    "printed_number": "87",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-33.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-33.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-33.large.webp"
      }
    ],
    "expansion": {
      "id": "neo4_ja",
      "name": "Darkness, and to Light...",
      "total": 113,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Neo",
      "printed_total": 113,
      "release_date": "2001/04/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Darkness, and to Light..."
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-33.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-33.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-33.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Freezing Breath",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, the Defending Pokémon is now Asleep.",
        "damage": "10"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Water"
        ],
        "converted_energy_cost": 3,
        "name": "Ice Pillar",
        "text": "Until the end of your opponent's next turn, as long as Light Dewgong is your Active Pokémon, prevent all damage done by attacks to your Benched Pokémon. (Any other effects of attacks still happen.)",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Masako Yamashita",
    "pricing": {
      "currency": "USD",
      "market": 4.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.99
        },
        {
          "condition": "DMG",
          "price": 3.83
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 37.5,
          "low": 31.88,
          "high": 43.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5,
          "low": 5,
          "high": 9.92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 74,
          "low": 62.9,
          "high": 85.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11.05,
          "low": 9.39,
          "high": 12.71,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17,
          "low": 15.5,
          "high": 17,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:40:02.948Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}