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

← Legends Awakened
Cubone

Cubone

Common #90 Pokémon Basic HP 60
Types
Fighting
Illustrator
Kagemaru Himeno
Expansion
Legends Awakened · Diamond & Pearl
Language
English
TCGplayer
84534

Attacks

Headbutt 10
Colorless
Bonemerang 20
Fighting · Colorless

Flip 2 coins. This attack does 20 damage times the number of heads.

GET /api/v1/pokemon/cards/dp6-90vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp6-90vrh",
    "name": "Cubone",
    "number": "90",
    "printed_number": "90",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/90vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/90vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/90vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp6",
      "name": "Legends Awakened",
      "total": 146,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "LA",
      "printed_total": 146,
      "release_date": "2008/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84534",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/90vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/90vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/90vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Headbutt",
        "damage": "10"
      },
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bonemerang",
        "text": "Flip 2 coins. This attack does 20 damage times the number of heads.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "+10"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 2.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.49
        },
        {
          "condition": "LP",
          "price": 1.44
        },
        {
          "condition": "MP",
          "price": 0.56
        },
        {
          "condition": "HP",
          "price": 0.46
        },
        {
          "condition": "DMG",
          "price": 0.71
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 33.7,
          "low": 15,
          "high": 15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:52:25.756Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}