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
Granbull

Granbull

Common #2 ポケモン 1進化 HP 130
Types
Illustrator
Ryuta Fuse
Expansion
Mega Diancie ex Starter Set MEGA · Mega Evolution
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/mbd_ja-2?include=prices 200 53ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mbd_ja-2",
    "name": "Granbull",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mbd_ja-2.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mbd_ja-2.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mbd_ja-2.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": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mbd_ja-2.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mbd_ja-2.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mbd_ja-2.large.png"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "1進化"
    ],
    "types": [
      "超"
    ],
    "hp": "130",
    "weaknesses": [
      {
        "type": "鋼",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Ryuta Fuse",
    "pricing": {
      "currency": "USD",
      "market": 1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T16:32:20.399Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}