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

← Noble Victories
Cobalion

Cobalion

Rare Holo #84 Pokémon Basic HP 120
Types
Metal
Illustrator
5ban Graphics
Expansion
Noble Victories · Black & White
Language
English
TCGplayer
84378

Attacks

Energy Press 20
Metal · Colorless

Does 20 more damage for each Energy attached to the Defending Pokémon.

Iron Breaker 80
Metal · Metal · Colorless

The Defending Pokémon can't attack during your opponent's next turn.

GET /api/v1/pokemon/cards/bw3-84vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3-84vrh",
    "name": "Cobalion",
    "number": "84",
    "printed_number": "84",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/84vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/84vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/84vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3",
      "name": "Noble Victories",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NVI",
      "printed_total": 101,
      "release_date": "2011/11/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84378",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/84vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/84vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/84vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Energy Press",
        "text": "Does 20 more damage for each Energy attached to the Defending Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Iron Breaker",
        "text": "The Defending Pokémon can't attack during your opponent's next turn.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        },
        {
          "condition": "LP",
          "price": 1.4
        },
        {
          "condition": "MP",
          "price": 1.15
        },
        {
          "condition": "HP",
          "price": 1
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 89.99,
          "low": 76.49,
          "high": 103.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:43:29.787Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}