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
Conkeldurr

Conkeldurr

Rare Holo #64 Pokémon Stage 2 HP 140
Types
Fighting
Illustrator
kawayoo
Expansion
Noble Victories · Black & White
Language
English
TCGplayer
84418

Attacks

Top Down 80
Fighting · Colorless · Colorless · Colorless

Flip a coin until you get tails. For each heads, discard the top card of your opponent's deck.

GET /api/v1/pokemon/cards/bw3-64vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3-64vh",
    "name": "Conkeldurr",
    "number": "64",
    "printed_number": "64",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/64vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/64vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/64vh.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": "84418",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/64vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/64vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/64vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "140",
    "abilities": [
      {
        "name": "Craftsmanship",
        "text": "This Pokémon gets +20 HP for each Fighting Energy attached to it.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Top Down",
        "text": "Flip a coin until you get tails. For each heads, discard the top card of your opponent's deck.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 2.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.2
        },
        {
          "condition": "MP",
          "price": 1.61
        },
        {
          "condition": "HP",
          "price": 1.86
        },
        {
          "condition": "DMG",
          "price": 1.29
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 362.47,
          "low": 293.71,
          "high": 362.47,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:37:59.119Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.45
      }
    }
  }
}