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

← McDonald's Collection 2011
Munna

Munna

Common #7 Pokémon Basic HP 60
Types
Psychic
Illustrator
Ken Sugimori
Expansion
McDonald's Collection 2011 · Other
Language
English
TCGplayer
87642

Attacks

Yawn
Psychic

The Defending Pokémon is now Asleep.

GET /api/v1/pokemon/cards/mcd11-7vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd11-7vh",
    "name": "Munna",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/7vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/7vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/7vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd11",
      "name": "McDonald's Collection 2011",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2011/06/17",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87642",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/7vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/7vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/7vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Yawn",
        "text": "The Defending Pokémon is now Asleep."
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 5.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.14
        },
        {
          "condition": "LP",
          "price": 2.84
        },
        {
          "condition": "MP",
          "price": 1.77
        },
        {
          "condition": "HP",
          "price": 1.12
        },
        {
          "condition": "DMG",
          "price": 0.86
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-09T06:16:41.424Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}