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

← Thunderclap Spark
Cobalion

Cobalion

Rare #40 Pokémon Basic HP 120
Types
Metal
Illustrator
Kouki Saitou
Expansion
Thunderclap Spark · Sun & Moon
Language
Japanese
TCGplayer
572500

Attacks

Guard Press 30
Metal · Colorless

During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).

Metal Arms 80+
Metal · Metal · Colorless

If this Pokémon has a Pokémon Tool card attached to it, this attack does 40 more damage.

GET /api/v1/pokemon/cards/sm7a_ja-40vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm7a_ja-40vh",
    "name": "Cobalion",
    "number": "40",
    "printed_number": "40",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/40vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/40vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/40vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm7a_ja",
      "name": "Thunderclap Spark",
      "total": 73,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM7a",
      "printed_total": 60,
      "release_date": "2018/07/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Thunderclap Spark"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572500",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/40vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/40vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/40vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Guard Press",
        "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
        "damage": "30"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Metal Arms",
        "text": "If this Pokémon has a Pokémon Tool card attached to it, this attack does 40 more damage.",
        "damage": "80+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:02:33.247Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.54
      }
    }
  }
}