Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Mega Diancie ex Starter Set MEGA
Meloetta

Meloetta

Common #22 ポケモン たね HP 90
Types
Illustrator
Keisin
Expansion
Mega Diancie ex Starter Set MEGA · Mega Evolution
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/mbd_ja-22vh?include=prices 200 49ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mbd_ja-22vh",
    "name": "Meloetta",
    "number": "22",
    "printed_number": "22",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mbd_ja-22vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mbd_ja-22vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mbd_ja-22vh.large.png"
      }
    ],
    "expansion": {
      "id": "mbd_ja",
      "name": "Mega Diancie ex Starter Set MEGA",
      "total": 22,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "MBD",
      "printed_total": 21,
      "release_date": "2025/09/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mbd_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mbd_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mega Diancie ex Starter Set MEGA"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mbd_ja-22vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mbd_ja-22vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mbd_ja-22vh.large.png"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "たね"
    ],
    "types": [
      "超"
    ],
    "hp": "90",
    "weaknesses": [
      {
        "type": "悪",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "闘",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Keisin",
    "pricing": {
      "currency": "USD",
      "market": 9.86,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.86
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 15.5,
          "low": 15.5,
          "high": 16.3,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 40.5,
          "low": 31,
          "high": 50,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-07-30T02:12:28.536Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.25
      }
    }
  }
}