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

← XY Promos
Binacle

Binacle

Promo #49 Pokémon Basic HP 60
Types
Fighting
Illustrator
Kanako Eo
Expansion
XY Promos · XY
Language
Japanese
TCGplayer

Attacks

Sand Attack
Fighting

If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.

Mud-Slap 40
Fighting · Fighting · Colorless
GET /api/v1/pokemon/cards/xyp_ja-49vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp_ja-49vrh",
    "name": "Binacle",
    "number": "49",
    "printed_number": "49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/49vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/49vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/49vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp_ja",
      "name": "XY Promos",
      "total": 299,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "printed_total": 299,
      "release_date": "2013/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "XY Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/49vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/49vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/49vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Sand Attack",
        "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing."
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Mud-Slap",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Kanako Eo",
    "pricing": {
      "currency": "USD",
      "market": 7.2,
      "is_stale": true,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 274.99,
          "low": 233.74,
          "high": 316.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T08:05:55.131Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}