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

← Start Deck 100 Battle Collection
Banette

Banette

Common #749 ポケモン 1進化 HP 90
Types
Illustrator
YASHIRO Nanaco
Expansion
Start Deck 100 Battle Collection · Mega Evolution
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/mc_ja-749vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mc_ja-749vh",
    "name": "Banette",
    "number": "749",
    "printed_number": "749",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-749vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-749vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-749vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mc_ja",
      "name": "Start Deck 100 Battle Collection",
      "total": 774,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "MC",
      "printed_total": 742,
      "release_date": "2025/12/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mc_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mc_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Start Deck 100 Battle Collection"
        }
      }
    },
    "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/mc_ja-749vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-749vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-749vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "1進化"
    ],
    "types": [
      "超"
    ],
    "hp": "90",
    "weaknesses": [
      {
        "type": "悪",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "闘",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "YASHIRO Nanaco",
    "pricing": {
      "currency": "USD",
      "market": 15.29,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15.29
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 76,
          "low": 75.3,
          "high": 152.1,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 14,
          "trend": {
            "direction": "down",
            "percent": -42.6
          }
        }
      ],
      "market_updated_at": "2026-09-21T03:19:54.320Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}