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

← Wild Blaze
Binacle

Binacle

usually #43 Pokémon Basic HP 70
Types
Fighting
Illustrator
5ban Graphics
Expansion
Wild Blaze · XY
Language
Japanese
TCGplayer
603329

Attacks

Double Scratch 30×
Fighting · Fighting

Flip 2 coins. This attack does 30 damage times the number of heads.

GET /api/v1/pokemon/cards/xy2_ja-43?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy2_ja-43",
    "name": "Binacle",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/43.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/43.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/43.large.webp"
      }
    ],
    "expansion": {
      "id": "xy2_ja",
      "name": "Wild Blaze",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY2",
      "printed_total": 80,
      "release_date": "2014/03/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Wild Blaze"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603329",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/43.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/43.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/43.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Double Scratch",
        "text": "Flip 2 coins. This attack does 30 damage times the number of heads.",
        "damage": "30×"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T02:36:15.279Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}