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

← Gem Pack Vol. 3
Cubone

Cubone

Double Rare #0406/07 Pokémon Basic HP 70
Types
Fighting
Illustrator
Shinya Komatsu
Expansion
Gem Pack Vol. 3 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Hit Twice 10
Colorless

Flip 2 coins. This attack does 10 damage for each heads.

GET /api/v1/pokemon/cards/gem3-0406vh?include=prices 200 50ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gem3-0406vh",
    "name": "Cubone",
    "number": "0406/07",
    "printed_number": "0406/07",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-0406vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-0406vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-0406vh.large.webp"
      }
    ],
    "expansion": {
      "id": "gem3",
      "name": "Gem Pack Vol. 3",
      "total": 136,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 136,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gem3.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack Vol. 3"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-0406vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-0406vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-0406vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Hit Twice",
        "text": "Flip 2 coins. This attack does 10 damage for each heads.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Shinya Komatsu",
    "pricing": {
      "currency": "USD",
      "market": 2.4,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 56.5,
          "low": 55.25,
          "high": 57.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 26,
          "low": 25,
          "high": 26,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 43.7,
          "low": 41.92,
          "high": 44,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 36,
          "low": 30.6,
          "high": 41.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9.5",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 26,
          "low": 25,
          "high": 26,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T11:45:14.933Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3
      }
    }
  }
}