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

← Legend Maker
Wynaut

Wynaut

Common #71 Pokémon Basic HP 50
Types
Psychic
Illustrator
Yuka Morii
Expansion
Legend Maker · EX
Language
English
TCGplayer
90655

Attacks

Confusion Wave
Colorless

Both Wynaut and the Defending Pokémon are now Confused.

GET /api/v1/pokemon/cards/ex12-71?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex12-71",
    "name": "Wynaut",
    "number": "71",
    "printed_number": "71",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/71.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/71.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/71.large.webp"
      }
    ],
    "expansion": {
      "id": "ex12",
      "name": "Legend Maker",
      "total": 93,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "LM",
      "printed_total": 92,
      "release_date": "2006/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90655",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/71.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/71.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/71.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "abilities": [
      {
        "name": "Baby Evolution",
        "text": "Once during your turn (before your attack), you may put Wobbuffet from your hand onto Wynaut (this counts as evolving Wynaut) and remove all damage counters from Wynaut.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Confusion Wave",
        "text": "Both Wynaut and the Defending Pokémon are now Confused."
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 5.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.57
        },
        {
          "condition": "LP",
          "price": 5.11
        },
        {
          "condition": "MP",
          "price": 4.06
        },
        {
          "condition": "HP",
          "price": 2.26
        },
        {
          "condition": "DMG",
          "price": 1.52
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 47.12,
          "low": 47.12,
          "high": 47.12,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 26.5,
          "low": 17,
          "high": 26.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 15.7,
          "low": 8,
          "high": 8,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 162.5,
          "low": 138.13,
          "high": 186.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 27.5,
          "low": 23.38,
          "high": 31.62,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T03:06:41.530Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.27
      }
    }
  }
}