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

← Rocket Gang Strikes Back
Wooper

Wooper

usually #26 Pokémon Basic HP 50
Types
Water
Illustrator
Kouki Saitou
Expansion
Rocket Gang Strikes Back · PCG
Language
Japanese
TCGplayer
613149

Attacks

Wave Splash 10
Water
GET /api/v1/pokemon/cards/pcg3_ja-26?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg3_ja-26",
    "name": "Wooper",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/26.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/26.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/26.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg3_ja",
      "name": "Rocket Gang Strikes Back",
      "total": 85,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 84,
      "release_date": "2004/10/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rocket Gang Strikes Back"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613149",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/26.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/26.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/26.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "50",
    "abilities": [
      {
        "name": "Saturation",
        "text": "When you attach a Water Energy card from your hand to Wooper, remove all Special Conditions and 1 damage counter from Wooper.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Wave Splash",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 5.9,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.9
        },
        {
          "condition": "LP",
          "price": 5.5
        },
        {
          "condition": "HP",
          "price": 2.42
        },
        {
          "condition": "DMG",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "4",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 15.6,
          "low": 13.26,
          "high": 17.94,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 40,
          "low": 40,
          "high": 60.59,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.07,
          "low": 16.21,
          "high": 21.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:01:56.985Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}