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

← Prismatic Evolutions
Munkidori  (Master Ball)

Munkidori (Master Ball)

Rare #44 Pokémon Basic HP 110
Types
Psychic
Illustrator
kodama
Expansion
Prismatic Evolutions · Scarlet & Violet
Language
English
TCGplayer
610667

Attacks

Mind Bend 60
Psychic · Colorless

Your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/sv8pt5-44vmh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8pt5-44vmh",
    "name": "Munkidori  (Master Ball)",
    "number": "44",
    "printed_number": "44",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/44vmh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/44vmh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/44vmh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8pt5",
      "name": "Prismatic Evolutions",
      "total": 180,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PRE",
      "printed_total": 131,
      "release_date": "2025/01/17",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8pt5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "610667",
    "variants": [
      {
        "name": "masterBall",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/44vmh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/44vmh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8pt5/44vmh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Adrena-Brain",
        "text": "Once during your turn, if this Pokémon has any Darkness Energy attached, you may move up to 3 damage counters from 1 of your Pokémon to 1 of your opponent's Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Mind Bend",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "kodama",
    "pricing": {
      "currency": "USD",
      "market": 11.77,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 11.77
        },
        {
          "condition": "LP",
          "price": 10.99
        },
        {
          "condition": "MP",
          "price": 8.15
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 34.99,
          "low": 29.74,
          "high": 40.24,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 75,
          "low": 63.75,
          "high": 86.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T19:23:02.828Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.51
      }
    }
  }
}