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

← Black Bolt
Cobalion

Cobalion

Illustration Rare #144 Pokémon Basic HP 120
Types
Metal
Illustrator
hncl
Expansion
Black Bolt · Scarlet & Violet
Language
English
TCGplayer
642598

Attacks

Righteous Edge 20
Metal

Discard a Special Energy from your opponent's Active Pokémon.

Metal Arms 80+
Metal · Metal · Colorless

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

GET /api/v1/pokemon/cards/zsv10pt5-144vh?include=prices 200 27ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "zsv10pt5-144vh",
    "name": "Cobalion",
    "number": "144",
    "printed_number": "144",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/144vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/144vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/144vh.large.webp"
      }
    ],
    "expansion": {
      "id": "zsv10pt5",
      "name": "Black Bolt",
      "total": 172,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "BLK",
      "printed_total": 86,
      "release_date": "2025/07/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/zsv10pt5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/zsv10pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "642598",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/144vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/144vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/144vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Righteous Edge",
        "text": "Discard a Special Energy from your opponent's Active Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Metal Arms",
        "text": "If this Pokémon has a Pokémon Tool attached, this attack does 40 more damage.",
        "damage": "80+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Illustration Rare",
    "artist": "hncl",
    "pricing": {
      "currency": "USD",
      "market": 31.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 31.49
        },
        {
          "condition": "LP",
          "price": 23.36
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 21.17,
          "low": 21.17,
          "high": 40.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 16.5,
          "low": 14.03,
          "high": 18.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 300,
          "low": 277,
          "high": 340,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 8
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.25,
          "low": 9,
          "high": 15.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 31.55,
          "low": 29.99,
          "high": 44.3,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 12
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 107.99,
          "low": 91.79,
          "high": 124.19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T04:00:39.264Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.41
      }
    }
  }
}