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

← Challenge from the Darkness
Koga's Weezing

Koga's Weezing

Uncommon #110 Pokémon Stage 1 HP 70
Types
Grass
Illustrator
Ken Sugimori
Expansion
Challenge from the Darkness · Gym
Language
Japanese
TCGplayer

Attacks

Spontaneous Explosion 10+
Grass · Grass

Flip a coin. If heads, this attack does 10 damage plus 30 more damage and Koga's Weezing does 30 damage to itself; if tails, this attack does 10 damage.

Toxic Cloud 20
Grass · Grass · Colorless

Flip a coin. If heads, the Defending Pokémon is now Poisoned. It now takes 20 Poison damage instead of 10 after each player's turn (even if it was already Poisoned).

GET /api/v1/pokemon/cards/gym2_ja-16?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym2_ja-16",
    "name": "Koga's Weezing",
    "number": "110",
    "printed_number": "110",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-16.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-16.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-16.large.webp"
      }
    ],
    "expansion": {
      "id": "gym2_ja",
      "name": "Challenge from the Darkness",
      "total": 98,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Gym",
      "printed_total": 98,
      "release_date": "1999/06/25",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gym2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gym2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Challenge from the Darkness"
        }
      }
    },
    "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/gym2_ja-16.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-16.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-16.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Spontaneous Explosion",
        "text": "Flip a coin. If heads, this attack does 10 damage plus 30 more damage and Koga's Weezing does 30 damage to itself; if tails, this attack does 10 damage.",
        "damage": "10+"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Toxic Cloud",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned. It now takes 20 Poison damage instead of 10 after each player's turn (even if it was already Poisoned).",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 4.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.25
        },
        {
          "condition": "LP",
          "price": 1.51
        },
        {
          "condition": "MP",
          "price": 0.88
        },
        {
          "condition": "HP",
          "price": 0.73
        },
        {
          "condition": "DMG",
          "price": 0.64
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 96.75,
          "low": 68.38,
          "high": 125.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 224,
          "low": 212.5,
          "high": 224,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 31,
          "low": 17,
          "high": 40,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:43:24.710Z",
      "trend_7d": {
        "direction": "down",
        "percent": -29.05
      }
    }
  }
}