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

← Black & White
Munna

Munna

Uncommon #48 Pokémon Basic HP 70
Types
Psychic
Illustrator
Atsuko Nishida
Expansion
Black & White · Black & White
Language
English
TCGplayer
87641

Attacks

Hypnosis
Colorless

The Defending Pokémon is now Asleep.

Dream Eater 60
Psychic · Psychic

If the Defending Pokémon is not Asleep, this attack does nothing.

GET /api/v1/pokemon/cards/bw1-48?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw1-48",
    "name": "Munna",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/48.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/48.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/48.large.webp"
      }
    ],
    "expansion": {
      "id": "bw1",
      "name": "Black & White",
      "total": 115,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "BLW",
      "printed_total": 114,
      "release_date": "2011/04/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87641",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/48.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/48.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/48.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Hypnosis",
        "text": "The Defending Pokémon is now Asleep."
      },
      {
        "cost": [
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Dream Eater",
        "text": "If the Defending Pokémon is not Asleep, this attack does nothing.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 0.37,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.37
        },
        {
          "condition": "LP",
          "price": 0.22
        },
        {
          "condition": "MP",
          "price": 0.19
        },
        {
          "condition": "HP",
          "price": 0.13
        },
        {
          "condition": "DMG",
          "price": 0.18
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:55:59.457Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.5
      }
    }
  }
}