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

← Collection X
Conkeldurr

Conkeldurr

Non #33 Pokémon Stage 2 HP 140
Types
Fighting
Illustrator
Masakazu Fukuda
Expansion
Collection X · XY
Language
Japanese
TCGplayer
603111

Attacks

Wake-Up Slap 30+
Fighting

If your opponent's Active Pokémon is affected by a Special Condition, this attack does 60 more damage. Then, remove all Special Conditions from that Pokémon.

Dynamic Punch 60+
Fighting · Fighting · Colorless

Flip a coin. If heads, this attack does 40 more damage and your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/xy1x_ja-33?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy1x_ja-33",
    "name": "Conkeldurr",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/33.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/33.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/33.large.webp"
      }
    ],
    "expansion": {
      "id": "xy1x_ja",
      "name": "Collection X",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY1",
      "printed_total": 60,
      "release_date": "2013/12/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy1x_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy1x_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Collection X"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603111",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/33.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/33.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/33.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Wake-Up Slap",
        "text": "If your opponent's Active Pokémon is affected by a Special Condition, this attack does 60 more damage. Then, remove all Special Conditions from that Pokémon.",
        "damage": "30+"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dynamic Punch",
        "text": "Flip a coin. If heads, this attack does 40 more damage and your opponent's Active Pokémon is now Confused.",
        "damage": "60+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 0.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-14T04:22:09.960Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}