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

← Chaos Rising
Cobalion ex

Cobalion ex

Double Rare #64 Pokémon Basicex HP 210
Types
Metal
Illustrator
5ban Graphics
Expansion
Chaos Rising · Mega Evolution
Language
English
TCGplayer
693468

Attacks

Power Tackle 200
Metal · Metal · Colorless

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

GET /api/v1/pokemon/cards/me4-64vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me4-64vh",
    "name": "Cobalion ex",
    "number": "64",
    "printed_number": "64",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-64vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-64vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-64vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me4",
      "name": "Chaos Rising",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "CRI",
      "printed_total": 86,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/avatars/sets/me4/logo-1779247335774.png",
      "symbol": " "
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "693468",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-64vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-64vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-64vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Metal"
    ],
    "hp": "210",
    "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": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.51
        },
        {
          "condition": "DMG",
          "price": 0.49
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 59.95,
          "low": 50.96,
          "high": 68.94,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16.5,
          "low": 14.03,
          "high": 18.97,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:29:05.702Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.92
      }
    }
  }
}