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

← Stellar Miracle
Cubone

Cubone

usually #48 Pokémon Basic
Types
Fighting
Illustrator
svlt
Expansion
Stellar Miracle · Scarlet & Violet
Language
Japanese
TCGplayer
567903

Attacks

Reckless Charge
Fighting

This Pokémon also does 10 damage to itself.

GET /api/v1/pokemon/cards/sv7_ja-48?include=prices 200 69ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv7_ja-48",
    "name": "Cubone",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/48.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/48.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/48.large.png"
      }
    ],
    "expansion": {
      "id": "sv7_ja",
      "name": "Stellar Miracle",
      "total": 135,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV7",
      "printed_total": 102,
      "release_date": "2024/07/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Stellar Miracle"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567903",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/48.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/48.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/48.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Reckless Charge",
        "text": "This Pokémon also does 10 damage to itself."
      }
    ],
    "rarity": "usually",
    "artist": "svlt",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        },
        {
          "condition": "LP",
          "price": 0.09
        },
        {
          "condition": "MP",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 300,
          "low": 255,
          "high": 345,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T15:18:34.945Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}