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

← Ancient Origins
Wooper

Wooper

Common #38 Pokémon Basic HP 60
Types
Fighting
Illustrator
Sumiyoshi Kizuki
Expansion
Ancient Origins · XY
Language
English
TCGplayer
101460

Attacks

Nap
Colorless

Heal 20 damage from this Pokémon.

Wave Splash 20
Water · Colorless
GET /api/v1/pokemon/cards/xy7-38vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy7-38vrh",
    "name": "Wooper",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/38vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/38vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/38vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy7",
      "name": "Ancient Origins",
      "total": 101,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "AOR",
      "printed_total": 98,
      "release_date": "2015/08/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "101460",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/38vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/38vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/38vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Nap",
        "text": "Heal 20 damage from this Pokémon."
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Wave Splash",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Sumiyoshi Kizuki",
    "pricing": {
      "currency": "USD",
      "market": 2.42,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.42
        },
        {
          "condition": "LP",
          "price": 1.42
        },
        {
          "condition": "MP",
          "price": 0.49
        },
        {
          "condition": "HP",
          "price": 0.88
        },
        {
          "condition": "DMG",
          "price": 0.57
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 22.5,
          "low": 19.13,
          "high": 25.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6.49,
          "low": 5.52,
          "high": 7.46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 22.93,
          "low": 22.93,
          "high": 22.93,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.99,
          "low": 9.51,
          "high": 10.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:21:33.519Z",
      "trend_7d": {
        "direction": "down",
        "percent": -8.33
      }
    }
  }
}