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

← Ninja Spinner
Cobalion ex

Cobalion ex

Super Rare #101 Pokémon Basicex
Types
Metal
Illustrator
5ban Graphics
Expansion
Ninja Spinner · Mega Evolution
Language
Japanese
TCGplayer
683752

Attacks

Power Tackle 200
Metal · Metal · Colorless

During your next turn, this Pokémon can't use attacks.

GET /api/v1/pokemon/cards/m4_ja-101vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m4_ja-101vh",
    "name": "Cobalion ex",
    "number": "101",
    "printed_number": "101",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m4_ja/101vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m4_ja/101vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m4_ja/101vh.large.webp"
      }
    ],
    "expansion": {
      "id": "m4_ja",
      "name": "Ninja Spinner",
      "total": 120,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M4",
      "printed_total": 83,
      "release_date": "2026/03/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ninja Spinner"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "683752",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m4_ja/101vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m4_ja/101vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m4_ja/101vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Metal"
    ],
    "abilities": [
      {
        "name": "Metal Road",
        "text": "Once during your turn, when this Pokémon moves from your Bench to the Active Spot, you may use this Ability. Move any amount of Metal Energy from your other Pokémon to this Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Power Tackle",
        "text": "During your next turn, this Pokémon can't use attacks.",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 3.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.32
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 54.92,
          "low": 46.93,
          "high": 70.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 9
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9.5,
          "low": 9.5,
          "high": 9.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 22.5,
          "low": 22.5,
          "high": 22.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:46:30.549Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.32
      }
    }
  }
}